Skip to content

Commit 5492ae7

Browse files
authored
Add github to doc navbar (#72)
1 parent 2cb46a3 commit 5492ae7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/docusaurus.config.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,13 @@ const config: Config = {
7575
target: '_self' // This makes the logo click follow the link in the same window
7676
},
7777
items: [
78-
{ to: '/docs/', label: 'Documentation', position: 'right', target: '_self' },
79-
{ to: 'https://cocoindex.io/blogs/', label: 'Blog', position: 'right', target: '_self' },
78+
{ to: '/docs/', label: 'Documentation', position: 'left', target: '_self' },
79+
{ to: 'https://cocoindex.io/blogs/', label: 'Blog', position: 'left', target: '_self' },
80+
{
81+
href: 'https://github.com/cocoindex-io/cocoindex',
82+
label: 'GitHub',
83+
position: 'right',
84+
},
8085
],
8186
},
8287
footer: {

0 commit comments

Comments
 (0)