We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aef489 commit a142e05Copy full SHA for a142e05
1 file changed
docusaurus.config.ts
@@ -93,7 +93,7 @@ const config: Config = {
93
//target: '_self', // ← This prevents external link behavior
94
},
95
{
96
- href: 'https://docs.objectbox.io/sync',
+ href: 'https://sync.objectbox.io',
97
label: 'Data Sync Docs',
98
position: 'right',
99
// target: '_self', // ← This prevents external link behavior
@@ -110,7 +110,13 @@ const config: Config = {
110
111
112
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
+
120
],
121
122
copyright: `© ${new Date().getFullYear()} ObjectBox`,
0 commit comments