side_menu_doc/mkdocs.yml
Simon Vieille 268e14f4e2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add changelog
2023-02-15 17:53:48 +01:00

51 lines
1,003 B
YAML

site_name: Custom menu
# site_url: "https://deblan.gitnet.page/side_menu_doc/"
plugins:
- search
- social
- autolinks
extra:
generator: false
theme:
name: material
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
nav:
- Overview: index.md
- Screenshots: screenshots.md
- Requirements: requirements.md
- Install and upgrade: setup.md
- Tips: tips.md
- Support: support.md
- Contribute: contrib.md
- Changelog: changelog.md