side_menu_doc/mkdocs.yml

57 lines
1.1 KiB
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:31 +01:00
- social
2023-02-12 13:30:46 +01:00
- autolinks
2023-02-21 21:30:54 +01:00
- redirects:
redirect_maps:
'tips.md': 'faq.md'
2023-02-11 23:57:28 +01:00
extra:
generator: false
theme:
name: material
2023-02-22 20:54:17 +01:00
custom_dir: overrides
2023-02-12 12:49:27 +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:
2023-02-15 17:53:48 +01:00
- admonition
2023-02-11 23:57:28 +01:00
- 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
2023-02-15 17:53:48 +01:00
- pymdownx.details
2023-02-20 13:43:41 +01:00
- attr_list
- md_in_html
2023-02-11 23:57:28 +01:00
nav:
- Overview: index.md
- Screenshots: screenshots.md
- Requirements: requirements.md
2023-02-12 16:30:22 +01:00
- Install and upgrade: setup.md
2023-02-21 21:30:54 +01:00
- FAQ: faq.md
2023-02-12 12:49:27 +01:00
- Support: support.md
2023-02-11 23:57:28 +01:00
- Contribute: contrib.md
2023-02-15 17:53:48 +01:00
- Changelog: changelog.md