Skip to content

Commit cd8cd80

Browse files
committed
docs(config): add Architecture & Customization section to sidebar
- Add new sidebar section for Architecture & Customization - Include three new documentation items: 1. Understanding the Toolkit Architecture 2. Taking Ownership of Packages 3. Guide: Customizing the UI Theme - Maintain existing sidebar structure and order
1 parent d8c318b commit cd8cd80

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

astro.config.mjs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,24 @@ export default defineConfig({
2020
{ label: 'Core Philosophy', link: '/core-philosophy' },
2121
{ label: 'Local Setup', link: '/local-setup' },
2222
{ label: 'Deployment', link: '/deployment' },
23+
{
24+
label: 'Architecture & Customization',
25+
collapsed: false,
26+
items: [
27+
{
28+
label: 'Understanding the Toolkit Architecture',
29+
link: '/architecture/01-toolkit-architecture',
30+
},
31+
{
32+
label: 'Taking Ownership of Packages',
33+
link: '/architecture/02-taking-ownership-of-packages',
34+
},
35+
{
36+
label: 'Guide: Customizing the UI Theme',
37+
link: '/architecture/03-guide-customizing-the-ui',
38+
},
39+
],
40+
},
2341
{
2442
label: 'API Server',
2543
collapsed: true,

0 commit comments

Comments
 (0)