Skip to content

Commit 2df5527

Browse files
authored
Merge branch 'cloudflare:production' into master
2 parents 995ac53 + 1ce2489 commit 2df5527

File tree

11,045 files changed

+585902
-134791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,045 files changed

+585902
-134791
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_size = 2
6+
indent_style = tab
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = false
11+
12+
[*.{yml,yaml}]
13+
indent_style = space

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Migration from Hugo -> Starlight
2+
abb2df90da1a9d8544ec51f7638b10d007ba45b1

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*.astro text eol=lf
2+
*.css text eol=lf
3+
*.go text eol=lf
4+
*.html text eol=lf
5+
*.ini text eol=lf
6+
*.js text eol=lf
7+
*.json text eol=lf
8+
*.md text eol=lf
9+
*.mdx text eol=lf
10+
*.mjs text eol=lf
11+
*.svg text eol=lf
12+
*.toml text eol=lf
13+
*.ts text eol=lf
14+
*.txt text eol=lf
15+
*.vue text eol=lf
16+
*.xml text eol=lf
17+
*.yaml text eol=lf
18+
*.yml text eol=lf
19+
_redirects text eol=lf
20+
.editorconfig text eol=lf
21+
.gitattributes text eol=lf
22+
.prettierignore text eol=lf

.gitguardian.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 2
2+
secret:
3+
ignored-paths:
4+
- "assets/search.ts"
5+
- "data/*.yml"

.github/CODEOWNERS

Lines changed: 205 additions & 97 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
blank_issues_enabled: false
2+
contact_links:
3+
- name: Issue with your website
4+
url: https://developers.cloudflare.com/support/contacting-cloudflare-support/#methods-of-contacting-cloudflare-support
5+
about: If you need support with your website or Cloudflare applications, please contact Cloudflare through the relevant support channel.
6+
- name: Issue with Cloudflare 5XX errors
7+
url: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#troubleshooting-cloudflare-5xx-errors--cloudflare-help-center
8+
about: If you are encountering a Cloudflare 5XX error, please read our troubleshooting documentation for 5XX errors.
9+
- name: Issue with Cloudflare Workers
10+
url: https://github.com/cloudflare/workers-sdk/issues/new/choose
11+
about: Issues relating to Cloudflare Workers should be made in the workers-sdk repo.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Request content addition
2+
description: Request NEW documentation content.
3+
labels: ["documentation", "content:new"]
4+
body:
5+
- type: textarea
6+
id: location-urls
7+
validations:
8+
required: true
9+
attributes:
10+
label: Proposed changes
11+
description: Provide links to the top-level section of `https://developers.cloudflare.com/` or specific proposed pages.
12+
placeholder: |
13+
- https://developers.cloudflare.com/cloudflare-one/
14+
- https://developers.cloudflare.com/workers/examples/
15+
16+
- type: input
17+
id: subject
18+
validations:
19+
required: true
20+
attributes:
21+
label: Subject Matter
22+
description: What needs to be documented?
23+
24+
- type: textarea
25+
id: location
26+
validations:
27+
required: true
28+
attributes:
29+
label: Content Location
30+
placeholder: Should this be a new document, a new section within an existing document, or a call-out within a section?
31+
description: |
32+
Where would you expect this addition to be placed?
33+
Please provide any URLs to existing documents.
34+
35+
- type: textarea
36+
id: extra
37+
validations:
38+
required: false
39+
attributes:
40+
label: Additional information
41+
description: Any other details or screenshots that may be relevant.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Request content update
2+
description: Request documentation content edits and/or clarifications.
3+
labels: ["documentation", "content:edit"]
4+
body:
5+
- type: textarea
6+
id: location-urls
7+
validations:
8+
required: true
9+
attributes:
10+
label: Existing documentation URL(s)
11+
description: Provide links to existing `https://developers.cloudflare.com/` pages.
12+
placeholder: |
13+
- https://developers.cloudflare.com/...
14+
- https://developers.cloudflare.com/...
15+
16+
- type: textarea
17+
id: subject-what
18+
validations:
19+
required: true
20+
attributes:
21+
label: What changes are you suggesting?
22+
description: |
23+
- Give as much detail as you can to help us understand the change you want to see.
24+
- Why should the docs be changed? What use cases does it support?
25+
- What is the expected outcome?
26+
27+
- type: textarea
28+
id: extra
29+
validations:
30+
required: false
31+
attributes:
32+
label: Additional information
33+
description: Any other details or screenshots that may be relevant.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Cloudflare docs website error(s)
2+
description: Report an issue with the live documentation website; for example, issues with content display, buggy browser behavior, etc.
3+
labels: ["engineering"]
4+
assignees:
5+
- KianNH
6+
body:
7+
- type: textarea
8+
id: location-urls
9+
validations:
10+
required: true
11+
attributes:
12+
label: Example URL(s)
13+
description: Provide links that demonstrate the issue or behavior.
14+
placeholder: |
15+
- https://developers.cloudflare.com/...
16+
- https://developers.cloudflare.com/...
17+
18+
- type: textarea
19+
id: actual
20+
validations:
21+
required: true
22+
attributes:
23+
label: Actual Behavior
24+
description: Explain the issue or undesired behavior.
25+
26+
- type: textarea
27+
id: expected
28+
validations:
29+
required: true
30+
attributes:
31+
label: Expected Behavior
32+
description: Explain the expected behavior.
33+
34+
- type: textarea
35+
id: extra
36+
validations:
37+
required: false
38+
attributes:
39+
label: Additional information
40+
description: Any other details or screenshots that may be relevant.

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)