@@ -10,13 +10,13 @@ hero:
1010 actions :
1111 - theme : brand
1212 text : Get Started
13- link : /guide/quick-start
13+ link : /docs/ guide/quick-start
1414 - theme : alt
1515 text : View Components
16- link : /components/
16+ link : /docs/ components/
1717 - theme : alt
1818 text : Read Docs
19- link : /guide/
19+ link : /docs/ guide/
2020
2121features :
2222 - title : 🎨 The Stack You Love
@@ -30,21 +30,21 @@ features:
3030## Quick Links
3131
3232### For Users
33- - 📖 [ ** Quick Start** ] ( /guide/quick-start ) - Get started in 5 minutes
34- - 🎨 [ ** Showcase** ] ( /guide/showcase ) - See all 60+ components in action
35- - 📦 [ ** Installation** ] ( /guide/installation ) - Setup instructions
36- - 🧩 [ ** Components** ] ( /components/ ) - Component library reference
33+ - 📖 [ ** Quick Start** ] ( /docs/ guide/quick-start ) - Get started in 5 minutes
34+ - 🎨 [ ** Showcase** ] ( /docs/ guide/showcase ) - See all 60+ components in action
35+ - 📦 [ ** Installation** ] ( /docs/ guide/installation ) - Setup instructions
36+ - 🧩 [ ** Components** ] ( /docs/ components/ ) - Component library reference
3737
3838### For Developers
39- - 🤝 [ ** Contributing Guide** ] ( /community/contributing ) - How to contribute
40- - 📚 [ ** Architecture** ] ( /architecture/architecture ) - Technical architecture
41- - 🔧 [ ** API Reference** ] ( /reference/api/core ) - Complete API docs
42- - 🗺️ [ ** Roadmap** ] ( /community/roadmap ) - Upcoming features
39+ - 🤝 [ ** Contributing Guide** ] ( /docs/ community/contributing ) - How to contribute
40+ - 📚 [ ** Architecture** ] ( /docs/ architecture/architecture ) - Technical architecture
41+ - 🔧 [ ** API Reference** ] ( /docs/ reference/api/core ) - Complete API docs
42+ - 🗺️ [ ** Roadmap** ] ( /docs/ community/roadmap ) - Upcoming features
4343
4444### Need Help?
45- - ❓ [ ** FAQ** ] ( /faq ) - Frequently asked questions
46- - 🔧 [ ** Troubleshooting** ] ( /troubleshooting ) - Common issues and solutions
47- - 🔒 [ ** Security** ] ( /security ) - Security best practices
45+ - ❓ [ ** FAQ** ] ( /docs/ faq ) - Frequently asked questions
46+ - 🔧 [ ** Troubleshooting** ] ( /docs/ troubleshooting ) - Common issues and solutions
47+ - 🔒 [ ** Security** ] ( /docs/ security ) - Security best practices
4848- 💬 [ ** Discussions** ] ( https://github.com/objectstack-ai/objectui/discussions ) - Ask questions
4949
5050---
@@ -145,7 +145,7 @@ cd my-admin
145145objectui dev
146146```
147147
148- [ ** 📖 CLI Guide →** ] ( /guide/cli/getting-started )
148+ [ ** 📖 CLI Guide →** ] ( /docs/ guide/cli/getting-started )
149149
150150### Option B: React Library
151151
@@ -173,66 +173,66 @@ function App() {
173173}
174174```
175175
176- [ ** 📖 Installation Guide →** ] ( /guide/installation )
176+ [ ** 📖 Installation Guide →** ] ( /docs/ guide/installation )
177177
178178---
179179
180180## Documentation Structure
181181
182182### 📘 Getting Started
183183Start here if you're new to ObjectUI
184- - [ Quick Start] ( /guide/quick-start )
185- - [ Installation] ( /guide/installation )
186- - [ Showcase] ( /guide/showcase )
184+ - [ Quick Start] ( /docs/ guide/quick-start )
185+ - [ Installation] ( /docs/ guide/installation )
186+ - [ Showcase] ( /docs/ guide/showcase )
187187
188188### 🧩 Components
189189Browse all available components
190- - [ Component Gallery] ( /components/ )
191- - [ Form Components] ( /components/form/ )
192- - [ Layout Components] ( /components/layout/ )
190+ - [ Component Gallery] ( /docs/ components/ )
191+ - [ Form Components] ( /docs/ components/form/ )
192+ - [ Layout Components] ( /docs/ components/layout/ )
193193
194194### 💡 Core Concepts
195195Understand how ObjectUI works
196- - [ Schema Rendering] ( /concepts/schema-rendering )
197- - [ Expressions] ( /concepts/expressions )
198- - [ Data Sources] ( /concepts/data-source )
196+ - [ Schema Rendering] ( /docs/ concepts/schema-rendering )
197+ - [ Expressions] ( /docs/ concepts/expressions )
198+ - [ Data Sources] ( /docs/ concepts/data-source )
199199
200200### 🔌 Plugins
201201Extend ObjectUI with plugins
202- - [ Plugin System] ( /concepts/plugins )
203- - [ Charts Plugin] ( /plugins/plugin-charts )
204- - [ Kanban Plugin] ( /plugins/plugin-kanban )
202+ - [ Plugin System] ( /docs/ concepts/plugins )
203+ - [ Charts Plugin] ( /docs/ plugins/plugin-charts )
204+ - [ Kanban Plugin] ( /docs/ plugins/plugin-kanban )
205205
206206### 📚 Reference
207207Detailed API documentation
208- - [ Core API] ( /reference/api/core )
209- - [ React API] ( /reference/api/react )
210- - [ Protocol Specifications] ( /reference/protocol/overview )
208+ - [ Core API] ( /docs/ reference/api/core )
209+ - [ React API] ( /docs/ reference/api/react )
210+ - [ Protocol Specifications] ( /docs/ reference/protocol/overview )
211211
212212### 🏗️ Architecture
213213For contributors and advanced users
214- - [ System Architecture] ( /architecture/architecture )
215- - [ Project Structure] ( /architecture/project-structure )
216- - [ Component Specs] ( /architecture/component )
214+ - [ System Architecture] ( /docs/ architecture/architecture )
215+ - [ Project Structure] ( /docs/ architecture/project-structure )
216+ - [ Component Specs] ( /docs/ architecture/component )
217217
218218### 🌐 Ecosystem
219219Integration and deployment
220- - [ ObjectQL Integration] ( /ecosystem/objectql )
221- - [ API Integration] ( /ecosystem/api )
222- - [ Deployment Guide] ( /ecosystem/deployment/showcase-deployment )
220+ - [ ObjectQL Integration] ( /docs/ ecosystem/objectql )
221+ - [ API Integration] ( /docs/ ecosystem/api )
222+ - [ Deployment Guide] ( /docs/ ecosystem/deployment/showcase-deployment )
223223
224224### 🆘 Support
225225Get help when you need it
226- - [ FAQ] ( /faq ) - Common questions
227- - [ Troubleshooting] ( /troubleshooting ) - Problem solving
228- - [ Security] ( /security ) - Security best practices
229- - [ Migration] ( /migration/from-objectstack ) - Migration guides
226+ - [ FAQ] ( /docs/ faq ) - Common questions
227+ - [ Troubleshooting] ( /docs/ troubleshooting ) - Problem solving
228+ - [ Security] ( /docs/ security ) - Security best practices
229+ - [ Migration] ( /docs/ migration/from-objectstack ) - Migration guides
230230
231231### 🤝 Community
232232Contribute and collaborate
233- - [ Contributing] ( /community/contributing )
234- - [ Roadmap] ( /community/roadmap )
235- - [ Best Practices] ( /community/best-practices )
233+ - [ Contributing] ( /docs/ community/contributing )
234+ - [ Roadmap] ( /docs/ community/roadmap )
235+ - [ Best Practices] ( /docs/ community/best-practices )
236236
237237---
238238
@@ -241,8 +241,8 @@ Contribute and collaborate
241241Stop writing repetitive UI code. Start building with ObjectUI.
242242
243243<div style =" display : flex ; gap : 1rem ; margin-top : 2rem ;" >
244- <a href =" /guide/quick-start " style =" padding : 0.75rem 1.5rem ; background : #3b82f6 ; color : white ; border-radius : 0.5rem ; text-decoration : none ; font-weight : 600 ;" >Get Started →</a >
245- <a href =" /components/ " style =" padding : 0.75rem 1.5rem ; border : 1px solid #3b82f6 ; color : #3b82f6 ; border-radius : 0.5rem ; text-decoration : none ; font-weight : 600 ;" >View Components</a >
246- <a href =" /guide/showcase " style =" padding : 0.75rem 1.5rem ; border : 1px solid #6b7280 ; color : #6b7280 ; border-radius : 0.5rem ; text-decoration : none ; font-weight : 600 ;" >Try Showcase</a >
244+ <a href =" /docs/ guide/quick-start " style =" padding : 0.75rem 1.5rem ; background : #3b82f6 ; color : white ; border-radius : 0.5rem ; text-decoration : none ; font-weight : 600 ;" >Get Started →</a >
245+ <a href =" /docs/ components/ " style =" padding : 0.75rem 1.5rem ; border : 1px solid #3b82f6 ; color : #3b82f6 ; border-radius : 0.5rem ; text-decoration : none ; font-weight : 600 ;" >View Components</a >
246+ <a href =" /docs/ guide/showcase " style =" padding : 0.75rem 1.5rem ; border : 1px solid #6b7280 ; color : #6b7280 ; border-radius : 0.5rem ; text-decoration : none ; font-weight : 600 ;" >Try Showcase</a >
247247</div >
248248
0 commit comments