Skip to content

Commit 0cb0161

Browse files
Add complete documentation for all 76 components with proper navigation structure
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 8bd10e0 commit 0cb0161

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

apps/site/source.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ export const { docs, meta } = defineDocs({
99
'!**/node_modules/**',
1010
'!**/.vitepress/**',
1111
'!**/dist/**',
12-
'!**/.*/**',
12+
'!**/.*/**',
13+
'!**/COMPONENT_MAPPING_GUIDE.md',
14+
'!**/COMPONENT_NAMING_CONVENTIONS.md',
15+
'!**/DEVELOPMENT_ROADMAP_2026.md',
16+
'!**/EVALUATION_INDEX.md',
17+
'!**/OBJECTSTACK_COMPONENT_EVALUATION.md',
18+
'!**/OBJECTSTACK_COMPONENT_EVALUATION_EN.md',
1319
],
1420
},
1521
});

0 commit comments

Comments
 (0)