Commit Graph

14 Commits

Author SHA1 Message Date
683b3d66ab style: simplify doc content styling with minimal design 2026-03-18 18:54:44 +08:00
d66f5b09e6 feat: migrate to react-markdown for robust markdown rendering
- Replace custom markdown parser with react-markdown + remark-gfm
- Fix document link navigation (./ and ../ references)
- Simplify doc viewing flow (direct markdown content instead of parsed structure)
- Update electron main process to only use api folder for docs
- Add blueprint loading from docs/blueprint.md dynamically
- Fix sidebar file selection path matching
- Update preload scripts for new API structure
2026-03-18 18:50:26 +08:00
4898ee5434 fix: add null checks to parsers and fix docs path 2026-03-18 16:13:57 +08:00
ff48936402 fix: improve parser robustness 2026-03-18 15:46:44 +08:00
3d703ba7ef feat: add Electron support for headless exe service
- Add folder selection button in UI
- Add Electron main process with IPC handlers
- Support --port and --docs command line arguments
- Support --headless mode for headless service
- Add portable exe build configuration
2026-03-18 15:05:37 +08:00
5fd9274039 fix: use indent check to avoid parsing params as modules/subsystems 2026-03-18 14:49:49 +08:00
ace133f0b7 fix: rewrite parser to correctly parse parent_subsystem and module hierarchy 2026-03-18 14:46:40 +08:00
6c7ba142ba fix: remove TASKS, CONSTRAINTS, EVOLUTION_PLAN from blueprint MD 2026-03-18 14:41:22 +08:00
ae044f61d2 feat: load 3D blueprint from MD file instead of hardcoded data 2026-03-18 14:37:55 +08:00
7139dee794 fix: revert nav label to API 文档 2026-03-18 14:28:06 +08:00
f80e8dade6 fix: change project title to XCSDD 2026-03-18 14:26:55 +08:00
2e23977669 fix: rename API Docs to XCSDD 2026-03-18 14:24:24 +08:00
49bc08b9f7 feat: merge XCBluePrint 3D visualization into project 2026-03-18 14:22:07 +08:00
f2fa697c68 Initial commit: add project files and README 2026-03-18 14:09:06 +08:00