website/mkdocs.yml

63 lines
1.2 KiB
YAML
Raw Permalink Normal View History

2021-11-17 15:54:57 +00:00
site_name: BonoboNET
2022-10-20 21:46:40 +01:00
site_url: https://bnet.eu.org/
2023-03-19 20:43:04 +00:00
#site_url: http:///projects/bonobonet/
2021-11-17 15:54:57 +00:00
2022-10-20 21:46:40 +01:00
theme:
name: cinder
2021-11-17 15:54:57 +00:00
nav:
2022-10-20 21:46:40 +01:00
- index.md
- rules.md
- servers.md
- Usage:
- botty.md
- blog.md
- Network:
2023-04-02 11:45:48 +01:00
- network/join.md
2022-10-20 21:46:40 +01:00
- Configuration:
2023-04-02 11:45:48 +01:00
- network/config/peering.md
- network/config/credentials.md
- network/config/daemon.md
- network/config/monitoring.md
- network/config/motd.md
- network/config/linking.md
2022-10-20 21:46:40 +01:00
- links.md
2023-04-13 18:47:38 +01:00
- OpenBNET:
- openbnet.md
- Culture:
- culture.md
- gallery.md
2022-05-14 13:20:59 +01:00
plugins:
- blogging:
features:
tags: {}
locale: en
2022-10-21 10:37:31 +01:00
meta_time_format: '%Y-%m-%dT%H:%M:%S%z'
2022-05-14 13:20:59 +01:00
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