Skip to content

Commit

Permalink
Merge pull request #219 from zerotier/ldr/docusaurus-3.6
Browse files Browse the repository at this point in the history
chore: update docusaurus to v3.6 and bump other key dependencies
  • Loading branch information
rcoder authored Dec 6, 2024
2 parents 50e2765 + 2946f62 commit 27dfb1f
Show file tree
Hide file tree
Showing 6 changed files with 4,275 additions and 3,344 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ node_modules/
build/
.docusaurus/
.yarn/
package-lock.json
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you see `missing authentication token and authtoken.secret not found (or read
| REQUESTING_CONFIGURATION | Negotiating with the network Controller. This could take about a minute. If it takes much longer, see [Router Configuration Tips.](routertips) |
| NOT_FOUND | Typo in the Network ID? |
| ACCESS_DENIED | You node needs to be Authorized on this network (via [my.zerotier.com](https://my.zerotier.com)). |
| PORT_ERROR | See [Port Error](troubleshooting#porterror) |
| PORT_ERROR | See [Port Error](/troubleshooting#porterror) |

### Advanced CLI usage

Expand Down
6 changes: 3 additions & 3 deletions docs/faq-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Try the `msiexec` silent install options too.

Here are some possible mitigations.

First, make sure your ZeroTier connections are optimal: [Router Config Tips](./routertips.md)
First, make sure your ZeroTier connections are optimal: [Router Config Tips](/routertips)

#### Disable UDP

Expand All @@ -34,12 +34,12 @@ See this superuser post for more options and info
If the purpose of your ZeroTier network is solely remoting into office workstations, don't miss our example rule sets

:::tip See Also
[Client Isolation Rules](./faq-rules.md#client-isolation) and [RDP Only Rules](./faq-rules.md#remote-desktop-only-rdp-only)
[Client Isolation Rules](/faq-rules.md#client-isolation) and [RDP Only Rules](/faq-rules#rdp-only)
:::

### System Service Not Reachable by UI

[System Service Not Reachable by UI](./windows-service-unreachable)
[System Service Not Reachable by UI](/windows-service-unreachable)

### Resolving `Port Error` {#port-error}

Expand Down
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you are running your own roots the effect would be that no new connections ca

### Can ZeroTier, Inc. See my traffic? {#can-we-see-your-traffic}

No. Your traffic is end-to-end encrypted and your device's private identity keys are never transmitted off of your device. Learn more about our [cryptograph protocol](protocol#crypto).
No. Your traffic is end-to-end encrypted and your device's private identity keys are never transmitted off of your device. Learn more about our [cryptograph protocol](/protocol#cryptography).

### Metrics and Monitoring

Expand Down Expand Up @@ -130,7 +130,7 @@ Your system firewall is likely blocking communication with the ZeroTier service.

### Where can I find old versions of ZeroTier? {#old-versions}

See [Releases](./releases.md#old)
See [Releases](/releases#old-versions)

### What is Earth?

Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,28 @@
"dependencies": {
"@cspell/dict-markdown": "^2.0.2",
"@cspell/dict-software-terms": "^4.1.5",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-content-docs": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-common": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@docusaurus/utils": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"@playwright/test": "^1.47.2",
"@docusaurus/core": "^3.6.3",
"@docusaurus/plugin-content-docs": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/theme-common": "^3.6.3",
"@docusaurus/theme-mermaid": "^3.6.3",
"@docusaurus/utils": "^3.6.3",
"@mdx-js/react": "^3.1.0",
"@playwright/test": "^1.49.0",
"@prantlf/jsonlint": "^16.0.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.11",
"async-folder-walker": "^3.0.5",
"clsx": "^2.1.1",
"cspell": "^8.14.4",
"docusaurus-lunr-search": "^3.5.0",
"markdownlint-cli2": "^0.14.0",
"markdownlint-cli2": "^0.15.0",
"npm-run-all2": "^6.2.3",
"pixelmatch": "^6.0.0",
"pngjs": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redocusaurus": "^2.1.2"
"redocusaurus": "^2.2.0"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 27dfb1f

Please sign in to comment.