g3log/mkdocs.yml
2022-05-28 21:13:54 -06:00

17 lines
466 B
YAML

site_name: G3log, an asynchronous "crash-safe" logger
site_author: 'Kjell Hedström'
docs_dir: docs/
repo_name: 'KjellKod/g3log'
repo_url: 'https://github.com/KjellKod/g3log'
theme:
name: material
nav:
- Introduction to G3log: index.md
- G3log usage: g3log.md
- API description: API.md
- API for custom log formatting: API_custom_formatting.md
- Configure, Build, Package, Install and Test: building.md
- License and contribution: contributing.md