Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions src/content/docs/fundamentals/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,8 @@ 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.

## Resources

<Render file="cloudflare-resources" />

:::note

For additional resources, review [How to Interact with Cloudflare](/fundamentals/setup/interact-with-cloudflare/).
:::
<Render file="cloudflare-resources" product="fundamentals" />
59 changes: 18 additions & 41 deletions src/content/partials/fundamentals/cloudflare-resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,21 @@

---

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. |
## 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) |
Loading