Cloudflare’s documentation
Find a file
dependabot[bot] 84812bf68b
[Docs Site] Bump algoliasearch from 5.18.0 to 5.19.0 (#19061)
Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algolia/algoliasearch-client-javascript/compare/5.18.0...5.19.0)

---
updated-dependencies:
- dependency-name: algoliasearch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-09 11:53:00 +00:00
.github Editing CODEOWNERS to take on R2. (#19083) 2025-01-09 09:20:28 +00:00
.hyperlint [Hyperlint] Wrangler capitalization, update ignore scope, add smart quote check (#16802) 2024-09-16 15:03:54 -05:00
.vscode [Docs Site] format json files (#16848) 2024-09-17 15:55:33 -05:00
bin AI Schema Formatting & Updates (#18037) 2024-12-03 11:24:49 +00:00
plugins/rehype [Docs Site] Fix anchor link headings (#18151) 2024-11-14 12:52:39 +00:00
public [ZT] Update analytics w/ overview page + Access (#19087) 2025-01-08 22:36:42 +00:00
scripts [Docs Site] Optimize SVGs (#17350) 2024-10-07 09:58:00 +01:00
src [Cache] Adds clarification for cache rules fields and purge (#19096) 2025-01-09 11:16:04 +00:00
templates Wrangler config updates (#18313) 2024-11-27 09:45:10 +00:00
tests [Docs Site] Remove old API docs functions (#18789) 2024-12-17 17:46:46 +00:00
tools Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools (#14304) 2024-04-29 12:19:57 -05:00
worker [Docs Site] Remove old API docs functions (#18789) 2024-12-17 17:46:46 +00:00
.editorconfig fix: use space indenting for yaml files (#16295) 2024-08-20 09:36:08 -05:00
.git-blame-ignore-revs Ignore Starlight migration ref in blames (#16456) 2024-08-30 09:08:19 +01:00
.gitattributes chore: format css (#16837) 2024-09-17 15:37:46 -05:00
.gitguardian.yml [Docs Site] format yaml files (#16840) 2024-09-17 15:48:52 -05:00
.gitignore Deploy to Cloudflare Workers too (#16874) 2024-09-17 15:04:31 -05:00
.node-version [Docs Site] Fixes all Astro TypeScript issues (#16457) 2024-09-13 21:32:17 +01:00
.prettierignore [Docs Site] core formatting checks (#17262) 2024-11-15 19:23:49 +00:00
.prettierrc.mjs [Docs Site] changelog-next (#18894) 2025-01-02 14:11:13 -08:00
.vale.ini [Hyperlint] Wrangler capitalization, update ignore scope, add smart quote check (#16802) 2024-09-16 15:03:54 -05:00
astro.config.ts [Docs Site] Fix fetch-depth and last updated on pages with updated fm (#19070) 2025-01-08 14:49:06 +00:00
CONTRIBUTING.md Add mentions of wrangler.jsonc (#18488) 2025-01-06 13:26:29 +00:00
ec.config.mjs [Docs Site] Add collapsible plugin to code blocks (#19041) 2025-01-07 16:46:51 +00:00
LICENSE Restore original CC-BY 4.0 text (#10063) 2023-08-21 14:55:04 -04:00
LICENSE-CODE Adding licenses and legal info to README (#1226) 2021-04-27 16:50:11 -05:00
package-lock.json [Docs Site] Bump algoliasearch from 5.18.0 to 5.19.0 (#19061) 2025-01-09 11:53:00 +00:00
package.json [Docs Site] Bump algoliasearch from 5.18.0 to 5.19.0 (#19061) 2025-01-09 11:53:00 +00:00
README.md [Docs] Update URLs (Hugo, old folder structure) (#17322) 2024-10-04 17:22:18 +01:00
tailwind.config.mjs [Docs Site] changelog-next (#18894) 2025-01-02 14:11:13 -08:00
tsconfig.json [ZT] Update minimum MTU (#17522) 2024-10-22 12:25:14 -04:00
vitest.config.ts Move to Workers (#17502) 2024-10-15 15:05:18 +00:00
worker-configuration.d.ts Wrangler config updates (#18313) 2024-11-27 09:45:10 +00:00
wrangler-workers.toml Move to Workers (#17502) 2024-10-15 15:05:18 +00:00
wrangler.toml Move to Workers (#17502) 2024-10-15 15:05:18 +00:00

Cloudflare Docs

View the docs →

Why Cloudflare Docs is open source

Our documentation is open source so that we can stay connected with our community and quickly implement feedback. Whether you have opened an issue to provide feedback or contributed your own content, we thank you for helping us maintain quality documentation.

If you have any feedback for our documentation or are interested in contributing, please refer to our contribution guidelines.

Setup

You must have a recent version of Node.js (22+) installed. You may use Volta, a Node version manager, to install the latest version of Node and npm, which is a package manager that is included with node's installation.

$ curl https://get.volta.sh | bash
$ volta install node@22

Install the Node.js dependencies for this project using npm or another package manager:

$ npm install

Development

When making changes to the site, including any content changes, you may run a local development server by running the following command:

$ npm run dev

This spawns a server that will be accessible via http://localhost:1111 in your browser. Additionally, any changes made within the project including content/** changes will automatically reload your browser tab(s), allowing you to instantly preview your changes.

Recommendations

Part of our application accesses the GitHub API (to populate the Wrangler changelog).

Deployment

Our docs are deployed using Cloudflare Pages. Every commit pushed to production will automatically deploy to developers.cloudflare.com, and any pull requests opened will have a corresponding staging URL available in the pull request comments.

For Cloudflare employees

To get write access to this repo, please reach out to the Developer Docs room in chat.

Except as otherwise noted, Cloudflare and any contributors grant you a license to the Cloudflare Developer Documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Cloudflare products and services referenced in the documentation may be either trademarks or registered trademarks of Cloudflare in the United States and/or other countries. The licenses for this project do not grant you rights to use any Cloudflare names, logos, or trademarks. Cloudflare's general trademark guidelines can be found at https://www.cloudflare.com/trademark/. Cloudflare and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel, or otherwise.

Please note that we may use AI tools to help us review technical documentation, pull requests and other issues submitted to our public GitHub page in order to identify and correct mistakes and other inconsistencies in our developer documentation. Please refrain from sharing any personal information in your submissions.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:1111
npx astro build Build your production site to ./dist/
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Check out Starlights docs, read the Astro documentation, or jump into the Astro Discord server.