File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,18 @@ description: Page description for SEO
9797- ** title** : Page title (required)
9898- ** description** : Page description for SEO (required)
9999
100+ ### Available Components
101+
102+ ObjectDocs provides Fumadocs UI components globally. No imports needed:
103+
104+ - ** Callout** : ` <Callout type="info|warn|error">...</Callout> `
105+ - ** Cards/Card** : ` <Cards><Card title="..." icon="...">...</Card></Cards> `
106+ - ** Steps/Step** : ` <Steps><Step>...</Step></Steps> `
107+ - ** Tabs/Tab** : For tabbed content
108+
109+ Example:
110+
111+ ``` mdx
100112<Callout type = " warn" >
101113Always include both ` title ` and ` description ` in your frontmatter for proper SEO and navigation.
102114</Callout >
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ pnpm dev
8080
8181Visit [ http://localhost:7777 ] ( http://localhost:7777 ) to see your site.
8282
83+ { /* Note: Callout, Cards, Steps and other Fumadocs components are globally available */ }
8384<Callout type = " info" >
8485The development server includes hot reload, so changes to your content will be reflected immediately.
8586</Callout >
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ ObjectDocs is a next-generation documentation engine built on:
1717
1818## Key Features
1919
20+ { /* ObjectDocs provides Fumadocs components globally - no imports needed */ }
2021<Cards >
2122 <Card title = " Metadata-Driven" icon = " settings" >
2223 Control navigation, sidebars, and SEO entirely via JSON configuration files.
You can’t perform that action at this time.
0 commit comments