MeshCentral/docs/mkdocs.yml

85 lines
1.6 KiB
YAML
Raw Normal View History

2022-01-27 10:23:03 -05:00
site_name: "MeshCentral2 Documentation"
nav:
- Home: index.md
2022-02-14 23:30:38 -05:00
- Install:
- install/index.md
- MeshCentral:
- meshcentral/index.md
- Design and Architecture:
- design/index.md
- MeshCmd:
- meshcmd/index.md
- MeshCtrl:
- meshctrl/index.md
- Mesh Router:
- meshrouter/index.md
- Intel AMT:
- intelamt/index.md
2022-01-27 10:23:03 -05:00
site_description: "A remote monitoring and management tool"
2022-02-15 20:14:56 -05:00
site_author: "Ylianst"
2022-01-27 10:23:03 -05:00
site_url: "https://git.meshcentral.com/"
dev_addr: "0.0.0.0:8006"
2022-01-27 10:23:03 -05:00
# Repository
repo_name: "Ylianst/MeshCentral"
repo_url: "https://github.com/Ylianst/MeshCentral"
edit_uri: ""
theme:
name: "material"
logo: "images/favicon.ico"
favicon: "images/favicon.ico"
language: "en"
palette:
primary: "white"
accent: "indigo"
features:
2022-02-15 20:14:56 -05:00
- navigation.tabs
- navigation.expand
- navigation.top
- toc.integrate
2022-01-27 10:23:03 -05:00
extra_css:
- stylesheets/extra.css
2022-02-14 23:30:38 -05:00
extra:
generator: false
2022-01-27 10:23:03 -05:00
markdown_extensions:
- pymdownx.keys
- pymdownx.inlinehilite
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true