diff --git a/docusaurus.config.ts b/docusaurus.config.ts index affcf50..738de2d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -60,6 +60,18 @@ const config: Config = { from: "/get-started", to: "/getting-started/quickstart/", }, + { + from: "/about/features", + to: "/", + }, + { + from: "/about/pricing", + to: "/", + }, + { + from: "/about/support", + to: "/getting-started/support", + }, { from: "/guides/customize-coderabbit", to: "/getting-started/configure-coderabbit",