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 = {
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` ,
You can’t perform that action at this time.
0 commit comments