Skip to content

Commit 70ef580

Browse files
committed
feat(docs-site): add Circuit Breaker and Setup Development Env Windows to sidebar
1 parent a848ff7 commit 70ef580

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs-site/astro.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export default defineConfig({
141141
{ label: "Reporting Database", slug: "reporting-database" },
142142
{ label: "Capacity Planning", slug: "capacity-planning" },
143143
{ label: "Cost Calculator", slug: "cost-calculator" },
144+
{ label: "Circuit Breaker", slug: "circuit-breaker" },
144145
],
145146
},
146147
{
@@ -193,6 +194,14 @@ export default defineConfig({
193194
{ label: "v0.4 → v0.5 Migration", slug: "migration-v04-to-v05" },
194195
],
195196
},
197+
// AUTO-SIDEBAR-START
198+
{
199+
label: "New & Uncategorized",
200+
items: [
201+
{ label: "Setup Development Env Windows", slug: "setup-development-env-windows" },
202+
],
203+
},
204+
// AUTO-SIDEBAR-END
196205
],
197206
}),
198207
],

0 commit comments

Comments
 (0)