From 561349b00044e3136bb604728ca60573dc988b64 Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Tue, 3 Jun 2025 10:07:07 -0700 Subject: [PATCH 1/2] fix empty indexes --- src/content/docs/bots/additional-configurations/index.mdx | 2 ++ src/content/docs/bots/concepts/index.mdx | 2 ++ src/content/docs/bots/get-started/index.mdx | 2 ++ src/content/docs/bots/troubleshooting/index.mdx | 6 ++++++ src/content/docs/bots/workers-templates/index.mdx | 3 +++ .../docs/cloudflare-challenges/challenge-types/index.mdx | 2 ++ src/content/docs/cloudflare-challenges/concepts/index.mdx | 8 +++++++- .../docs/cloudflare-challenges/reference/index.mdx | 2 ++ .../docs/ddos-protection/advanced-ddos-systems/index.mdx | 6 ++++++ 9 files changed, 32 insertions(+), 1 deletion(-) diff --git a/src/content/docs/bots/additional-configurations/index.mdx b/src/content/docs/bots/additional-configurations/index.mdx index f27457ba3fa66e7..55ef92595f7dccf 100644 --- a/src/content/docs/bots/additional-configurations/index.mdx +++ b/src/content/docs/bots/additional-configurations/index.mdx @@ -13,4 +13,6 @@ head: import { DirectoryListing } from "~/components" +Refer to the following pages for more information on additional Bot management configurations: + diff --git a/src/content/docs/bots/concepts/index.mdx b/src/content/docs/bots/concepts/index.mdx index 216056ae09ecd7a..0db5e39d17b0338 100644 --- a/src/content/docs/bots/concepts/index.mdx +++ b/src/content/docs/bots/concepts/index.mdx @@ -10,4 +10,6 @@ sidebar: import { DirectoryListing } from "~/components" +Refer to the following pages for more information on Bot concepts: + diff --git a/src/content/docs/bots/get-started/index.mdx b/src/content/docs/bots/get-started/index.mdx index 3340854bf7e458e..af9b7716671de12 100644 --- a/src/content/docs/bots/get-started/index.mdx +++ b/src/content/docs/bots/get-started/index.mdx @@ -14,4 +14,6 @@ head: import { DirectoryListing } from "~/components" +Refer to the following pages to get started with Cloudflare's bot solutions based on your plan type: + diff --git a/src/content/docs/bots/troubleshooting/index.mdx b/src/content/docs/bots/troubleshooting/index.mdx index f13bffda3b7faf2..44443bcd8c066cb 100644 --- a/src/content/docs/bots/troubleshooting/index.mdx +++ b/src/content/docs/bots/troubleshooting/index.mdx @@ -12,3 +12,9 @@ head: --- +import { DirectoryListing } from "~/components" + +Refer to the following pages to troubleshoot issues with Cloudflare's bot solutions: + + + diff --git a/src/content/docs/bots/workers-templates/index.mdx b/src/content/docs/bots/workers-templates/index.mdx index 9994d880bf28c96..541190df1c7b120 100644 --- a/src/content/docs/bots/workers-templates/index.mdx +++ b/src/content/docs/bots/workers-templates/index.mdx @@ -12,3 +12,6 @@ head: --- +import { DirectoryListing } from "~/components" + + diff --git a/src/content/docs/cloudflare-challenges/challenge-types/index.mdx b/src/content/docs/cloudflare-challenges/challenge-types/index.mdx index 61848197b75f28f..84eb3f3fde2e46a 100644 --- a/src/content/docs/cloudflare-challenges/challenge-types/index.mdx +++ b/src/content/docs/cloudflare-challenges/challenge-types/index.mdx @@ -9,4 +9,6 @@ sidebar: import { DirectoryListing } from "~/components" +Refer to the following pages for more information on available challenge types: + \ No newline at end of file diff --git a/src/content/docs/cloudflare-challenges/concepts/index.mdx b/src/content/docs/cloudflare-challenges/concepts/index.mdx index 8f941ee199fa0c1..ef49e3afbb9dcf5 100644 --- a/src/content/docs/cloudflare-challenges/concepts/index.mdx +++ b/src/content/docs/cloudflare-challenges/concepts/index.mdx @@ -6,4 +6,10 @@ sidebar: label: About group: hideIndex: true ---- \ No newline at end of file +--- + +import { DirectoryListing } from "~/components" + +Refer to the following pages for more information on how challenges work: + + diff --git a/src/content/docs/cloudflare-challenges/reference/index.mdx b/src/content/docs/cloudflare-challenges/reference/index.mdx index 4c4cd80f6e02121..defab8645f40101 100644 --- a/src/content/docs/cloudflare-challenges/reference/index.mdx +++ b/src/content/docs/cloudflare-challenges/reference/index.mdx @@ -9,4 +9,6 @@ sidebar: import { DirectoryListing } from "~/components" +Refer to the following pages for more information about Cloudflare challenges: + \ No newline at end of file diff --git a/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx b/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx index 168a861df4bc608..1e09b14a3f7a702 100644 --- a/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx +++ b/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx @@ -8,3 +8,9 @@ sidebar: --- + +import { DirectoryListing } from "~/components" + +Refer to the following pages for more information on Advanced DDoS systems: + + From 6e3afd4518b4401818834781e5ab63bb481ab73f Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Tue, 3 Jun 2025 10:10:58 -0700 Subject: [PATCH 2/2] more fixes --- src/content/docs/bots/additional-configurations/index.mdx | 2 +- src/content/docs/bots/concepts/index.mdx | 2 +- src/content/docs/bots/reference/index.mdx | 2 ++ src/content/docs/bots/workers-templates/index.mdx | 2 ++ .../docs/ddos-protection/advanced-ddos-systems/index.mdx | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/content/docs/bots/additional-configurations/index.mdx b/src/content/docs/bots/additional-configurations/index.mdx index 55ef92595f7dccf..e0b7bbe8dd117fa 100644 --- a/src/content/docs/bots/additional-configurations/index.mdx +++ b/src/content/docs/bots/additional-configurations/index.mdx @@ -13,6 +13,6 @@ head: import { DirectoryListing } from "~/components" -Refer to the following pages for more information on additional Bot management configurations: +Refer to the following pages for more information on additional bot management configurations: diff --git a/src/content/docs/bots/concepts/index.mdx b/src/content/docs/bots/concepts/index.mdx index 0db5e39d17b0338..0c56233398cab37 100644 --- a/src/content/docs/bots/concepts/index.mdx +++ b/src/content/docs/bots/concepts/index.mdx @@ -10,6 +10,6 @@ sidebar: import { DirectoryListing } from "~/components" -Refer to the following pages for more information on Bot concepts: +Refer to the following pages for more information on bot concepts: diff --git a/src/content/docs/bots/reference/index.mdx b/src/content/docs/bots/reference/index.mdx index c0cfc339c71cb82..0b1b6db515ea697 100644 --- a/src/content/docs/bots/reference/index.mdx +++ b/src/content/docs/bots/reference/index.mdx @@ -10,4 +10,6 @@ sidebar: import { DirectoryListing } from "~/components" +Refer to the following pages for more information on Cloudflare's bot solutions: + diff --git a/src/content/docs/bots/workers-templates/index.mdx b/src/content/docs/bots/workers-templates/index.mdx index 541190df1c7b120..5abf6421e8045cc 100644 --- a/src/content/docs/bots/workers-templates/index.mdx +++ b/src/content/docs/bots/workers-templates/index.mdx @@ -14,4 +14,6 @@ head: import { DirectoryListing } from "~/components" +Refer to the templates below to integrate Bot Management with [Cloudflare Workers](/workers/): + diff --git a/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx b/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx index 1e09b14a3f7a702..8fd881274c81281 100644 --- a/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx +++ b/src/content/docs/ddos-protection/advanced-ddos-systems/index.mdx @@ -11,6 +11,6 @@ sidebar: import { DirectoryListing } from "~/components" -Refer to the following pages for more information on Advanced DDoS systems: +Refer to the following pages for more information on Cloudflare's Advanced DDoS systems: