doc/mkdocs.yml
Simon Vieille 04d63d40d5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
init
2023-02-12 22:01:30 +01:00

42 lines
768 B
YAML

site_name: "Tinternet & cie"
# site_url: "https://tinternet.gitnet.page/doc/"
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.highlight:
anchor_linenums: true
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
nav:
- Accueil: index.md