From 7c016ac151ac2887514b77a0c03f61ca627f1f69 Mon Sep 17 00:00:00 2001 From: Alex Luong Date: Sat, 7 Feb 2026 16:29:13 +0700 Subject: [PATCH 1/2] docs: add upgrade v0.13 guide to guides page and sidebar Co-Authored-By: Claude Opus 4.6 --- docs/pages/guides.mdx | 1 + docs/zudoku.config.ts | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/docs/pages/guides.mdx b/docs/pages/guides.mdx index dd26a2734..5bafc2100 100644 --- a/docs/pages/guides.mdx +++ b/docs/pages/guides.mdx @@ -21,6 +21,7 @@ Welcome to the Outpost guides section. These guides will help you get the most o - [Migrate Existing Webhooks to Outpost](/guides/migrate-to-outpost) - [Schema Migration](/guides/migration) - [Upgrade to v0.12](/guides/upgrade-v0.12) +- [Upgrade to v0.13](/guides/upgrade-v0.13) ## Next Steps diff --git a/docs/zudoku.config.ts b/docs/zudoku.config.ts index 28de9c605..7132e9159 100644 --- a/docs/zudoku.config.ts +++ b/docs/zudoku.config.ts @@ -199,6 +199,16 @@ const config: ZudokuConfig = { label: "Schema Migration", id: "guides/migration", }, + { + type: "doc", + label: "Upgrade to v0.12", + id: "guides/upgrade-v0.12", + }, + { + type: "doc", + label: "Upgrade to v0.13", + id: "guides/upgrade-v0.13", + }, ], }, { From b302472cf82249574ccb83e155636dae0bbd1190 Mon Sep 17 00:00:00 2001 From: Alex Luong Date: Sat, 7 Feb 2026 16:46:42 +0700 Subject: [PATCH 2/2] docs: remove upgrade guides from sidebar Co-Authored-By: Claude Opus 4.6 --- docs/zudoku.config.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/zudoku.config.ts b/docs/zudoku.config.ts index 7132e9159..28de9c605 100644 --- a/docs/zudoku.config.ts +++ b/docs/zudoku.config.ts @@ -199,16 +199,6 @@ const config: ZudokuConfig = { label: "Schema Migration", id: "guides/migration", }, - { - type: "doc", - label: "Upgrade to v0.12", - id: "guides/upgrade-v0.12", - }, - { - type: "doc", - label: "Upgrade to v0.13", - id: "guides/upgrade-v0.13", - }, ], }, {