File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const config: Config = {
93
93
//target: '_self', // ← This prevents external link behavior
94
94
} ,
95
95
{
96
- href : 'https://docs .objectbox.io/sync ' ,
96
+ href : 'https://sync .objectbox.io' ,
97
97
label : 'Data Sync Docs' ,
98
98
position : 'right' ,
99
99
// target: '_self', // ← This prevents external link behavior
@@ -110,7 +110,13 @@ const config: Config = {
110
110
position : 'right' ,
111
111
//target: '_self', // ← This prevents external link behavior
112
112
} ,
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
+
114
120
] ,
115
121
} ,
116
122
copyright : `© ${ new Date ( ) . getFullYear ( ) } ObjectBox` ,
You can’t perform that action at this time.
0 commit comments