Skip to content

Commit 5a84ce5

Browse files
committed
Add developer guides section and update docs navigation
Added new guides for Getting Started, Installation, and Project Structure under a new 'guides' section. Updated the main documentation index to include a 'Getting Started' card and modified meta.json files to register the new guides section and its pages.
1 parent 35838fb commit 5a84ce5

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

content/docs/guides/getting-started.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Getting Started
33
description: Build your first ObjectStack application in 5 minutes.
44
---
55

6-
import { Step, Steps } from 'fumadocs-ui/components/steps';
7-
86
ObjectStack is a protocol, but `@objectstack/spec` is the reference implementation library that provides the Zod schemas and strict types to build valid metadata.
97

108
<Steps>

content/docs/guides/project-structure.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ title: Project Structure
33
description: Recommended directory layout for ObjectStack projects.
44
---
55

6-
import { File, Folder } from 'lucide-react';
7-
86
To keep your metadata organized, we recommend the following folder structure ("The Domain Pattern").
97

10-
<Files>
8+
<FileTree>
119
<Folder name="src" defaultOpen>
1210
<Folder name="domains" defaultOpen>
1311
<Folder name="crm" defaultOpen>
@@ -32,7 +30,7 @@ To keep your metadata organized, we recommend the following folder structure ("T
3230
<File name="package.json" />
3331
<File name="tsconfig.json" />
3432
<File name="objectstack.config.ts" />
35-
</Files>
33+
</FileTree>
3634

3735
## Key Concepts
3836

0 commit comments

Comments
 (0)