MeshCentral/docs/mkdocs.yml

91 lines
2.0 KiB
YAML
Raw Normal View History

2022-04-12 13:03:21 -04:00
site_name: "MeshCentral Documentation"
2022-01-27 10:23:03 -05:00
nav:
- Home: index.md
2022-02-14 23:30:38 -05:00
- Install:
- install/index.md
- install/install2.md
2022-02-14 23:30:38 -05:00
2022-05-19 01:08:27 -04:00
- MeshCentral2:
- 'MeshCentral2 Guide': 'meshcentral/index.md'
- 'All Configuration Options': 'meshcentral/config.md'
2022-08-13 15:19:42 -04:00
- 'Agent Information': 'meshcentral/agents.md'
- 'Assistant': 'meshcentral/assistant.md'
2022-06-09 11:27:10 -04:00
- 'Code Signing': 'meshcentral/codesigning.md'
- 'Debugging': 'meshcentral/debugging.md'
2022-08-13 15:19:42 -04:00
- 'Device Tabs': 'meshcentral/devicetabs.md'
- 'Plugins': 'meshcentral/plugins.md'
- 'Tokens': 'meshcentral/tokens.md'
2022-02-14 23:30:38 -05:00
- 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-05-16 23:32:40 -04:00
- Other:
- other/adfs_sso_guide.md
- other/meshcentral_satellite.md
2022-05-16 23:32:40 -04:00
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:8010"
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
- navigation.instant
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.mark
- pymdownx.smartsymbols
- codehilite:
2022-06-09 19:57:56 -04:00
guess_lang: true
2022-01-27 10:23:03 -05:00
- 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