side_menu_doc/mkdocs.yml
Simon Vieille 5c154482c4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add umami (ci)
2023-02-22 20:54:17 +01:00

57 lines
1.1 KiB
YAML

site_name: Custom menu
# site_url: "https://deblan.gitnet.page/side_menu_doc/"
plugins:
- search
- social
- autolinks
- redirects:
redirect_maps:
'tips.md': 'faq.md'
extra:
generator: false
theme:
name: material
custom_dir: overrides
logo: _static/img/logo.svg
favicon: _static/img/logo.svg
features:
- content.code.copy
- navigation.tabs
- navigation.footer
palette:
primary: "light blue"
scheme: slate
markdown_extensions:
- admonition
- 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
- pymdownx.details
- attr_list
- md_in_html
nav:
- Overview: index.md
- Screenshots: screenshots.md
- Requirements: requirements.md
- Install and upgrade: setup.md
- FAQ: faq.md
- Support: support.md
- Contribute: contrib.md
- Changelog: changelog.md