MeshCentral/docs/mkdocs.yml

95 lines
2.2 KiB
YAML
Raw Normal View History

2022-04-12 20:03:21 +03:00
site_name: "MeshCentral Documentation"
2022-01-27 18:23:03 +03:00
nav:
- Home: index.md
2022-02-15 07:30:38 +03:00
- Install:
- install/index.md
- install/install2.md
2022-02-15 07:30:38 +03:00
2022-05-19 08:08:27 +03:00
- MeshCentral2:
- 'MeshCentral2 Guide': 'meshcentral/index.md'
- 'All Configuration Options': 'meshcentral/config.md'
2022-08-13 22:19:42 +03:00
- 'Agent Information': 'meshcentral/agents.md'
- 'Assistant': 'meshcentral/assistant.md'
2022-06-09 18:27:10 +03:00
- 'Code Signing': 'meshcentral/codesigning.md'
- 'Debugging': 'meshcentral/debugging.md'
2022-08-13 22:19:42 +03:00
- 'Device Tabs': 'meshcentral/devicetabs.md'
- 'Plugins': 'meshcentral/plugins.md'
2022-09-09 17:48:37 +03:00
- 'SSL': 'meshcentral/SSLnletsencrypt.md'
- 'Security': 'meshcentral/security.md'
2022-08-13 22:19:42 +03:00
- 'Tokens': 'meshcentral/tokens.md'
2022-09-09 16:55:14 +03:00
- 'FAQ': 'meshcentral/faq.md'
- 'Tips n Tricks': 'meshcentral/tipsntricks.md'
2022-02-15 07:30:38 +03: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-17 06:32:40 +03:00
- Other:
- other/adfs_sso_guide.md
- other/meshcentral_satellite.md
2022-05-17 06:32:40 +03:00
2022-01-27 18:23:03 +03:00
site_description: "A remote monitoring and management tool"
2022-02-16 04:14:56 +03:00
site_author: "Ylianst"
2022-01-27 18:23:03 +03:00
site_url: "https://git.meshcentral.com/"
dev_addr: "0.0.0.0:8010"
2022-01-27 18:23:03 +03: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-16 04:14:56 +03:00
- navigation.tabs
- navigation.expand
- navigation.top
- navigation.instant
2022-01-27 18:23:03 +03:00
extra_css:
- stylesheets/extra.css
2022-02-15 07:30:38 +03:00
extra:
generator: false
2022-01-27 18:23:03 +03: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-10 02:57:56 +03:00
guess_lang: true
2022-01-27 18:23:03 +03: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