Skip to content

Commit

Permalink
Merge pull request #381 from openziti/organize-self-hosting-guides
Browse files Browse the repository at this point in the history
organize metrics and limits guides under self-hosting
  • Loading branch information
qrkourier authored Jul 27, 2023
2 parents d93188b + a73977b commit 992549f
Show file tree
Hide file tree
Showing 12 changed files with 2,716 additions and 2,646 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Metrics and Limits",
"position": 40,
"position": 60,
"link": {
"type": "generated-index"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 40
---

# Configuring Limits

> If you have not yet configured [metrics](configuring-metrics.md), please visit the [metrics guide](configuring-metrics.md) first before working through the limits configuration.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 20
---

# Configuring Metrics

A fully configured, production-scale `zrok` service instance looks like this:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/self-hosting/self_hosting_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The `ziti` section defines how the `zrok` controller should communicate with you

Be sure to see the [reference configuration at `etc/ctrl.yml`](../../../etc/ctrl.yml) for the complete documentation of the current configuration file format for the `zrok` controller and service instance components.

See the separate guides on [configuring metrics](../metrics-and-limits/configuring-metrics.md) and [configuring limits](../metrics-and-limits/configuring-limits.md) for details about both of these specialized areas of service instance configuration.
See the separate guides on [configuring metrics](./metrics-and-limits/configuring-metrics.md) and [configuring limits](./metrics-and-limits/configuring-limits.md) for details about both of these specialized areas of service instance configuration.

:::

Expand Down
15 changes: 15 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ const config = {
},

plugins: [
[
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
to: '/docs/guides/self-hosting/metrics-and-limits/configuring-limits',
from: ['/docs/guides/metrics-and-limits/configuring-limits'],
},
{
to: '/docs/guides/self-hosting/metrics-and-limits/configuring-metrics',
from: ['/docs/guides/metrics-and-limits/configuring-metrics'],
}
]
}
]
],

presets: [
Expand Down
7 changes: 4 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-client-redirects": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
Expand All @@ -24,7 +25,7 @@
"remark-math": "^5.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.2.0"
"@docusaurus/module-type-aliases": "^2.4.1"
},
"browserslist": {
"production": [
Expand Down
5,328 changes: 2,687 additions & 2,641 deletions website/yarn.lock

Large diffs are not rendered by default.

1 comment on commit 992549f

@vercel
Copy link

@vercel vercel bot commented on 992549f Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zrok – ./

zrok.vercel.app
zrok-git-main-openziti.vercel.app
zrok-openziti.vercel.app

Please sign in to comment.