1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

Fixing menus

This commit is contained in:
silversword411 2022-08-13 15:19:42 -04:00
parent 5cdd08ee1d
commit 5e1664c700
No known key found for this signature in database
GPG key ID: 6F4BD176F56B50CA
3 changed files with 9 additions and 14 deletions

View file

@ -17,12 +17,11 @@ xxx Path: `c:\Program Files\Mesh Agent\meshagent.msh`
- Start: `net start "mesh agent"` - Start: `net start "mesh agent"`
- Stop: `net stop "mesh agent"` - Stop: `net stop "mesh agent"`
- Restart: `net restart "mesh agent"` - Restart: `net restart "mesh agent"`
- Status: - Status: Needs info
- Checking for nats or websocket problems `sudo journalctl --no-pager -u nats` and `sudo journalctl --no-pager -u nats-api`
=== ":material-console-line: Troubleshooting" === ":material-console-line: Troubleshooting"
Troubleshooting steps Troubleshooting steps: Needs info
## Linux / BSD ## Linux / BSD
@ -44,4 +43,6 @@ For macOS 10.x including Catalina, Mojave, High Sierra, Sierra, El Capitan, Yose
## MeshCentral Assistant ## MeshCentral Assistant
See [Assistant](assistant.md)
## Apple MacOS Binary Installer ## Apple MacOS Binary Installer

View file

@ -9,12 +9,13 @@ nav:
- MeshCentral2: - MeshCentral2:
- 'MeshCentral2 Guide': 'meshcentral/index.md' - 'MeshCentral2 Guide': 'meshcentral/index.md'
- 'All Configuration Options': 'meshcentral/config.md' - 'All Configuration Options': 'meshcentral/config.md'
- 'Device Tabs': 'meshcentral/devicetabs.md' - 'Agent Information': 'meshcentral/agents.md'
- 'Tokens': 'meshcentral/tokens.md'
- 'Assistant': 'meshcentral/assistant.md' - 'Assistant': 'meshcentral/assistant.md'
- 'Code Signing': 'meshcentral/codesigning.md' - 'Code Signing': 'meshcentral/codesigning.md'
- 'Plugins': 'meshcentral/plugins.md'
- 'Debugging': 'meshcentral/debugging.md' - 'Debugging': 'meshcentral/debugging.md'
- 'Device Tabs': 'meshcentral/devicetabs.md'
- 'Plugins': 'meshcentral/plugins.md'
- 'Tokens': 'meshcentral/tokens.md'
- Design and Architecture: - Design and Architecture:
- design/index.md - design/index.md
@ -75,13 +76,6 @@ markdown_extensions:
- admonition - admonition
- pymdownx.details - pymdownx.details
- pymdownx.highlight - pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark - pymdownx.mark
- pymdownx.smartsymbols - pymdownx.smartsymbols
- codehilite: - codehilite:

View file

@ -14,8 +14,8 @@ pip install mkdocs #only 1st time
pip install mkdocs-material #only 1st time pip install mkdocs-material #only 1st time
#Run mkdocs and look at changes as you make them #Run mkdocs and look at changes as you make them
start-process http://localhost:8010 #Opens Browser
mkdocs serve mkdocs serve
start http://localhost:8010 #Opens Browser
#Stop python #Stop python
deactivate deactivate