Skip to content

Commit 0de968f

Browse files
Merge pull request #334 from silversword411/mkdocsupdate8-9
mkdocs Upgrade: Fixing links etc
2 parents e9660d8 + 3243bbc commit 0de968f

11 files changed

+37
-50
lines changed

docs/functions/custom_fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Tactical RMM supports automatically collecting information and saving them direc
5353
!!!info
5454
To populate a multiple select custom field, return a string with the options separated by a comma `"This,will,be,an,array"`.
5555

56-
For more information See [Collector Tasks](automated_tasks.md#Collector Tasks).
56+
For more information See [Collector Tasks](automated_tasks.md#collector-tasks).
5757

5858
## Video Walkthru
5959

docs/functions/scripting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ See a full list of possible built-in variables [Here](../script_variables.md)
262262

263263
Tactical RMM supports pulling data from custom fields using the {{model.custom_field_name}} syntax.
264264

265-
See [Using Custom Fields in Scripts](custom_fields.md#Using Custom Fields in Scripts).
265+
See [Using Custom Fields in Scripts](custom_fields.md#using-custom-fields-in-scripts).
266266

267267
### Getting values from the Global Keystore
268268

docs/guide_gettingstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Install the server, [choose the best path](install_considerations.md)
3030

3131
* [ ] TRMM Server [OS updates](update_server.md#video-walkthru){target=_blank}
3232
* [ ] Reboot TRMM server
33-
* [ ] Renew [LetsEncrypt Certs](update_server.md#keeping-your-lets-encrypt-certificate-up-to-date){target=_blank}
33+
* [ ] Renew [LetsEncrypt Certs](update_server.md#keeping-your-ssl-certificates-up-to-date){target=_blank}
3434
* [ ] [Update TRMM](update_server.md#updating-to-the-latest-rmm-version){target=_blank}
3535
* [ ] Check your backups. Especially scheduled ones and make sure you're running the latest `./backup.sh` (You're reading the [release notes](https://github.com/amidaware/tacticalrmm/releases) at every update, right?)
3636

3737
## Bi-annually
3838

39-
* [ ] Clean up [old agents](management_cmds.md#bulk-delete-old-agents-by-last-checkin-date-or-agent-version){target=_blank}
39+
* [ ] Clean up [old agents](management_cmds.md#bulk-delete-agents-last-check-in-agent-version-site-or-client){target=_blank}
4040

4141
## Don't do these things
4242

docs/troubleshooting.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Troubleshooting
22

3-
## I just updated and now it doesn't work.
4-
5-
It's just a blank white screen, nothing will load when I refresh. [See](faq.md#i-just-updated-and-now-it-doesnt-work).
6-
73
## Server Troubleshooting Script
84

95
If you've asked for help in [#support](https://discord.com/channels/736478043522072608/744282073870630912) please run this, and send a screenshot at the top of the thread created for troubleshooting your issue.
@@ -100,7 +96,7 @@ It will most probably be a CORS error which means you need to check your DNS set
10096

10197
If you see an error about SSL or certificate expired, then your Let's Encrypt cert has probably expired and you'll need to renew it.
10298

103-
Refer to the Let's Encrypt cert renewal instructions [here](update_server.md#keeping-your-lets-encrypt-ssl-certificate-up-to-date).
99+
Refer to the Let's Encrypt cert renewal instructions [here](update_server.md#keeping-your-ssl-certificates-up-to-date).
104100

105101
## Agents not installing or updating
106102

@@ -134,7 +130,7 @@ The mesh installer is created at time of install. Make sure it's working by runn
134130

135131
!!!warning
136132
As of v0.12.0 `Error 1005` usually means something doesn't match and / or the mesh username has to be all lower case.<br>
137-
If you customize the "Mesh Device Group Name" in Tactical's settings you **MUST** also manually match that Mesh Group in mesh itself [because you must understand](mesh_integration.md#security-implications).
133+
If you customize the "Mesh Device Group Name" in Tactical's settings you **MUST** also manually match that Mesh Group in mesh itself.
138134

139135
[Collect Update debug logs for troubleshooting agents that don't update](update_agents.md#manually-updating-from-the-command-line-on-the-agent)
140136

docs/unsupported_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Should you employ any one or several of these unsupported technologies:
3232

3333
Please let us know **BEFORE** we start troubleshooting and looking for software bugs that you are... in fact... a 🧙... and using something non-standard. 😉
3434

35-
These are "unsupported" because then we are troubleshooting **your** environment, not Tactical RMM. You need to have knowledge about how things work if you're going to stray from the [easy path](install_server.md#option-1-easy-install) of the standard install.
35+
These are "unsupported" because then we are troubleshooting **your** environment, not Tactical RMM. You need to have knowledge about how things work if you're going to stray from the [easy path](install_server.md#option-1-easy-install-on-a-vps) of the standard install.
3636

3737
Help us maximize keeping developer time and resources focused on new releases... not supporting goosechases.
3838

docs/unsupported_proxies.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,8 +1207,6 @@ You should now see something like this in your list of SSL Certs:
12071207

12081208
Go ahead and download this certificate by clicking the 3 dots to the right of the cert entry and click "Download".
12091209

1210-
I suggest you follow [these](unsupported_scripts.md/#using-purchased-ssl-certs-instead-of-lets-encrypt-wildcards) instructions for adding the new certs to your TRMM instance. You will still need to keep TRMM's certs updated as well.
1211-
12121210
#### MeshCentral Configuration
12131211

12141212
Now you should have Nginx Proxy Manager completely setup. Lets move on to the MeshCentral Configuration.

docs/update_agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For example, agents older than version 1.3.0 must first be updated to 1.3.0 befo
3131

3232
You should never need to do this but might be needed to troubleshoot agents that are not updating automatically.
3333

34-
Download the `tacticalagent-vX.X.X.exe` installer from the link generated by the [Manual](./install_agent.md#manual]) install method and place it somewhere on the filesystem.
34+
Download the `tacticalagent-vX.X.X.exe` installer from the link generated by the [Manual](./install_agent.md#manual) install method and place it somewhere on the filesystem.
3535

3636
Open CMD as admin and call the exe like so:
3737

docs/update_server.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Updating the RMM
22

3-
[Keeping your Linux server up to date](#keeping-your-linux-server-up-to-date)
4-
5-
[Updating to the latest RMM version](#updating-to-the-latest-rmm-version)
6-
7-
[Keeping your Let's Encrypt certificate up to date](#keeping-your-lets-encrypt-ssl-certificate-up-to-date)
8-
9-
[Video Walkthru](#video-walkthru)
10-
113
## Keeping your Linux server up to date
124

135
You should periodically run `sudo apt update` and `sudo apt -y upgrade` to keep your server up to date.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ markdown_extensions:
149149
- toc:
150150
permalink: true
151151
- pymdownx.emoji:
152-
emoji_index: !!python/name:materialx.emoji.twemoji
153-
emoji_generator: !!python/name:materialx.emoji.to_svg
152+
emoji_index: !!python/name:material.extensions.emoji.twemoji
153+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
154154
- pymdownx.superfences
155155
- pymdownx.tabbed:
156156
alternate_style: true

requirements.txt

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
certifi==2024.2.2
2-
charset-normalizer==3.3.2
3-
click==8.1.7
1+
certifi==2025.11.12
2+
charset-normalizer==3.4.4
3+
click==8.3.1
44
colorama==0.4.6
55
ghp-import==2.1.0
6-
idna==3.6
7-
importlib-metadata==7.1.0
8-
Jinja2==3.1.3
9-
Markdown==3.6
10-
MarkupSafe==2.1.5
6+
idna==3.11
7+
importlib-metadata==8.7.0
8+
Jinja2==3.1.6
9+
Markdown==3.10
10+
MarkupSafe==3.0.3
1111
mergedeep==1.3.4
12-
mkdocs==1.5.3
13-
mkdocs-material==8.5.11
14-
mkdocs-material-extensions==1.1.1
15-
neoteroi-mkdocs==1.0.5
16-
packaging==24.0
12+
mkdocs==1.6.1
13+
mkdocs-material==9.7.0
14+
mkdocs-material-extensions==1.3.1
15+
neoteroi-mkdocs==1.2.0
16+
packaging==25.0
1717
pathspec==0.12.1
18-
platformdirs==4.2.0
19-
Pygments==2.17.2
20-
pymdown-extensions==10.7.1
21-
pyparsing==3.1.2
18+
platformdirs==4.5.1
19+
Pygments==2.19.2
20+
pymdown-extensions==10.19.1
21+
pyparsing==3.2.5
2222
python-dateutil==2.9.0.post0
23-
PyYAML==6.0.1
24-
pyyaml_env_tag==0.1
25-
regex==2023.12.25
26-
requests==2.31.0
27-
six==1.16.0
28-
urllib3==2.2.1
29-
watchdog==4.0.0
30-
zipp==3.18.1
23+
PyYAML==6.0.3
24+
pyyaml_env_tag==1.1
25+
regex==2025.11.3
26+
requests==2.32.5
27+
six==1.17.0
28+
urllib3==2.6.2
29+
watchdog==6.0.0
30+
zipp==3.23.0

0 commit comments

Comments
 (0)