Skip to content

Commit 8d10d53

Browse files
committed
privacy opt-out note
1 parent cef3ef9 commit 8d10d53

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
16.1 KB
Loading
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Our site
4+
meta:
5+
title: Our site | How we docs
6+
---
7+
8+
We use a variety of tools to make our docs site work. You could use these tools to build up your own docs site and - in most cases - do so for free or starting on a free tier.
9+
10+
## Content
11+
12+
Our content lives in a public GitHub repository, [`cloudflare-docs`](https://github.com/cloudflare/cloudflare-docs).
13+
14+
GitHub offers a generous [free tier](https://github.com/pricing).
15+
16+
## Search
17+
18+
We use [Algolia](https://www.algolia.com/) as our search provider.
19+
20+
If you have open-source docs, you can be part of the free [DocSearch program](https://docsearch.algolia.com/).
21+
22+
## Site framework
23+
24+
We use [Starlight](https://starlight.astro.build/) for our docs, which is a free, custom documentation theme supported by [Astro](https://astro.build/).
25+
26+
## Builds
27+
28+
We use [GitHub Actions](https://github.com/features/actions) to build our site, which is then [hosted](#hosting) on Cloudflare.
29+
30+
We are moving to [Workers CI/CD](/workers/ci-cd/), which currently runs in the background.
31+
32+
Both of these options include a free tier.
33+
34+
## Hosting
35+
36+
We host our content using [Cloudflare Workers](/workers/static-assets/), specifically using their built in values for [Astro sites](/workers/framework-guides/web-apps/astro/)
37+
38+
Workers offers a generous [free tier](/workers/platform/pricing/).
39+
40+
## Analytics
41+
42+
We send analytics to multiple destinations using [Cloudflare Zaraz](/zaraz/), which has a generous [free tier](/zaraz/pricing-info/).
43+
44+
:::note
45+
46+
If you want to opt out of analytics tracking, use the icon at the bottom of your screen.
47+
48+
![Opt out of analytics with the icon at the bottom of your screen](~/assets/images/style-guide/how-we-docs/privacy-opt-out.png)
49+
50+
:::

0 commit comments

Comments
 (0)