Commit Graph

7 Commits

Author SHA1 Message Date
c3ecebea89 style: add VS Code tree view for doc sidebar and improve typography 2026-03-18 19:26:46 +08:00
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
ae044f61d2 feat: load 3D blueprint from MD file instead of hardcoded data 2026-03-18 14:37:55 +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