Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

fix: update redirect paths to valid destinations #180

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading