Commit Graph

3 Commits

Author SHA1 Message Date
Haitao Pan
986985a63d feat(docs): finish docs service frontend switch 2026-03-20 00:11:44 +08:00
Haitao Pan
bf071a2679 feat(docs): load docs and blogs from docs service 2026-03-19 18:56:46 +08:00
Haitao Pan
eafbfeace5 feat: unified prebuild system with multi-repo doc sync
- Created scripts/prebuild.sh to consolidate all prebuild steps
- Updated scripts/sync-doc-content.sh to aggregate docs from all services:
  - console.svc.plus → src/content/doc/01-console
  - accounts.svc.plus → src/content/doc/02-accounts
  - rag-server.svc.plus → src/content/doc/03-rag-server
  - postgresql.svc.plus → src/content/doc/04-postgresql
- Auto-generates src/content/doc/index.md with service overview
- Simplified package.json prebuild to single script call
- Preserves TypeScript/Node.js scripts (generate-content.ts, build-contentlayer.mjs)

This ensures documentation is always fresh from source repos during build.
2026-01-26 20:55:48 +08:00