side_menu_doc/mkdocs.yml

46 lines
911 B
YAML
Raw Normal View History

2023-02-11 23:57:28 +01:00
site_name: Custom menu
2023-02-12 00:13:34 +01:00
# site_url: "https://deblan.gitnet.page/side_menu_doc/"
2023-02-11 23:57:28 +01:00
plugins:
- search
2023-02-12 00:18:07 +01:00
- sociale
2023-02-11 23:57:28 +01:00
extra:
generator: false
theme:
name: material
2023-02-12 00:18:07 +01:00
logo: /_static/img/logo.svg
favicon: /_static/img/logo.svg
2023-02-11 23:57:28 +01:00
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