Skip to content

Commit f236070

Browse files
authored
docs: add github link to documentation (#1549)
1 parent 68347a6 commit f236070

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/docs/src/.vitepress/config.js

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export default defineConfig({
99
],
1010
themeConfig: {
1111
lastUpdated: true,
12+
socialLinks: [
13+
{ icon: 'github', link: 'https://github.com/vuejs/apollo' },
14+
],
1215
footer: {
1316
message: `Released under the MIT License.`,
1417
copyright: `Copyright © 2015-present Guillaume Chau`,

0 commit comments

Comments
 (0)