|
1 | 1 | # Summary |
2 | 2 |
|
| 3 | +## Overview |
| 4 | +* [Introduction](README.md) |
| 5 | + |
3 | 6 | ## Getting Started |
4 | | -* [Welcome to Metis](getting-started/welcome.md) |
5 | | -* [Quick Start Guide](getting-started/quick-start.md) |
6 | | -* [System Requirements](getting-started/requirements.md) |
| 7 | +* [Welcome](getting-started/welcome.md) |
| 8 | +* [Requirements](getting-started/requirements.md) |
7 | 9 | * [Installation](getting-started/installation.md) |
| 10 | +* [Quick Start](getting-started/quick-start.md) |
8 | 11 | * [First Run](getting-started/first-run.md) |
9 | 12 |
|
10 | 13 | ## Template Overview |
11 | | -* [What is Metis?](overview/introduction.md) |
12 | | -* [Key Features](overview/features.md) |
13 | | -* [Template Structure](overview/structure.md) |
14 | | -* [Browser Support](overview/browser-support.md) |
15 | | -* [Live Demo](overview/demo.md) |
16 | | - |
17 | | -## Architecture & Technical Stack |
18 | | -* [Core Technologies](architecture/technologies.md) |
19 | | -* [JavaScript Architecture](architecture/javascript.md) |
20 | | -* [CSS/SCSS Structure](architecture/scss.md) |
21 | | -* [Build System](architecture/build.md) |
22 | | -* [Icon Systems](architecture/icons.md) |
23 | | -* [PWA Support](architecture/pwa.md) |
24 | | - |
25 | | -## Layout & Navigation |
26 | | -* [Layout System](layout/layout-system.md) |
27 | | -* [Navigation Components](layout/navigation.md) |
28 | | -* [Responsive Design](layout/responsive.md) |
29 | | -* [Sidebar Management](layout/sidebar.md) |
30 | | -* [Breadcrumbs](layout/breadcrumbs.md) |
31 | | -* [Mobile Navigation](layout/mobile.md) |
32 | | - |
33 | | -## Pages & Components |
34 | | - |
35 | | -### Dashboard Pages |
36 | | -* [Main Dashboard](pages/dashboard/main.md) |
37 | | -* [Analytics Dashboard](pages/dashboard/analytics.md) |
38 | | - |
39 | | -### Management Pages |
40 | | -* [User Management](pages/management/users.md) |
41 | | -* [Product Management](pages/management/products.md) |
42 | | -* [Order Management](pages/management/orders.md) |
43 | | -* [File Management](pages/management/files.md) |
44 | | - |
45 | | -### Communication |
46 | | -* [Messages](pages/communication/messages.md) |
47 | | -* [Calendar](pages/communication/calendar.md) |
48 | | - |
49 | | -### Configuration |
50 | | -* [Settings](pages/configuration/settings.md) |
51 | | -* [Security](pages/configuration/security.md) |
52 | | -* [Help & Support](pages/configuration/help.md) |
53 | | - |
54 | | -## UI Components |
55 | | - |
56 | | -### Elements Showcase |
57 | | -* [Component Overview](components/overview.md) |
58 | | -* [Buttons](components/buttons.md) |
59 | | -* [Alerts](components/alerts.md) |
60 | | -* [Badges](components/badges.md) |
61 | | -* [Cards](components/cards.md) |
62 | | -* [Modals](components/modals.md) |
63 | | -* [Forms](components/forms.md) |
64 | | -* [Tables](components/tables.md) |
65 | | - |
66 | | -### Advanced Components |
67 | | -* [Charts & Graphs](components/charts.md) |
68 | | -* [Form Validation](components/validation.md) |
69 | | -* [File Upload](components/upload.md) |
70 | | -* [Toast Notifications](components/notifications.md) |
71 | | -* [Search](components/search.md) |
72 | | - |
73 | | -## Theming & Customization |
74 | | - |
75 | | -### Theme System |
76 | | -* [Dark/Light Themes](theming/themes.md) |
77 | | -* [Color Palette](theming/colors.md) |
78 | | -* [Typography](theming/typography.md) |
79 | | -* [Spacing System](theming/spacing.md) |
80 | | -* [Border Radius](theming/borders.md) |
81 | | - |
82 | | -### Customization Guide |
83 | | -* [SCSS Variables](customization/variables.md) |
84 | | -* [CSS Custom Properties](customization/properties.md) |
85 | | -* [Component Styling](customization/components.md) |
86 | | -* [Logo & Branding](customization/branding.md) |
87 | | -* [Layout Modifications](customization/layout.md) |
88 | | - |
89 | | -## JavaScript & Interactivity |
90 | | - |
91 | | -### Core JavaScript |
92 | | -* [Alpine.js Integration](javascript/alpine.md) |
93 | | -* [Event Handling](javascript/events.md) |
94 | | -* [Data Management](javascript/data.md) |
95 | | -* [API Integration](javascript/api.md) |
96 | | -* [Performance Optimization](javascript/performance.md) |
97 | | - |
98 | | -### Component-Specific JS |
99 | | -* [Dashboard Scripts](javascript/dashboard.md) |
100 | | -* [Form Validation](javascript/forms.md) |
101 | | -* [User Management](javascript/users.md) |
102 | | -* [File Operations](javascript/files.md) |
103 | | -* [Search Functionality](javascript/search.md) |
104 | | - |
105 | | -## Advanced Features |
106 | | - |
107 | | -### Progressive Web App |
108 | | -* [PWA Configuration](advanced/pwa-config.md) |
109 | | -* [Offline Support](advanced/offline.md) |
110 | | -* [Installation](advanced/installation.md) |
111 | | -* [Push Notifications](advanced/notifications.md) |
112 | | - |
113 | | -### Performance |
114 | | -* [Optimization Techniques](advanced/optimization.md) |
115 | | -* [Bundle Analysis](advanced/bundle.md) |
116 | | -* [Loading States](advanced/loading.md) |
117 | | -* [Caching Strategies](advanced/caching.md) |
118 | | - |
119 | | -## Development Guide |
120 | | - |
121 | | -### Development Workflow |
122 | | -* [Local Development](development/local.md) |
123 | | -* [Build Process](development/build.md) |
124 | | -* [Hot Reloading](development/hot-reload.md) |
125 | | -* [Debugging](development/debugging.md) |
126 | | -* [Testing](development/testing.md) |
127 | | - |
128 | | -### Code Organization |
129 | | -* [File Structure](development/structure.md) |
130 | | -* [Naming Conventions](development/naming.md) |
131 | | -* [Module System](development/modules.md) |
132 | | -* [SCSS Architecture](development/scss.md) |
133 | | -* [Component Creation](development/components.md) |
134 | | - |
135 | | -## Deployment & Production |
136 | | - |
137 | | -### Build & Deployment |
138 | | -* [Production Build](deployment/build.md) |
139 | | -* [Deployment Options](deployment/options.md) |
140 | | -* [Environment Configuration](deployment/environment.md) |
141 | | -* [Asset Optimization](deployment/assets.md) |
142 | | -* [Performance Monitoring](deployment/monitoring.md) |
143 | | - |
144 | | -### Maintenance |
145 | | -* [Updates](deployment/updates.md) |
146 | | -* [Security](deployment/security.md) |
147 | | -* [Backup](deployment/backup.md) |
148 | | -* [Monitoring](deployment/monitoring.md) |
149 | | - |
150 | | -## API Integration |
151 | | - |
152 | | -### Data Sources |
153 | | -* [REST API](api/rest.md) |
154 | | -* [GraphQL](api/graphql.md) |
155 | | -* [WebSocket](api/websocket.md) |
156 | | -* [Authentication](api/auth.md) |
157 | | -* [Error Handling](api/errors.md) |
158 | | - |
159 | | -### Example Implementations |
160 | | -* [User Authentication](api/examples/auth.md) |
161 | | -* [Data Tables](api/examples/tables.md) |
162 | | -* [File Upload](api/examples/upload.md) |
163 | | -* [Real-time Updates](api/examples/realtime.md) |
164 | | - |
165 | | -## Migration & Upgrading |
166 | | - |
167 | | -### Version Migration |
168 | | -* [Upgrading Bootstrap](migration/bootstrap.md) |
169 | | -* [Dependency Updates](migration/dependencies.md) |
170 | | -* [Breaking Changes](migration/breaking.md) |
171 | | -* [Legacy Support](migration/legacy.md) |
172 | | - |
173 | | -### From Other Templates |
174 | | -* [Migration Guide](migration/guide.md) |
175 | | -* [Component Mapping](migration/mapping.md) |
176 | | -* [Data Migration](migration/data.md) |
177 | | -* [Testing](migration/testing.md) |
178 | | - |
179 | | -## Troubleshooting |
180 | | - |
181 | | -### Common Issues |
182 | | -* [Installation Problems](troubleshooting/installation.md) |
183 | | -* [Build Errors](troubleshooting/build.md) |
184 | | -* [Styling Issues](troubleshooting/styling.md) |
185 | | -* [JavaScript Errors](troubleshooting/javascript.md) |
186 | | -* [Performance Issues](troubleshooting/performance.md) |
187 | | - |
188 | | -### FAQ |
189 | | -* [Frequently Asked Questions](troubleshooting/faq.md) |
190 | | -* [Best Practices](troubleshooting/best-practices.md) |
191 | | -* [Known Limitations](troubleshooting/limitations.md) |
192 | | -* [Workarounds](troubleshooting/workarounds.md) |
193 | | - |
194 | | -## Examples & Tutorials |
195 | | - |
196 | | -### Step-by-Step Guides |
197 | | -* [Creating Your First Page](examples/first-page.md) |
198 | | -* [Adding New Components](examples/components.md) |
199 | | -* [Theming Tutorial](examples/theming.md) |
200 | | -* [API Integration](examples/api.md) |
201 | | -* [Advanced Customization](examples/advanced.md) |
202 | | - |
203 | | -### Code Examples |
204 | | -* [Component Usage](examples/code/components.md) |
205 | | -* [JavaScript Patterns](examples/code/javascript.md) |
206 | | -* [SCSS Techniques](examples/code/scss.md) |
207 | | -* [Performance Optimization](examples/code/performance.md) |
208 | | -* [Security Implementation](examples/code/security.md) |
209 | | - |
210 | | -## Reference |
211 | | - |
212 | | -### API Reference |
213 | | -* [JavaScript API](reference/javascript.md) |
214 | | -* [SCSS Variables](reference/variables.md) |
215 | | -* [CSS Classes](reference/classes.md) |
216 | | -* [Component Props](reference/props.md) |
217 | | -* [Event Handlers](reference/events.md) |
218 | | - |
219 | | -### Resources |
220 | | -* [Changelog](reference/changelog.md) |
221 | | -* [Browser Support](reference/browser-support.md) |
222 | | -* [Dependencies](reference/dependencies.md) |
223 | | -* [License](reference/license.md) |
224 | | -* [Contributing](reference/contributing.md) |
| 14 | +* [Introduction](overview/introduction.md) |
| 15 | +* [Features](overview/features.md) |
0 commit comments