We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f2cf5 commit 0c3d54dCopy full SHA for 0c3d54d
docusaurus.config.ts
@@ -50,7 +50,7 @@ const config: Config = {
50
routeBasePath: '/', // serve docs at /
51
sidebarPath: require.resolve('./sidebars.ts'),
52
editUrl:
53
- 'https://github.com/objectbox/objectbox-c-cpp-docs/blob/main/website/',
+ 'https://github.com/objectbox/objectbox-c-cpp-docs/blob/main/',
54
},
55
// If you don't need a blog, you can disable it:
56
blog: false,
@@ -105,7 +105,7 @@ const config: Config = {
105
//target: '_self', // ← This prevents external link behavior
106
107
{
108
- href: 'https://twitter.com/objectbox_io',
+ href: 'https://x.com/objectbox_io',
109
label: 'Follow us',
110
position: 'right',
111
0 commit comments