This repository follows a modular, folder-based documentation approach that works both as raw Markdown and as a website (via MkDocs/GitHub Pages).
docs/
and use clear, task-oriented names:
getting_started.md
, environment.md
, pipeline.md
, configuration.md
, TESTING.md
, examples.md
, clones.md
, README.md
README.md
, TESTING.md
.getting_started.md
, examples embedded in usage guideslearning/curriculum_creation/USAGE_GUIDE.md
pipeline.md
, clones.md
environment.md
, configuration.md
, TESTING.md
./pipeline.md
).learning/
guides where appropriate.mkdocs.yml
defines navigation mirroring the folder layout.docs/index.md
, mirroring docs/README.md
hub content.uv run mkdocs serve
when editing site structure.