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 ---