Skip to content

Commit

Permalink
feat(docs): 🎨 add social link github
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Dec 23, 2022
1 parent f0cfed7 commit 82c2662
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@ export default defineConfig({
],
themeConfig: {
logo: '/logo.svg',

editLink: {
pattern:
'https://github.com/vueup/vue-quill/edit/beta/docs/content/:path',
text: 'Edit this page on GitHub',
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/vueup/vue-quill' },
],

algolia: {
appId: process.env.ALGOLIA_APP_ID as string,
apiKey: process.env.ALGOLIA_SEARCH_KEY as string,
Expand Down

0 comments on commit 82c2662

Please sign in to comment.