site_name: logfmt1
docs_dir: docs
site_dir: html
mallard_dir: mallard
nav:
- Intro: index.md
- .log.fmt: log.fmt.md
- logopen(): logopen.md
- regex(): regex.md
- global .fmt db: fmt.md
- update-logfmt: update-logfmt.md
- logex: logex.md
theme:
# name: materia
# name: bootstrap386
# name: ivory
# name: material
name: readthedocs
highlightjs: false
repo_url: https://fossil.include-once.org/modseccfg/wiki/logfmt1
markdown_extensions:
- admonition
- codehilite
# - use_pygments: True
- attr_list
- def_list
- tables
- markdown.extensions.codehilite:
guess_lang: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
plugins:
- mkdocstrings
extra_css:
- custom.css
- syntax.css
use_directory_urls: false