Skip to content

Commit 30e5cef

Browse files
authored
Merge branch 'production' into ranbel/warp-connector-2
2 parents 01f6199 + 7ec22e6 commit 30e5cef

File tree

1,331 files changed

+26134
-23889
lines changed

Some content is hidden

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

1,331 files changed

+26134
-23889
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ root = true
33

44
[*]
55
indent_size = 2
6-
indent_style = space
6+
indent_style = tab
77
end_of_line = lf
88
charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = false
1111

12-
[Makefile]
13-
indent_style = tab
12+
[*.{yml,yaml}]
13+
indent_style = space

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1+
*.astro text eol=lf
12
*.go text eol=lf
23
*.html text eol=lf
4+
*.ini text eol=lf
35
*.js text eol=lf
46
*.json text eol=lf
57
*.md text eol=lf
8+
*.mdx text eol=lf
9+
*.mjs text eol=lf
10+
*.svg text eol=lf
611
*.toml text eol=lf
712
*.ts text eol=lf
813
*.txt text eol=lf
914
*.vue text eol=lf
1015
*.xml text eol=lf
1116
*.yaml text eol=lf
1217
*.yml text eol=lf
18+
_redirects text eol=lf
19+
.editorconfig text eol=lf
1320
.gitattributes text eol=lf
21+
.prettierignore text eol=lf

.github/CODEOWNERS

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,50 @@
11
# Default owners if not more specific match
2-
* @cloudflare/pcx-technical-writing
2+
3+
- @cloudflare/pcx-technical-writing
34

45
# More dev-specific files
6+
57
/.github/ @kodster28 @pedrosousa @haleycode @kristianfreeman @GregBrimble @KianNH
68
/.github/CODEOWNERS @cloudflare/pcx-technical-writing
79
/.github/actions/assign-issue/index.js @cloudflare/pcx-technical-writing
810
/.github/actions/assign-pr/index.js @cloudflare/pcx-technical-writing
911
/.github/styles/cloudflare/spelling-exceptions.txt @cloudflare/pcx-technical-writing
1012
/src/components/ @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH
1113
/functions/ @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH
12-
*.js @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH
13-
*.ts @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH
14+
_.js @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH
15+
_.ts @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH
1416
/src/content/workers-ai-models/ @kodster28 @craigsdennis @pedrosousa @cloudflare/pcx-technical-writing
1517
/public/_redirects @GregBrimble @cloudflare/pcx-technical-writing
1618

1719
# AI
18-
/src/content/docs/ai-gateway/ @kathayl @G4brym @mchenco @pdwittig @kodster28 @daisyfaithauma @cloudflare/pcx-technical-writing
19-
/src/content/docs/workers-ai/ @rita3ko @pdwittig @kodster28 @craigsdennis @markdembo @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
20-
/src/content/docs/workers-ai/static @mchenco @craigsdennis @kodster28 @cloudflare/pcx-technical-writing
20+
21+
/src/content/docs/ai-gateway/ @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
22+
/src/content/docs/workers-ai/ @rita3ko @pdwittig @craigsdennis @markdembo @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
23+
/src/content/docs/workers-ai/static @mchenco @craigsdennis @cloudflare/pcx-technical-writing
2124
/src/content/docs/vectorize/ @elithrar @vy-ton @pdwittig @kodster28 @cloudflare/pcx-technical-writing
22-
/src/content/changelogs/workers-ai.yaml @kathayl @G4brym @mchenco @pdwittig @kodster28 @daisyfaithauma @cloudflare/pcx-technical-writing
23-
/src/content/changelogs/ai-gateway.yaml @kathayl @G4brym @mchenco @pdwittig @kodster28 @daisyfaithauma @cloudflare/pcx-technical-writing
25+
/src/content/changelogs/workers-ai.yaml @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
26+
/src/content/changelogs/ai-gateway.yaml @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
2427
/src/content/changelogs/vectorize.yaml @elithrar @pdwittig @kodster28 @cloudflare/pcx-technical-writing
2528

2629
# Analytics & Logs
30+
2731
/src/content/docs/analytics/ @46bit @bharatnc @jherre @jimhawkridge @soheiokamoto @victor-perov @angelampcosta @cloudflare/pcx-technical-writing
2832
/src/content/docs/data-localization/ @soheiokamoto @angelampcosta @cloudflare/pcx-technical-writing
2933
/src/content/docs/logs/ @bharatnc @jherre @soheiokamoto @victor-perov @angelampcosta @cloudflare/pcx-technical-writing
3034

3135
# API & Zones
36+
3237
/src/content/docs/pulumi/ @kodster28 @cloudflare/pcx-technical-writing
3338
/src/content/docs/tenant/ @patriciasantaana @cloudflare/pcx-technical-writing
3439
/src/content/docs/terraform/ @ranbel @cloudflare/pcx-technical-writing
3540
/src/content/docs/version-management/ @patriciasantaana @cloudflare/pcx-technical-writing
3641

3742
# Browser Rendering API
43+
3844
/src/content/docs/browser-rendering/ @tanushree-sharma @mchenco @kodster28 @cloudflare/pcx-technical-writing @celso @meddulla
3945

4046
# Cloudflare One
47+
4148
/src/content/docs/cloudflare-one/ @ranbel @cloudflare/pcx-technical-writing
4249
/src/content/docs/cloudflare-one/applications/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
4350
/src/content/docs/cloudflare-one/identity/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
@@ -54,17 +61,19 @@
5461
/src/content/changelogs/warp.yaml @ranbel @dh-cf @cloudflare/pcx-technical-writing
5562

5663
# Consumer products
64+
5765
/src/content/docs/1.1.1.1/ @RebeccaTamachiro @cloudflare/pcx-technical-writing
5866
/src/content/docs/warp-client/ @ranbel @cloudflare/pcx-technical-writing
5967

6068
# Core platform
69+
6170
/src/content/docs/byoip/ @RebeccaTamachiro @cloudflare/pcx-technical-writing
6271
/src/content/docs/china-network/ @pedrosousa @cloudflare/pcx-technical-writing
6372
/src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/ @RebeccaTamachiro @cloudflare/pcx-technical-writing
6473
/src/content/docs/dns/ @RebeccaTamachiro @cloudflare/pcx-technical-writing
65-
/src/content/docs/fundamentals/ @kodster28 @cloudflare/pcx-technical-writing
74+
/src/content/docs/fundamentals/ @cloudflare/pcx-technical-writing
6675
/src/content/docs/fundamentals/account-and-billing/ @patriciasantaana @cloudflare/pcx-technical-writing
67-
/src/content/docs/learning-paths/ @kodster28 @cloudflare/pcx-technical-writing
76+
/src/content/docs/learning-paths/ @cloudflare/pcx-technical-writing
6877
/src/content/docs/network-error-logging/ @dcpena @cloudflare/pcx-technical-writing
6978
/src/content/docs/network-interconnect/ @dcpena @cloudflare/pcx-technical-writing
7079
/src/content/docs/notifications/ @patriciasantaana @cloudflare/pcx-technical-writing
@@ -73,6 +82,7 @@
7382
/src/content/docs/ruleset-engine/ @pedrosousa @cloudflare/pcx-technical-writing
7483

7584
# Developer Platform
85+
7686
/src/content/docs/calls/ @cloudflare/pcx-technical-writing @cloudflare/calls
7787
/src/assets/images/calls/ @cloudflare/pcx-technical-writing @cloudflare/calls
7888
/src/content/docs/d1/ @elithrar @rozenmd @vy-ton @joshthoward @kodster28 @cloudflare/pcx-technical-writing
@@ -107,53 +117,61 @@
107117
/src/content/docs/workers/configuration/compatibility-dates/ @irvinebroque @kodster28 @mikenomitch @GregBrimble @cloudflare/pcx-technical-writing
108118
/src/content/docs/workers/reference/migrate-to-module-workers/ @irvinebroque @kodster28 @GregBrimble @cloudflare/pcx-technical-writing
109119
/src/content/docs/workers/reference/security-model/ @irvinebroque @kodster28 @cloudflare/pcx-technical-writing
110-
/src/content/docs/workers/_partials/_platform-compatibility-dates/ @irvinebroque @kflansburg @kodster28 @mikenomitch @GregBrimble @cloudflare/pcx-technical-writing
120+
/src/content/compatibility-dates/ @irvinebroque @kflansburg @mikenomitch @cloudflare/pcx-technical-writing
111121
/src/content/docs/workers/wrangler/ @penalosa @petebacondarwin @dario-piotrowicz @irvinebroque @GregBrimble @cloudflare/pcx-technical-writing
112122
/src/content/docs/pages/framework-guides/ @igorminar @dario-piotrowicz @jculvey @kodster28 @cloudflare/pcx-technical-writing
113123
/src/content/docs/analytics/analytics-engine/ @irvinebroque @elithrar @cloudflare/pcx-technical-writing
114124
/cloudflare-for-platforms/workers-for-platforms/ @irvinebroque @tanushree-sharma @angelampcosta @cloudflare/pcx-technical-writing
115125
/src/content/docs/workers/observability/ @irvinebroque @mikenomitch @rohinlohe @cloudflare/pcx-technical-writing
116126

117127
# DDoS Protection
128+
118129
/src/content/docs/ddos-protection/ @patriciasantaana @cloudflare/pcx-technical-writing
119-
/src/content/docs/ddos-protection/change-log/ @jdesgats @antoinecordelle @patriciasantaana @cloudflare/pcx-technical-writing
120-
/src/content/changelogs/ddos-http.yaml @jdesgats @antoinecordelle @patriciasantaana @cloudflare/pcx-technical-writing
121-
/src/content/changelogs/ddos-network.yaml @jdesgats @antoinecordelle @patriciasantaana @cloudflare/pcx-technical-writing
130+
/src/content/docs/ddos-protection/change-log/ @antoinecordelle @patriciasantaana @cloudflare/pcx-technical-writing
131+
/src/content/changelogs/ddos-http.yaml @antoinecordelle @patriciasantaana @cloudflare/pcx-technical-writing
132+
/src/content/changelogs/ddos-network.yaml @antoinecordelle @patriciasantaana @cloudflare/pcx-technical-writing
122133

123134
# Docs team areas
135+
124136
/src/content/docs/docs-guide/ @kodster28 @crwaters16 @cloudflare/pcx-technical-writing
125137
/src/content/docs/style-guide/ @kodster28 @crwaters16 @cloudflare/pcx-technical-writing
126138

127139
# Magic products
140+
128141
/src/content/docs/magic-transit/ @marciocloudflare @cloudflare/pcx-technical-writing
129142
/src/content/docs/magic-firewall/ @arges @Maddy-Cloudflare @cloudflare/pcx-technical-writing
130143
/src/content/docs/magic-network-monitoring/ @marciocloudflare @cloudflare/pcx-technical-writing
131144
/src/content/docs/magic-wan/ @marciocloudflare @cloudflare/pcx-technical-writing
132145
/src/content/docs/magic-cloud-networking/ @marciocloudflare @cloudflare/pcx-technical-writing
133146

134147
# Migration guides
148+
135149
/src/content/docs/migration-guides/ @kimj15 @crwaters16 @cloudflare/pcx-technical-writing
136150
/src/assets/images/migration-guides/ @kimj15 @crwaters16 @cloudflare/pcx-technical-writing
137151

138152
# Performance products
153+
139154
/src/content/docs/argo-smart-routing/ @dcpena @cloudflare/pcx-technical-writing
140-
/src/content/docs/automatic-platform-optimization/ @kodster28 @cloudflare/pcx-technical-writing
155+
/src/content/docs/automatic-platform-optimization/ @cloudflare/pcx-technical-writing
141156
/src/content/docs/cache/ @angelampcosta @cloudflare/pcx-technical-writing
142157
/src/content/docs/health-checks/ @angelampcosta @cloudflare/pcx-technical-writing
143158
/src/content/docs/load-balancing/ @angelampcosta @cloudflare/pcx-technical-writing
144159
/src/content/docs/spectrum/ @angelampcosta @cloudflare/pcx-technical-writing
145160
/src/content/docs/speed/ @angelampcosta @cloudflare/pcx-technical-writing
146-
/src/content/docs/web3/ @kodster28 @cloudflare/pcx-technical-writing
161+
/src/content/docs/web3/ @cloudflare/pcx-technical-writing
147162

148163
# Radar
164+
149165
/src/content/docs/radar/ @meddulla @G4brym @tiagoad @cloudflare/pcx-technical-writing
150166
/src/content/changelogs/radar.yaml @meddulla @G4brym @tiagoad @cloudflare/pcx-technical-writing
151167

152168
# Reference architecture
169+
153170
/src/content/docs/reference-architecture/ @securitypedant @crwaters16 @cloudflare/pcx-technical-writing
154171
/src/assets/images/reference-architecture/ @securitypedant @crwaters16 @cloudflare/pcx-technical-writing
155172

156173
# Security products
174+
157175
/src/content/docs/api-shield/ @patriciasantaana @cloudflare/pcx-technical-writing
158176
/src/content/docs/bots/ @patriciasantaana @cloudflare/pcx-technical-writing
159177
/src/content/docs/dmarc-management/ @Maddy-Cloudflare @cloudflare/pcx-technical-writing
@@ -166,14 +184,18 @@
166184
/src/content/changelogs/waf.yaml @pedrosousa @cloudflare/firewall @vs-mg @cloudflare/pcx-technical-writing
167185

168186
# Support
187+
169188
/src/content/docs/support/ @shanecloudflare @zeinjaber @TracyCloudflare @ngayerie @cloudflare/pcx-technical-writing
170189

171190
# Turnstile
191+
172192
/src/content/docs/turnstile/ @migueldemoura @punkeel @worenga @patriciasantaana @cloudflare/pcx-technical-writing
173193

174194
# Waiting Room
195+
175196
/src/content/docs/waiting-room/ @aolache @angelampcosta @cloudflare/pcx-technical-writing
176197
/src/content/changelogs/waiting-room.yaml @aolache @angelampcosta @cloudflare/pcx-technical-writing
177198

178199
# Web Analytics
200+
179201
/src/content/docs/web-analytics/ @angelampcosta @cloudflare/pcx-technical-writing

.github/actions/assign-issue/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)