mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
* Sanitation and cleanup. * More sanitation. * Good base. * Conversion of images to jpeg for background and added border-radius. * sanitation and css addition. * Moved documents and further expanded documentation. * Converting images and setting structure. * Minor text addition * [ENH] Improve home page documentation, meshcentral index page documentation * [ENH]Improve submodules & features page * [ENH]review and improve how-to-contribute page * [ENH]review and improve Design and Architecture page * [ENH] Reviewed and improve 'Other' pages * reworked advanced page * Small additions and corrections. * minor removal of dashes * [ENH] Review and improve install menu (With related pages) in the docs (#16) * feat: rewrite entire install directory --------- Co-authored-by: alain.cisirika <cisirikalain@gmail.com> Co-authored-by: Daan Selen <dselen@systemec.nl>
106 lines
3.2 KiB
YAML
106 lines
3.2 KiB
YAML
site_name: "MeshCentral Documentation"
|
|
nav:
|
|
- Home:
|
|
- 'Abstract': './index.md'
|
|
|
|
- 'Install':
|
|
- 'Abstract': './install/abstract.md'
|
|
- 'Quickstart': 'install/quickstart.md'
|
|
- 'Installation Guides':
|
|
- 'Abstract': './install/abstract.md'
|
|
- 'Advanced': './install/advanced.md'
|
|
- 'Container (Docker)': './install/container.md'
|
|
- 'Windows': './install/windows.md'
|
|
- 'Databases':
|
|
- 'MongoDB': './install/database/mongodb.md'
|
|
- 'PostgreSQL': './install/database/postgresql.md'
|
|
- 'MariaDB/MySQL': './install/database/mariadb.md'
|
|
- 'Local Databases': './install/database/local.md'
|
|
- 'Security':
|
|
- 'Crowdsec': './install/security/crowdsec.md'
|
|
- 'Secure Installation': './install/security/secure.md'
|
|
|
|
- 'MeshCentral':
|
|
- 'MeshCentral Guide': './meshcentral/index.md'
|
|
- 'All Configuration Options': './meshcentral/config.md'
|
|
- 'SSL/TLS': './meshcentral/SSLnletsencrypt.md'
|
|
- 'Agent Information': './meshcentral/agents.md'
|
|
- 'Assistant': './meshcentral/assistant.md'
|
|
- 'Code Signing': './meshcentral/codesigning.md'
|
|
- 'Debugging': './meshcentral/debugging.md'
|
|
- 'Device Tabs': './meshcentral/devicetabs.md'
|
|
- 'Plugins': './meshcentral/plugins.md'
|
|
- 'Security': './meshcentral/security.md'
|
|
- 'Tokens': './meshcentral/tokens.md'
|
|
- 'FAQ': './meshcentral/faq.md'
|
|
- 'Tips n Tricks': './meshcentral/tipsntricks.md'
|
|
- 'Messaging': './messaging/index.md'
|
|
- 'Customization': './meshcentral/customization.md'
|
|
- 'OpenID Connect Strategy (OIDC)': './meshcentral/openidConnectStrategy.md'
|
|
|
|
- 'Submodules and Features':
|
|
- 'MeshCmd': ./meshcmd/index.md
|
|
- 'MeshCtrl': ./meshctrl/index.md
|
|
- 'Mesh Router': ./meshrouter/index.md
|
|
- 'Intel AMT': ./intelamt/index.md
|
|
|
|
- 'How to Contribute': './how-to-contribute/index.md'
|
|
|
|
- 'Design and Architecture': './design/index.md'
|
|
|
|
- 'Other':
|
|
- './other/adfs_sso_guide.md'
|
|
- './other/meshcentral_satellite.md'
|
|
|
|
site_description: "A remote monitoring and management tool"
|
|
site_author: "Ylianst and others"
|
|
site_url: "https://ylianst.github.io/MeshCentral/"
|
|
|
|
dev_addr: "0.0.0.0:8010"
|
|
|
|
# Repository
|
|
repo_name: "Ylianst/MeshCentral"
|
|
repo_url: "https://github.com/Ylianst/MeshCentral"
|
|
|
|
theme:
|
|
name: "material"
|
|
logo: "images/favicon.ico"
|
|
favicon: "images/favicon.ico"
|
|
language: en
|
|
locale: en
|
|
include_sidebar: false
|
|
palette:
|
|
- scheme: default # Palette toggle for dark mode
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to light mode
|
|
- scheme: slate # Palette toggle for light mode
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to dark mode
|
|
features:
|
|
- content.code.copy
|
|
- content.code.select
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- navigation.sections
|
|
- navigation.instant
|
|
- search.suggest
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
extra:
|
|
generator: false
|
|
plugins:
|
|
- search
|
|
- print-site
|
|
|
|
markdown_extensions:
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- admonition
|
|
- tables
|