From 1dc61341b7a91032753b831327e7f6f2e4dd0254 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:13:07 +0000 Subject: [PATCH] ci: apply automated fixes --- docs/agent/config/_global-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent/config/_global-configuration.mdx b/docs/agent/config/_global-configuration.mdx index b3b02aabd..1bdbd1686 100644 --- a/docs/agent/config/_global-configuration.mdx +++ b/docs/agent/config/_global-configuration.mdx @@ -24,7 +24,7 @@ The following is a list of options that can be configured at the root of your co | [remote_management](#remote_management) | Set this to `true` to allow the ngrok agent to be remotely managed (stop, restart, update). Defaults to `true`. | | [root_cas](#root_cas) | The root certificate authorities used to validate the TLS connection to the ngrok server. | | [server_addr](#server_addr) | This is the URL of the ngrok server to connect to. You should only set this if you are using a custom ingress URL. | -| [tunnels](#tunnels) | A map of names to tunnel definitions (_Deprecated_). See [tunnel definitions](/docs/agent/config/v2/#tunnel-configurations) for more details. | +| [tunnels](#tunnels) | A map of names to tunnel definitions (_Deprecated_). See [tunnel definitions](/docs/agent/config/v2/#tunnel-configurations) for more details. | | [update_channel](#update_channel) | The update channel determines the stability of released builds to update to. Use `stable` for all production deployments. | | [update_check](#update_check) | This tells the ngrok agent if it should check for updates. Defaults to `true`. | | [version](#version) | Specifies the version of the config file to use. |