Skip to content

Commit bd47aab

Browse files
msukkariclaude
andcommitted
docs: rename Seat Reconciliation page from /docs/billing to /docs/seat-reconciliation
Rename the page slug to match its content, redirect the old /docs/billing URL to the new location, and update the in-app docs link. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2c72cce commit bd47aab

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"group": "Subscribe",
128128
"pages": [
129129
"docs/activating-a-subscription",
130-
"docs/billing",
130+
"docs/seat-reconciliation",
131131
"docs/free-trial"
132132
]
133133
},
@@ -273,6 +273,10 @@
273273
{
274274
"source": "/docs/license-key",
275275
"destination": "/docs/activating-a-subscription"
276+
},
277+
{
278+
"source": "/docs/billing",
279+
"destination": "/docs/seat-reconciliation"
276280
}
277281
]
278282
}
File renamed without changes.

packages/web/src/app/(app)/settings/license/yearlyTermSeatsUsageCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { cn, isServiceError } from "@/lib/utils";
1212
import { SettingsCard } from "../components/settingsCard";
1313
import { YearlyTermStatus } from "./types";
1414

15-
const DOCS_URL = "https://docs.sourcebot.dev/docs/billing";
15+
const DOCS_URL = "https://docs.sourcebot.dev/docs/seat-reconciliation";
1616

1717

1818
interface YearlyTermSeatsUsageCardProps {

0 commit comments

Comments
 (0)