From 1eef231766c8129882694c82b834990355a6cd42 Mon Sep 17 00:00:00 2001 From: codomposer Date: Wed, 29 Oct 2025 22:52:42 -0400 Subject: [PATCH] update next steps --- docs/getting-started/project-structure.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/project-structure.md b/docs/getting-started/project-structure.md index 156f810..30ddb88 100644 --- a/docs/getting-started/project-structure.md +++ b/docs/getting-started/project-structure.md @@ -308,10 +308,12 @@ import Sidebar from '@/components/Sidebar'; ## Next Steps -- **[Development Workflow](development.md)** - Learn the development process -- **[Build & Deployment](build-deployment.md)** - Deploy your application -- **[Theme System](../customization/theme-system.md)** - Customize themes and colors -- **[API Reference](../api/theme-api.md)** - JavaScript API documentation +Now that you understand the project structure: + +1. **[Development Workflow](development.md)** - Learn the development process +2. **[Customize Themes](../customization/theme-system.md)** - Set up dark mode and theming +3. **[Build for Production](build-deployment.md)** - Deploy your application +4. **[API Reference](../api/theme-api.md)** - JavaScript API documentation ---