https://github.com/logchange/logchange.github.io
https://github.com/logchange/logchange.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/logchange/logchange.github.io
- Owner: logchange
- Created: 2025-08-30T15:27:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T17:26:34.000Z (10 months ago)
- Last Synced: 2025-08-30T17:30:37.163Z (10 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# 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
```bash
pip install -r requirements.txt
mkdocs serve
```
### Contributing
- Use the pencil icon on any page to edit directly on GitHub (it links to the file under ./docs).
- See docs/Contributing: https://logchange.github.io/.github/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.