side_menu_doc/mkdocs.yml
Simon Vieille 2c643c7655
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update ci
2023-02-12 00:20:17 +01:00

46 lines
990 B
YAML

site_name: Custom menu
# site_url: "https://deblan.gitnet.page/side_menu_doc/"
plugins:
- search
- social
extra:
generator: false
theme:
name: material
logo: https://deblan.gitnet.page/side_menu_doc/_static/img/logo.svg
favicon: https://deblan.gitnet.page/side_menu_doc/_static/img/logo.svg
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:
- Overview: index.md
- Screenshots: screenshots.md
- Requirements: requirements.md
- Install and update: setup.md
- Settings: settings.md
- Contribute: contrib.md