We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cfed7 commit 82c2662Copy full SHA for 82c2662
docs/content/.vitepress/config.ts
@@ -14,12 +14,17 @@ export default defineConfig({
14
],
15
themeConfig: {
16
logo: '/logo.svg',
17
+
18
editLink: {
19
pattern:
20
'https://github.com/vueup/vue-quill/edit/beta/docs/content/:path',
21
text: 'Edit this page on GitHub',
22
},
23
24
+ socialLinks: [
25
+ { icon: 'github', link: 'https://github.com/vueup/vue-quill' },
26
+ ],
27
28
algolia: {
29
appId: process.env.ALGOLIA_APP_ID as string,
30
apiKey: process.env.ALGOLIA_SEARCH_KEY as string,
0 commit comments