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
|
2022-05-17 01:24:30 -04:00
|
|
|
- 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'
|
2022-06-07 17:28:21 -04:00
|
|
|
- 'All Configuration Options': 'meshcentral/config.md'
|
2022-08-13 15:19:42 -04:00
|
|
|
- 'Agent Information': 'meshcentral/agents.md'
|
2022-05-12 02:05:52 -04:00
|
|
|
- 'Assistant': 'meshcentral/assistant.md'
|
2022-06-09 11:27:10 -04:00
|
|
|
- 'Code Signing': 'meshcentral/codesigning.md'
|
2022-05-12 02:05:52 -04:00
|
|
|
- 'Debugging': 'meshcentral/debugging.md'
|
2022-08-13 15:19:42 -04:00
|
|
|
- 'Device Tabs': 'meshcentral/devicetabs.md'
|
|
|
|
- 'Plugins': 'meshcentral/plugins.md'
|
2022-09-06 16:15:10 -04:00
|
|
|
- 'Security': 'meshcentral/security.md'
|
2022-08-13 15:19:42 -04:00
|
|
|
- '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
|
2022-05-17 01:24:30 -04:00
|
|
|
- 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/"
|
|
|
|
|
2022-05-12 02:05:52 -04:00
|
|
|
dev_addr: "0.0.0.0:8010"
|
2022-02-24 11:20:31 -05:00
|
|
|
|
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
|
2022-05-12 02:05:52 -04:00
|
|
|
- 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
|