Skip to content

Commit 57b834b

Browse files
committed
feat(docs): Update documentation structure and add metadata titles
- Changed the source configuration to point to the new documentation directory structure. - Added front matter titles to various documentation files for better organization and SEO. - Updated multiple markdown files to include titles, enhancing clarity and navigation.
1 parent adab8dd commit 57b834b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+208
-71
lines changed

apps/site/source.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import { defineConfig, defineDocs } from 'fumadocs-mdx/config';
22

33
export const { docs, meta } = defineDocs({
4-
dir: 'content/docs',
4+
dir: '../../docs',
5+
root: '../../docs',
6+
files: ['**/*.{md,mdx}', '!**/node_modules/**'],
57
});
68

79
export default defineConfig();

docs/AI_GUIDE.md

Lines changed: 3 additions & 1 deletion

docs/BEST_PRACTICES.md

Lines changed: 3 additions & 1 deletion

docs/CLI_GUIDE.md

Lines changed: 3 additions & 1 deletion

docs/PR_SUMMARY.md

Lines changed: 3 additions & 1 deletion

docs/QUICKSTART_DEPLOY.md

Lines changed: 3 additions & 1 deletion

docs/README.md

Lines changed: 3 additions & 1 deletion

docs/README_SHOWCASE_DOCS.md

Lines changed: 3 additions & 1 deletion

docs/ROADMAP.md

Lines changed: 4 additions & 1 deletion

docs/SHOWCASE_PLAN_CN.md

Lines changed: 3 additions & 1 deletion

0 commit comments

Comments
 (0)