-
Notifications
You must be signed in to change notification settings - Fork 10k
[Style guide] Build setup #23730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[Style guide] Build setup #23730
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
406ba8e
[Style guide] Build setup
kodster28 359e9ad
clarification
kodster28 0a65d38
Builds
kodster28 6cb3533
Update
kodster28 204076d
rephrase
kodster28 4482825
privacy opt out
kodster28 9386117
remove docs guide entirely
kodster28 5c94d03
codeowners
kodster28 06920e9
Update src/content/docs/style-guide/how-we-docs/our-site.mdx
kodster28 b651d46
show some astro love
kodster28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| --- | ||
| pcx_content_type: how-to | ||
| title: Our site | ||
| meta: | ||
| title: Our site | How we docs | ||
| --- | ||
|
|
||
| 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. | ||
|
|
||
| ## Content | ||
|
|
||
| Our content lives in a public GitHub repository, [`cloudflare-docs`](https://github.com/cloudflare/cloudflare-docs). | ||
|
|
||
| GitHub offers a generous [free tier](https://github.com/pricing). | ||
kodster28 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Search | ||
|
|
||
| We use [Algolia](https://www.algolia.com/) as our search provider. | ||
|
|
||
| If you have open-source docs, you can be part of the free [DocSearch program](https://docsearch.algolia.com/). | ||
|
|
||
| ## Site framework | ||
|
|
||
| We use [Starlight](https://starlight.astro.build/) for our docs, which is a free, custom documentation theme supported by [Astro](https://astro.build/). | ||
kodster28 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ## Builds | ||
|
|
||
| We use [GitHub Actions](https://github.com/features/actions) to build our site, which is then [hosted](#hosting) on Cloudflare. | ||
|
|
||
| We are moving to [Workers CI/CD](/workers/ci-cd/), which currently runs in the background. | ||
|
|
||
| Both of these options include a free tier. | ||
|
|
||
| ## Hosting | ||
|
|
||
| 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/) | ||
|
|
||
| Workers offers a generous [free tier](/workers/platform/pricing/). | ||
|
|
||
| ## Analytics | ||
|
|
||
| We send analytics to multiple destinations using [Cloudflare Zaraz](/zaraz/), which has a generous [free tier](/zaraz/pricing-info/). | ||
|
|
||
| :::note | ||
|
|
||
| If you want to opt out of analytics tracking, use the icon at the bottom of your screen. | ||
|
|
||
|  | ||
|
|
||
| ::: | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.