tacticalrmm/docs/mkdocs.yml

84 lines
2.8 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-04-20 05:54:24 +00:00
- Code Signing: code_signing.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:
2021-07-25 19:27:05 +00:00
- "Alerting": functions/alerting.md
- "API Access": functions/api.md
- "Automated Tasks": functions/automated_tasks.md
2021-04-04 07:10:30 +00:00
- "Custom Fields": functions/custom_fields.md
- "Database Maintenance": functions/database_maintenance.md
2021-07-25 19:27:05 +00:00
- "Django Admin": functions/django_admin.md
- "Global Keystore": functions/keystore.md
- "Maintenance Mode": functions/maintenance_mode.md
2021-02-24 09:36:59 +00:00
- "Remote Background": functions/remote_bg.md
2021-07-25 19:27:05 +00:00
- "Settings Override": functions/settings_override.md
- "Scripting": functions/scripting.md
2021-05-07 21:53:55 +00:00
- "URL Actions": functions/url_actions.md
2021-02-24 09:36:59 +00:00
- "User Interface Preferences": functions/user_ui.md
2021-05-19 06:46:51 +00:00
- "Examples": functions/examples.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-06-29 15:22:52 +00:00
- 3rd Party Integrations:
- "Grafana": 3rdparty_grafana.md
2021-07-08 06:39:32 +00:00
- "AnyDesk": 3rdparty_anydesk.md
2021-07-25 19:27:05 +00:00
- "Connectwise Control / Screenconnect": 3rdparty_screenconnect.md
- "TeamViewer": 3rdparty_teamviewer.md
- "BitDefender GravityZone": 3rdparty_bitdefender_gravityzone.md
- Unsupported Extras:
- "Unsupported Guidelines": unsupported_guidelines.md
- "Unsupported Scripts": unsupported_scripts.md
- "Securing nginx": securing_nginx.md
2021-07-08 02:00:52 +00:00
- Tips n' Tricks: tipsntricks.md
2021-04-20 05:54:24 +00:00
- Contributing:
- "Contributing to Docs": contributing.md
2021-04-20 04:11:15 +00:00
- "Contributing to Community Scripts": contributing_community_scripts.md
2021-09-02 09:21:51 +00:00
- "Contributing using VSCode": contributing_using_vscode.md
- "Contributing using Docker": contributing_using_docker.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-07-08 06:39:32 +00:00
site_url: "https://wh1te909.github.io/tacticalrmm/"
2021-01-25 19:55:48 +00:00
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