website/mkdocs.yml

55 lines
963 B
YAML

site_name: BonoboNET
site_url: https://bnet.eu.org/
theme:
name: cinder
nav:
- index.md
- rules.md
- servers.md
- Usage:
- botty.md
- blog.md
- Network:
- join.md
- Configuration:
- peering.md
- configuring.md
- motd.md
- linking.md
- links.md
- OpenBNET: openbnet.md
- culture.md
plugins:
- blogging:
features:
tags: {}
dirs: # The directories to be included
- blog
- search
- git-revision-date
- print-site
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true