Files
grm/docs/mapping.json
emil 5b05db4e6d GRM-36: feat: implement documentation-as-code with wiki sync and doc-coverage
Add /docs/ directory with user and technical documentation extracted from README, AGENTS.md, and source code. Add scripts/sync_wiki.py to sync docs to Gitea wiki via API. Add scripts/doc_coverage.py to check CLI commands, modules, and CI scripts are documented. Add sync-wiki.yml workflow for auto-sync on merge and release. Slim down README.md to lean entry point. 28 new unit tests, 100% coverage maintained.

Closes GRM-36
2026-06-21 19:45:34 +00:00

15 lines
509 B
JSON

{
"index.md": "Home",
"user/getting-started.md": "Getting-Started",
"user/installation.md": "Installation",
"user/cli-commands.md": "CLI-Commands",
"user/troubleshooting.md": "Troubleshooting",
"user/faq.md": "FAQ",
"tech/architecture.md": "Architecture",
"tech/development-setup.md": "Development-Setup",
"tech/ci-cd-workflow.md": "CI-CD-Workflow",
"tech/testing-strategy.md": "Testing-Strategy",
"tech/decision-log.md": "Decision-Log",
"tech/contributing.md": "Contributing-Guide"
}