Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 820 Bytes

File metadata and controls

35 lines (23 loc) · 820 Bytes

logchange.github.io

https://logchange.github.io/

📚 Organization Docs Site

This repository now hosts the logchange documentation site built with MkDocs (Material theme).

  • Source docs: ./docs
  • Config: ./mkdocs.yml

Local preview

pip install -r requirements.txt
mkdocs serve

Contributing

Structure

  • Organization overview: docs/index.md
  • Tools: docs/tools/{logchange|hofund|valhalla}
    • getting-started.md
    • usage.md
    • faq.md
    • reference.md

Deployment

Publishing is automated with GitHub Actions on push to main. The workflow builds MkDocs, uploads the artifact, and deploys to GitHub Pages.