tacticalrmm/docs/mkdocs.yml

58 lines
1.5 KiB
YAML
Raw Normal View History

2021-02-23 22:19:58 +00:00
site_name: "Tactical RMM Documentation"
2021-01-25 19:55:48 +00:00
nav:
- Home: index.md
2021-02-27 22:37:11 +00:00
- Sponsor: sponsor.md
2021-02-23 22:19:58 +00:00
- RMM Installation:
2021-02-23 08:14:25 +00:00
- "Traditional Install": install_server.md
- "Docker Install": install_docker.md
2021-02-23 22:19:58 +00:00
- Agent Installation: install_agent.md
2021-02-24 00:12:55 +00:00
- Updating:
- "Updating the RMM": update_server.md
2021-03-01 22:34:27 +00:00
- "Updating the RMM (Docker)": update_docker.md
2021-02-24 00:12:55 +00:00
- "Updating Agents": update_agents.md
2021-02-24 09:36:59 +00:00
- Functionality:
- "Remote Background": functions/remote_bg.md
- "Maintenance Mode": functions/maintenance_mode.md
- "Alerting": alerting.md
- "User Interface Preferences": functions/user_ui.md
2021-03-24 07:12:26 +00:00
- "Django Admin": functions/django_admin.md
2021-02-24 00:12:55 +00:00
- Backup: backup.md
- Restore: restore.md
2021-02-24 03:33:39 +00:00
- Troubleshooting: troubleshooting.md
2021-02-23 08:14:25 +00:00
- FAQ: faq.md
2021-02-25 20:55:26 +00:00
- Management Commands: management_cmds.md
2021-02-24 03:33:39 +00:00
- MeshCentral Integration: mesh_integration.md
2021-03-01 07:51:06 +00:00
- Contributing: contributing.md
2021-02-23 22:19:58 +00:00
- License: license.md
site_description: "A remote monitoring and management tool"
2021-01-25 19:55:48 +00:00
site_author: "wh1te909"
2021-02-23 08:14:25 +00:00
dev_addr: "0.0.0.0:8005"
2021-01-25 19:55:48 +00:00
# Repository
repo_name: "wh1te909/tacticalrmm"
repo_url: "https://github.com/wh1te909/tacticalrmm"
edit_uri: ""
theme:
name: "material"
logo: "images/onit.ico"
favicon: "images/favicon.ico"
language: "en"
palette:
primary: "white"
accent: "indigo"
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: "https://github.com/wh1te909/tacticalrmm"
markdown_extensions:
- pymdownx.inlinehilite
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true