From 8ca486d2270166c5612bff7799c5a92b1e2ccc2d Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:32:40 +0100 Subject: [PATCH 1/2] [ZT] Remove trailing spaces --- .../alternative-onramps/clientless-rbi.mdx | 2 +- .../zero-trust-web-access/initial-setup/add-site.mdx | 2 +- .../zero-trust-web-access/migrate-applications/index.mdx | 2 +- .../terraform/publish-apps-with-terraform.mdx | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/content/docs/learning-paths/zero-trust-web-access/alternative-onramps/clientless-rbi.mdx b/src/content/docs/learning-paths/zero-trust-web-access/alternative-onramps/clientless-rbi.mdx index e54ecded3c8ee5..5f5ecf99660254 100644 --- a/src/content/docs/learning-paths/zero-trust-web-access/alternative-onramps/clientless-rbi.mdx +++ b/src/content/docs/learning-paths/zero-trust-web-access/alternative-onramps/clientless-rbi.mdx @@ -8,7 +8,7 @@ sidebar: :::note -Requires the Browser Isolation add-on. +Requires the Browser Isolation add-on. ::: [Clientless Web Isolation](/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation/) allows you to on-ramp user traffic to your private network without needing to install the WARP client. Users access private applications by going to a prefixed URL: diff --git a/src/content/docs/learning-paths/zero-trust-web-access/initial-setup/add-site.mdx b/src/content/docs/learning-paths/zero-trust-web-access/initial-setup/add-site.mdx index 710c89ee191766..27f09e4c93aa16 100644 --- a/src/content/docs/learning-paths/zero-trust-web-access/initial-setup/add-site.mdx +++ b/src/content/docs/learning-paths/zero-trust-web-access/initial-setup/add-site.mdx @@ -24,7 +24,7 @@ You only need to add one domain to Cloudflare, since you can create an infinite If Cloudflare is unable to identify your domain as a registered domain, make sure you are using an existing [top-level domain](https://www.cloudflare.com/learning/dns/top-level-domain/) (`.com`, `.net`, `.biz`, or others). - Additionally, Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat). + Additionally, Cloudflare requires your `apex domain` to be one level below a valid TLD defined in the [Public Suffix List (PSL)](https://github.com/publicsuffix/list/blob/master/public_suffix_list.dat). ::: 5. Review your DNS records and select **Continue**. diff --git a/src/content/docs/learning-paths/zero-trust-web-access/migrate-applications/index.mdx b/src/content/docs/learning-paths/zero-trust-web-access/migrate-applications/index.mdx index edb3188df17ae3..d9647efd66e9e4 100644 --- a/src/content/docs/learning-paths/zero-trust-web-access/migrate-applications/index.mdx +++ b/src/content/docs/learning-paths/zero-trust-web-access/migrate-applications/index.mdx @@ -10,7 +10,7 @@ Publish internal applications that users currently access from a traditional cor :::note -The remaining modules (Modules 6-9) discuss special considerations and setup options for enterprise environments. If you are only looking to configure a basic ZTWA setup, feel free to skip them. +The remaining modules (Modules 6-9) discuss special considerations and setup options for enterprise environments. If you are only looking to configure a basic ZTWA setup, feel free to skip them. ::: ## Objectives diff --git a/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx b/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx index 04c8ca6f232aca..2fa7cbf42d5643 100644 --- a/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx +++ b/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx @@ -30,7 +30,7 @@ Create a `.tf` file and copy-paste the following example. Fill in your API token 1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**. 2. Select the tunnel name. -3. Copy the **Tunnel ID**. +3. Copy the **Tunnel ID**. @@ -67,7 +67,7 @@ variable "tunnel_id" { :::caution -To prevent accidentally exposing your Cloudflare credentials, do not save this file in your version control system. Learn more about [tracking a Terraform configuration](/terraform/tutorial/track-history/). +To prevent accidentally exposing your Cloudflare credentials, do not save this file in your version control system. Learn more about [tracking a Terraform configuration](/terraform/tutorial/track-history/). ::: ## 3. Configure Cloudflare resources @@ -106,7 +106,7 @@ resource "cloudflare_tunnel_config" "example_config" { :::note -Public hostname configurations must include a catch-all ingress rule at the bottom of the file. +Public hostname configurations must include a catch-all ingress rule at the bottom of the file. ::: ### Create an Access application @@ -152,5 +152,5 @@ Users can now access the private application by going to the public URL and auth :::note -If you need to modify the Access application, Access policy or DNS record, you must make the changes via Terraform. Changes made via the dashboard will break Terraform’s state. To prevent this from happening, [set the dashboard to read-only](/cloudflare-one/api-terraform/#set-dashboard-to-read-only). +If you need to modify the Access application, Access policy or DNS record, you must make the changes via Terraform. Changes made via the dashboard will break Terraform’s state. To prevent this from happening, [set the dashboard to read-only](/cloudflare-one/api-terraform/#set-dashboard-to-read-only). ::: From 0a0530be756d8acf9f22d9e23dbe20298a47c25e Mon Sep 17 00:00:00 2001 From: Piotr Idzik <65706193+vil02@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:37:10 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Replaced=20the=20non-standard=20apostrophe?= =?UTF-8?q?=20(=E2=80=99)=20with=20a=20standard=20single=20quote=20(')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- .../terraform/publish-apps-with-terraform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx b/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx index 2fa7cbf42d5643..74296f42f08e09 100644 --- a/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx +++ b/src/content/docs/learning-paths/zero-trust-web-access/terraform/publish-apps-with-terraform.mdx @@ -152,5 +152,5 @@ Users can now access the private application by going to the public URL and auth :::note -If you need to modify the Access application, Access policy or DNS record, you must make the changes via Terraform. Changes made via the dashboard will break Terraform’s state. To prevent this from happening, [set the dashboard to read-only](/cloudflare-one/api-terraform/#set-dashboard-to-read-only). +If you need to modify the Access application, Access policy or DNS record, you must make the changes via Terraform. Changes made via the dashboard will break Terraform's state. To prevent this from happening, [set the dashboard to read-only](/cloudflare-one/api-terraform/#set-dashboard-to-read-only). :::