g3log/mkdocs.yml

15 lines
392 B
YAML
Raw Normal View History

2022-05-29 04:52:43 +02:00
site_name: G3log, an asynchronous "crash-safe" logger
2022-05-24 01:14:53 +02:00
site_author: 'Kjell Hedström'
2022-05-29 06:02:25 +02:00
docs_dir: docs/
2022-05-29 04:52:43 +02:00
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