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 f900b2d commit 679837aCopy full SHA for 679837a
docusaurus.config.ts
@@ -147,7 +147,7 @@ const config: Config = {
147
sidebarId: "docsSidebar",
148
position: "left",
149
label: "Docs",
150
- to: "/",
+ to: "/docs",
151
},
152
{
153
// type: "docSidebar",
static/_redirects
@@ -6,4 +6,4 @@
6
7
/docs/\* https://docs.coderabbit.ai/:splat 200
8
9
-/blogs https://blogs.coderabbit.ai/blogs 301!
+/blog https://blogs.coderabbit.ai/blogs 301!
0 commit comments