@@ -16,25 +16,25 @@ This documentation is the authoritative reference for the ObjectStack Protocol.
1616 <Card
1717 icon = { <FileText />}
1818 title = " Quick Start"
19- href = " . /quick-start"
19+ href = " /docs /quick-start"
2020 description = " Get started in under 5 minutes. Choose your learning path based on your role."
2121 />
2222 <Card
2323 icon = { <Book />}
2424 title = " Tutorials"
25- href = " . /tutorials"
25+ href = " /docs /tutorials"
2626 description = " Hands-on step-by-step tutorials to build real applications and learn by doing."
2727 />
2828 <Card
2929 icon = { <Compass />}
3030 title = " Concepts"
31- href = " . /concepts/manifesto"
31+ href = " /docs /concepts/manifesto"
3232 description = " Understand the philosophy of 'Intent over Implementation' and the 'Local-First' architecture."
3333 />
3434 <Card
3535 icon = { <Layers />}
3636 title = " Specifications"
37- href = " . /specifications"
37+ href = " /docs /specifications"
3838 description = " The Architecture Blueprints. Deep dive into ObjectQL (Data), ObjectUI (View), and ObjectOS (Control)."
3939 />
4040</Cards >
@@ -45,25 +45,25 @@ This documentation is the authoritative reference for the ObjectStack Protocol.
4545 <Card
4646 icon = { <FileText />}
4747 title = " Developer Guides"
48- href = " . /guides/getting-started"
48+ href = " /docs /guides/getting-started"
4949 description = " Comprehensive guides for building with ObjectStack. Field types, views, workflows, and more."
5050 />
5151 <Card
5252 icon = { <Book />}
5353 title = " API Reference"
54- href = " . /references/data/core/Object"
54+ href = " /docs /references/data/core/Object"
5555 description = " Complete API documentation for every schema, field type, and configuration option."
5656 />
5757 <Card
5858 icon = { <FileText />}
5959 title = " FAQ"
60- href = " . /faq"
60+ href = " /docs /faq"
6161 description = " Frequently asked questions about ObjectStack and how to use it."
6262 />
6363 <Card
6464 icon = { <FileText />}
6565 title = " Troubleshooting"
66- href = " . /troubleshooting"
66+ href = " /docs /troubleshooting"
6767 description = " Common issues and how to resolve them."
6868 />
6969</Cards >
0 commit comments