Merge pull request #4399 from silversword411/master

docs - fixing mobile etc
This commit is contained in:
Ylian Saint-Hilaire 2022-08-13 18:33:02 -07:00 committed by GitHub
commit 62868d6681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 15 deletions

View File

@ -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

View File

@ -77,4 +77,18 @@ a:link {
padding:4px;
border-radius:4px;
box-shadow: 2px 2px 4px black;
}
}
.md-typeset .tabbed-set {
border-left-width: 0.2rem;
border-left-color: rgb(244, 244, 244);
border-left-style: solid;
border-radius: 4px;
background-color: rgba(68,138,255,.1);
border-color: rgb(244, 244, 244);
padding: 5px;
}
@media only screen and (max-width: 76.1875em) {
.md-nav__link {
color: black;
}
}

View File

@ -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:

View File

@ -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