From 5e1664c700f7a8d993d638f8d3b48e671b1edbe4 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Sat, 13 Aug 2022 15:19:42 -0400 Subject: [PATCH] Fixing menus --- docs/docs/meshcentral/agents.md | 7 ++++--- docs/mkdocs.yml | 14 ++++---------- docs/startdevmkdocsonwindows.ps1 | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/docs/docs/meshcentral/agents.md b/docs/docs/meshcentral/agents.md index d6383ec3..0e1c983c 100644 --- a/docs/docs/meshcentral/agents.md +++ b/docs/docs/meshcentral/agents.md @@ -17,12 +17,11 @@ xxx Path: `c:\Program Files\Mesh Agent\meshagent.msh` - Start: `net start "mesh agent"` - Stop: `net stop "mesh agent"` - Restart: `net restart "mesh agent"` - - Status: - - Checking for nats or websocket problems `sudo journalctl --no-pager -u nats` and `sudo journalctl --no-pager -u nats-api` + - Status: Needs info === ":material-console-line: Troubleshooting" - Troubleshooting steps + Troubleshooting steps: Needs info ## Linux / BSD @@ -44,4 +43,6 @@ For macOS 10.x including Catalina, Mojave, High Sierra, Sierra, El Capitan, Yose ## MeshCentral Assistant +See [Assistant](assistant.md) + ## Apple MacOS Binary Installer diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 6753e2f8..7cf05b48 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -9,12 +9,13 @@ nav: - MeshCentral2: - 'MeshCentral2 Guide': 'meshcentral/index.md' - 'All Configuration Options': 'meshcentral/config.md' - - 'Device Tabs': 'meshcentral/devicetabs.md' - - 'Tokens': 'meshcentral/tokens.md' + - 'Agent Information': 'meshcentral/agents.md' - 'Assistant': 'meshcentral/assistant.md' - 'Code Signing': 'meshcentral/codesigning.md' - - 'Plugins': 'meshcentral/plugins.md' - 'Debugging': 'meshcentral/debugging.md' + - 'Device Tabs': 'meshcentral/devicetabs.md' + - 'Plugins': 'meshcentral/plugins.md' + - 'Tokens': 'meshcentral/tokens.md' - Design and Architecture: - design/index.md @@ -75,13 +76,6 @@ markdown_extensions: - admonition - pymdownx.details - pymdownx.highlight - - pymdownx.inlinehilite - - pymdownx.keys - - pymdownx.mark - - pymdownx.smartsymbols - - pymdownx.highlight - - pymdownx.inlinehilite - - pymdownx.keys - pymdownx.mark - pymdownx.smartsymbols - codehilite: diff --git a/docs/startdevmkdocsonwindows.ps1 b/docs/startdevmkdocsonwindows.ps1 index a8fcb55e..833433bf 100644 --- a/docs/startdevmkdocsonwindows.ps1 +++ b/docs/startdevmkdocsonwindows.ps1 @@ -14,8 +14,8 @@ pip install mkdocs #only 1st time pip install mkdocs-material #only 1st time #Run mkdocs and look at changes as you make them +start-process http://localhost:8010 #Opens Browser mkdocs serve -start http://localhost:8010 #Opens Browser #Stop python deactivate \ No newline at end of file