From 930c89a7f826c51f380dedbf719cc75c28f7f928 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Fri, 24 Jan 2025 14:27:57 +0000 Subject: [PATCH 1/3] Adjust page name, improve links, and make it top-level on the sidenav --- src/content/docs/1.1.1.1/faq.mdx | 2 +- .../docs/1.1.1.1/{setup => }/reporting-issues.mdx | 12 +++++++----- src/content/docs/1.1.1.1/terms-of-use.mdx | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) rename src/content/docs/1.1.1.1/{setup => }/reporting-issues.mdx (88%) diff --git a/src/content/docs/1.1.1.1/faq.mdx b/src/content/docs/1.1.1.1/faq.mdx index 34310c8cf34370..57569899c5f734 100644 --- a/src/content/docs/1.1.1.1/faq.mdx +++ b/src/content/docs/1.1.1.1/faq.mdx @@ -3,7 +3,7 @@ pcx_content_type: faq title: FAQ structured_data: true sidebar: - order: 8 + order: 12 slug: 1.1.1.1/faq --- diff --git a/src/content/docs/1.1.1.1/setup/reporting-issues.mdx b/src/content/docs/1.1.1.1/reporting-issues.mdx similarity index 88% rename from src/content/docs/1.1.1.1/setup/reporting-issues.mdx rename to src/content/docs/1.1.1.1/reporting-issues.mdx index 2499955ad0b1bf..d82f93fce99086 100644 --- a/src/content/docs/1.1.1.1/setup/reporting-issues.mdx +++ b/src/content/docs/1.1.1.1/reporting-issues.mdx @@ -1,18 +1,19 @@ --- pcx_content_type: troubleshooting -title: Reporting Issues with Cloudflare's DNS Resolver +title: Troubleshooting +description: Learn how to diagnose and report issues with Cloudflare's DNS Resolver sidebar: - order: 3 + order: 8 head: - tag: title - content: Reporting Issues with Cloudflare's DNS Resolver + content: Diagnose and report issues with Cloudflare's DNS Resolver slug: 1.1.1.1/troubleshooting --- import { Render } from "~/components" -This guide will help you diagnose and resolve common issues with Cloudflare's DNS Resolver. Before proceeding with manual troubleshooting steps, you can use our [diagnostic tool](https://one.one.one.one/help/) to automatically gather relevant information. +This guide will help you diagnose and resolve common issues with Cloudflare's DNS Resolver. Before proceeding with manual troubleshooting steps, you can [verify your connection](/1.1.1.1/check/) to automatically gather relevant information. ## Name resolution issues @@ -136,4 +137,5 @@ If your traceroute fails at the first hop, the issue is likely hardware-related. ## Additional resources - [1.1.1.1 DNS Resolver homepage](https://1.1.1.1) -- [DNS-over-TLS documentation](/1.1.1.1/encryption/dns-over-tls/) +- [DNS over TLS documentation](/1.1.1.1/encryption/dns-over-tls/) +- [Diagnostic tool](https://one.one.one.one/help/) diff --git a/src/content/docs/1.1.1.1/terms-of-use.mdx b/src/content/docs/1.1.1.1/terms-of-use.mdx index 070c4e9c2a07d4..2a9687a7bff29f 100644 --- a/src/content/docs/1.1.1.1/terms-of-use.mdx +++ b/src/content/docs/1.1.1.1/terms-of-use.mdx @@ -2,7 +2,7 @@ pcx_content_type: reference title: Terms of use sidebar: - order: 7 + order: 10 slug: 1.1.1.1/terms-of-use --- From d280c57f5dbb436d9dba220a682ba445eda9265d Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Fri, 24 Jan 2025 15:05:00 +0000 Subject: [PATCH 2/3] Adjust meta title --- src/content/docs/1.1.1.1/reporting-issues.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/1.1.1.1/reporting-issues.mdx b/src/content/docs/1.1.1.1/reporting-issues.mdx index d82f93fce99086..34405246ec0db1 100644 --- a/src/content/docs/1.1.1.1/reporting-issues.mdx +++ b/src/content/docs/1.1.1.1/reporting-issues.mdx @@ -6,7 +6,7 @@ sidebar: order: 8 head: - tag: title - content: Diagnose and report issues with Cloudflare's DNS Resolver + content: Troubleshooting DNS Resolver slug: 1.1.1.1/troubleshooting --- From 729c53679623fdfd2028f0eeda2e899fb86a05c2 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro Date: Fri, 24 Jan 2025 15:33:15 +0000 Subject: [PATCH 3/3] Rename file for consistency --- .../docs/1.1.1.1/{reporting-issues.mdx => troubleshooting.mdx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/content/docs/1.1.1.1/{reporting-issues.mdx => troubleshooting.mdx} (100%) diff --git a/src/content/docs/1.1.1.1/reporting-issues.mdx b/src/content/docs/1.1.1.1/troubleshooting.mdx similarity index 100% rename from src/content/docs/1.1.1.1/reporting-issues.mdx rename to src/content/docs/1.1.1.1/troubleshooting.mdx