From 8c2dc765db4070a2171480be4b0641d6f46ec96c Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Fri, 14 Feb 2025 12:00:39 -0600 Subject: [PATCH 1/2] Updated Fundamentals overview --- src/content/docs/fundamentals/index.mdx | 29 ++++++------ .../fundamentals/cloudflare-resources.mdx | 46 ------------------- 2 files changed, 16 insertions(+), 59 deletions(-) delete mode 100644 src/content/partials/fundamentals/cloudflare-resources.mdx diff --git a/src/content/docs/fundamentals/index.mdx b/src/content/docs/fundamentals/index.mdx index db6d803e0afbb3..ee21889a4e42d3 100644 --- a/src/content/docs/fundamentals/index.mdx +++ b/src/content/docs/fundamentals/index.mdx @@ -8,22 +8,25 @@ sidebar: import { Render } from "~/components" -Cloudflare Fundamentals is your landing page containing information about features and outcomes that span Cloudflare products. +Cloudflare helps connect and protect millions of customers globally. Everyone from individuals to the world's largest enterprises use our unified platform of networking, security, and developer services to succeed everywhere in the world. -As you get started with Cloudflare, explore the following resources: +Before you get started, we recommend reviewing [Concepts](/fundamentals/concepts/) to learn about key concepts related to using different Cloudflare products. -* [Concepts](/fundamentals/concepts/) explain the basic ideas behind how Cloudflare works and how you can work with Cloudflare. -* [How to use Cloudflare](/fundamentals/setup/) gives step-by-step instructions on how to add your domain to Cloudflare. -* [Subscriptions and billing](/fundamentals/subscriptions-and-billing/) help you set up your account profile, security, billing information, and more. -* [Cloudflare's API](/fundamentals/api/) provides an overview of interacting with Cloudflare in a programmatic way. -* [Reference topics](/fundamentals/reference/) offer technical details about different aspects of Cloudflare (common user agents, supported network ports, etc.). -* [Getting started learning path](/learning-paths/get-started/concepts/) is a guided tutorial introducing you to Cloudflare. By the end of the learning path, you will have a live domain tuned for speed and security. +## Communities -## Resources +Visit the [Cloudflare Community](https://community.cloudflare.com) to engage with other Cloudflare users and staff or join the [Workers Community Discord](https://discord.cloudflare.com) to connect with developers building on Cloudflare's Developer Platform. - +## Philanthropy -:::note +To learn more about Cloudflare's initiatives to help build a better Internet, refer to [Cloudflare Impact](https://www.cloudflare.com/impact/). -For additional resources, review [How to Interact with Cloudflare](/fundamentals/setup/interact-with-cloudflare/). -::: +## Other + +Review the list of additional Cloudflare resources. + +- [Cloudflare blog](https://blog.cloudflare.com) +- [Cloudflare's Go library](https://github.com/cloudflare/cloudflare-go) +- [Cloudflare System Status](https://www.cloudflarestatus.com/) +- [Cloudflare Radar](https://radar.cloudflare.com) +- [Cloudflare TV](https://cloudflare.tv/schedule) +- [Terraform](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) \ No newline at end of file diff --git a/src/content/partials/fundamentals/cloudflare-resources.mdx b/src/content/partials/fundamentals/cloudflare-resources.mdx deleted file mode 100644 index 36b50f9a7e8e27..00000000000000 --- a/src/content/partials/fundamentals/cloudflare-resources.mdx +++ /dev/null @@ -1,46 +0,0 @@ ---- -{} - ---- - -As you get started with Cloudflare, use the following resources. - -### Documentation - -| Resource | Description | -| ------------------------------------------------------------------ | ----------------------------------------------------------- | -| [Product documentation](/) | Read product how-to guides and developer quickstarts. | -| [API documentation](/api/) | RESTful API based on HTTPS requests and JSON responses. | -| [Cloudflare Learning Center](https://www.cloudflare.com/learning/) | Get resources on cyber security and how the Internet works. | - -### Communities - -| Resource | Description | -| ----------------------------------------------------------- | --------------------------------------------------------------------------------------- | -| [Community](https://community.cloudflare.com) | Engage with other Cloudflare users and with Cloudflare staff. | -| [Workers Community Discord](https://discord.cloudflare.com) | Connect with other developers using Cloudflare products (Workers, Pages, Stream, etc.). | - -### Philanthropy - -| Resource | Description | -| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [Athenian Project](https://www.cloudflare.com/athenian/) | Security and performance for state and local election websites, so that their constituents have access to election information and voter registration. | -| [Cloudflare for Campaigns](https://www.cloudflare.com/campaigns/) | Suite of products tailor-made to assist campaigns in protecting, accelerating, and ensuring the reliability of their websites — with additional solutions designed to keep internal teams and data secure. | -| [Cloudflare for Offices](https://www.cloudflare.com/cloudflare-for-offices/) | Improve connectivity with direct Cloudflare network access. | -| [Cloudflare for Startups](https://www.cloudflare.com/forstartups/) | Help startups accelerate and protect their Internet properties. | -| [Project Cybersafe Schools](https://www.cloudflare.com/lp/cybersafe-schools/) | Grants eligible schools free access to Cloudflare’s Email Security and Gateway products. | -| [Project Galileo](https://www.cloudflare.com/galileo/) | Cyber security protection for organizations working in the arts, human rights, civil society, journalism, or democracy fields. | -| [Project Safekeeping](https://www.cloudflare.com/lp/project-safekeeping/) | Provides enterprise-level Zero Trust cybersecurity services to eligible under-resourced organizations that are vital to the basic functioning of our global communities organizations. | -| [Project Pangea](https://www.cloudflare.com/pangea/) | Helps bring underserved communities secure connectivity to the Internet through our global and interconnected network. | -| [Workers Launchpad Funding Program](https://www.cloudflare.com/lp/workers-launchpad/) | Find the funding, tools, and community to help scale your startup through the Workers Launchpad. Any startup currently using Cloudflare Workers or other components of the Cloudflare developer platform is eligible to apply. | - -### Other - -| Resource | Description | -| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | -| [Cloudflare blog](https://blog.cloudflare.com) | Keep up to date with product announcements and read technical deep-dives into the Internet and cybersecurity. | -| [Cloudflare Go](https://github.com/cloudflare/cloudflare-go) | A Go library for interacting with Cloudflare's API v4. | -| [Cloudflare System Status](https://www.cloudflarestatus.com/) | Review system status and track ongoing incidents and outages. | -| [Cloudflare Radar](https://radar.cloudflare.com) | Check up-to-date Internet trends and insights. | -| [Cloudflare TV](https://cloudflare.tv/schedule) | Tune in for technical deep dives, founder interviews, diverse voices, and more. | -| [Terraform](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) | Configure Cloudflare using HashiCorp’s Infrastructure as Code tool, Terraform. | From adb235e1968090d64fc3c050d28681b23f6dac80 Mon Sep 17 00:00:00 2001 From: Denise Pena Date: Fri, 14 Feb 2025 14:12:33 -0600 Subject: [PATCH 2/2] Restored partial and edited --- src/content/docs/fundamentals/index.mdx | 19 +-------------- .../fundamentals/cloudflare-resources.mdx | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 18 deletions(-) create mode 100644 src/content/partials/fundamentals/cloudflare-resources.mdx diff --git a/src/content/docs/fundamentals/index.mdx b/src/content/docs/fundamentals/index.mdx index ee21889a4e42d3..53864a45331302 100644 --- a/src/content/docs/fundamentals/index.mdx +++ b/src/content/docs/fundamentals/index.mdx @@ -12,21 +12,4 @@ Cloudflare helps connect and protect millions of customers globally. Everyone fr Before you get started, we recommend reviewing [Concepts](/fundamentals/concepts/) to learn about key concepts related to using different Cloudflare products. -## Communities - -Visit the [Cloudflare Community](https://community.cloudflare.com) to engage with other Cloudflare users and staff or join the [Workers Community Discord](https://discord.cloudflare.com) to connect with developers building on Cloudflare's Developer Platform. - -## Philanthropy - -To learn more about Cloudflare's initiatives to help build a better Internet, refer to [Cloudflare Impact](https://www.cloudflare.com/impact/). - -## Other - -Review the list of additional Cloudflare resources. - -- [Cloudflare blog](https://blog.cloudflare.com) -- [Cloudflare's Go library](https://github.com/cloudflare/cloudflare-go) -- [Cloudflare System Status](https://www.cloudflarestatus.com/) -- [Cloudflare Radar](https://radar.cloudflare.com) -- [Cloudflare TV](https://cloudflare.tv/schedule) -- [Terraform](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) \ No newline at end of file + diff --git a/src/content/partials/fundamentals/cloudflare-resources.mdx b/src/content/partials/fundamentals/cloudflare-resources.mdx new file mode 100644 index 00000000000000..f15fce6916f271 --- /dev/null +++ b/src/content/partials/fundamentals/cloudflare-resources.mdx @@ -0,0 +1,23 @@ +--- +{} + +--- + +## Communities + +Visit the [Cloudflare Community](https://community.cloudflare.com) to engage with other Cloudflare users and staff or join the [Workers Community Discord](https://discord.cloudflare.com) to connect with developers building on Cloudflare's Developer Platform. + +## Philanthropy + +To learn more about Cloudflare's initiatives to help build a better Internet, refer to [Cloudflare Impact](https://www.cloudflare.com/impact/). + +## Other + +Review the list of additional Cloudflare resources. + +- [Cloudflare blog](https://blog.cloudflare.com) +- [Cloudflare's Go library](https://github.com/cloudflare/cloudflare-go) +- [Cloudflare System Status](https://www.cloudflarestatus.com/) +- [Cloudflare Radar](https://radar.cloudflare.com) +- [Cloudflare TV](https://cloudflare.tv/schedule) +- [Terraform](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs) |