GUI editor to tame mod_security rules

⌈⌋ ⎇ branch:  modseccfg


Artifact [a3b0dfb710]

Artifact a3b0dfb710c021a5e884b29abb332062d48614a73a30914501c9c1b10ef4ca9c:

  • File logfmt1/mkdocs.yml — part of check-in [582b0b80fb] at 2021-01-01 20:59:39 on branch trunk — Typos fixed in logfmt1 docs (user: mario size: 783)

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