Skip to content

Commit 27aa9a7

Browse files
authored
docs: add "Documentation" link to site social icons (#23)
To provide a clear path back to the docs for users entering through the blog.
1 parent 64e64cb commit 27aa9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default defineConfig({
6969
baseUrl: 'https://github.com/kakao/actionbase/edit/main/website/',
7070
},
7171
social: [
72+
{ icon: 'document', label: 'Documentation', href: '/introduction/' },
7273
{ icon: 'github', label: 'GitHub', href: 'https://github.com/kakao/actionbase' },
7374
],
7475
head: [

0 commit comments

Comments
 (0)