Skip to content

Commit a142e05

Browse files
committed
Navbar: fix sync docs link, add GitHub (Docs) link
1 parent 6aef489 commit a142e05

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docusaurus.config.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const config: Config = {
9393
//target: '_self', // ← This prevents external link behavior
9494
},
9595
{
96-
href: 'https://docs.objectbox.io/sync',
96+
href: 'https://sync.objectbox.io',
9797
label: 'Data Sync Docs',
9898
position: 'right',
9999
// target: '_self', // ← This prevents external link behavior
@@ -110,7 +110,13 @@ const config: Config = {
110110
position: 'right',
111111
//target: '_self', // ← This prevents external link behavior
112112
},
113-
113+
{
114+
href: 'https://github.com/objectbox/objectbox-c-cpp-docs',
115+
label: 'GitHub (Docs)',
116+
position: 'right',
117+
//target: '_self', // ← This prevents external link behavior
118+
},
119+
114120
],
115121
},
116122
copyright: ${new Date().getFullYear()} ObjectBox`,

0 commit comments

Comments
 (0)