Fixing menus
silversword411 committed
Aug 13, 2022 at 15:19 UTC
5e1664c700f7a8d993d638f8d3b48e671b1edbe4
3 files changed
+9
-14
docs/docs/meshcentral/agents.md
+4
-3
@@ -17,12 +17,11 @@ xxx Path: `c:\Program Files\Mesh Agent\meshagent.msh`
17
- Start: `net start "mesh agent"`
18
- Stop: `net stop "mesh agent"`
19
- Restart: `net restart "mesh agent"`
20
- - Status:
21
- - Checking for nats or websocket problems `sudo journalctl --no-pager -u nats` and `sudo journalctl --no-pager -u nats-api`
20
+ - Status: Needs info
21
22
=== ":material-console-line: Troubleshooting"
23
25
- Troubleshooting steps
24
+ Troubleshooting steps: Needs info
25
26
## Linux / BSD
27
@@ -44,4 +43,6 @@ For macOS 10.x including Catalina, Mojave, High Sierra, Sierra, El Capitan, Yose
43
44
## MeshCentral Assistant
45
46
+See [Assistant](assistant.md)
47
+
48
## Apple MacOS Binary Installer
docs/mkdocs.yml
+4
-10
@@ -9,12 +9,13 @@ nav:
9
- MeshCentral2:
10
- 'MeshCentral2 Guide': 'meshcentral/index.md'
11
- 'All Configuration Options': 'meshcentral/config.md'
12
- - 'Device Tabs': 'meshcentral/devicetabs.md'
13
- - 'Tokens': 'meshcentral/tokens.md'
12
+ - 'Agent Information': 'meshcentral/agents.md'
13
- 'Assistant': 'meshcentral/assistant.md'
14
- 'Code Signing': 'meshcentral/codesigning.md'
16
- - 'Plugins': 'meshcentral/plugins.md'
15
- 'Debugging': 'meshcentral/debugging.md'
16
+ - 'Device Tabs': 'meshcentral/devicetabs.md'
17
+ - 'Plugins': 'meshcentral/plugins.md'
18
+ - 'Tokens': 'meshcentral/tokens.md'
19
20
- Design and Architecture:
21
- design/index.md
@@ -75,13 +76,6 @@ markdown_extensions:
76
- admonition
77
- pymdownx.details
78
- pymdownx.highlight
78
- - pymdownx.inlinehilite
79
- - pymdownx.keys
80
- - pymdownx.mark
81
- - pymdownx.smartsymbols
82
- - pymdownx.highlight
83
- - pymdownx.inlinehilite
84
- - pymdownx.keys
79
- pymdownx.mark
80
- pymdownx.smartsymbols
81
- codehilite:
docs/startdevmkdocsonwindows.ps1
+1
-1
@@ -14,8 +14,8 @@ pip install mkdocs #only 1st time
14
pip install mkdocs-material #only 1st time
15
16
#Run mkdocs and look at changes as you make them
17
+start-process http://localhost:8010 #Opens Browser
18
mkdocs serve
18
-start http://localhost:8010 #Opens Browser
19
20
#Stop python
21
deactivate
\ No newline at end of file