We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99200af commit cea5350Copy full SHA for cea5350
docusaurus.config.ts
@@ -81,12 +81,12 @@ const config: Config = {
81
to: "/platforms/github-enterprise-server",
82
},
83
{
84
- to: '/getting-started/configure-coderabbit',
+ to: "/getting-started/configure-coderabbit",
85
from: [
86
- '/configure-coderabbit',
87
- '/configure-coderabbit/',
88
- '/guides/configure-coderabbit',
89
- '/guides/configure-coderabbit/',
+ "/configure-coderabbit",
+ "/configure-coderabbit/",
+ "/guides/configure-coderabbit",
+ "/guides/configure-coderabbit/",
90
],
91
92
0 commit comments