Skip to content

Commit 82c2662

Browse files
committed
feat(docs): 🎨 add social link github
1 parent f0cfed7 commit 82c2662

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ export default defineConfig({
1414
],
1515
themeConfig: {
1616
logo: '/logo.svg',
17+
1718
editLink: {
1819
pattern:
1920
'https://github.com/vueup/vue-quill/edit/beta/docs/content/:path',
2021
text: 'Edit this page on GitHub',
2122
},
2223

24+
socialLinks: [
25+
{ icon: 'github', link: 'https://github.com/vueup/vue-quill' },
26+
],
27+
2328
algolia: {
2429
appId: process.env.ALGOLIA_APP_ID as string,
2530
apiKey: process.env.ALGOLIA_SEARCH_KEY as string,

0 commit comments

Comments
 (0)