doc/mkdocs.yml

41 lines
732 B
YAML
Raw Normal View History

2023-02-12 22:01:30 +01:00
site_name: "Tinternet & cie"
2023-02-13 17:53:04 +01:00
# site_url: "{site_url}"
2023-02-12 22:01:30 +01:00
plugins:
- search
- social
- autolinks
extra:
generator: false
theme:
name: material
logo: _static/img/logo.png
favicon: _static/img/logo.png
features:
- content.code.copy
- navigation.tabs
- navigation.footer
palette:
primary: "light blue"
scheme: slate
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
2023-02-12 22:15:18 +01:00
- admonition
2023-02-12 22:21:33 +01:00
- attr_list
2023-02-12 22:01:30 +01:00
nav:
- Accueil: index.md
2023-02-12 22:15:18 +01:00
- Outils:
2023-02-12 23:00:41 +01:00
- Matrix et Element:
2023-02-12 22:49:58 +01:00
- Présentation: outils/matrix/index.md
- Installation: outils/matrix/installation.md