Skip to content

Commit 4aa7897

Browse files
authored
Merge branch 'production' into remove-wfp-limitation
2 parents 65e0f3f + 1bb6b30 commit 4aa7897

File tree

934 files changed

+14350
-31605
lines changed

Some content is hidden

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

934 files changed

+14350
-31605
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
/src/content/docs/cloudflare-one/applications/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
5151
/src/content/docs/cloudflare-one/identity/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
5252
/src/content/docs/cloudflare-one/policies/access/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
53-
/src/content/docs/cloudflare-one/connections/connect-devices/ @kkrum @ranbel @cloudflare/pcx-technical-writing
54-
/src/content/docs/cloudflare-one/connections/connect-networks/ @janani-cr @ranbel @cloudflare/pcx-technical-writing
55-
/src/content/docs/cloudflare-one/insights/ @abelinkinbio @ranbel @cloudflare/pcx-technical-writing
53+
/src/content/docs/cloudflare-one/connections/connect-devices/ @kkrum @kokolocomotion1 @ranbel @cloudflare/pcx-technical-writing
54+
/src/content/docs/cloudflare-one/connections/connect-networks/ @ranbel @cloudflare/pcx-technical-writing
5655
/src/content/docs/cloudflare-one/applications/scan-apps/ @maxvp @cloudflare/pcx-technical-writing
5756
/src/content/docs/cloudflare-one/policies/gateway/ @maxvp @cloudflare/pcx-technical-writing
58-
/src/content/docs/cloudflare-one/policies/browser-isolation/ @maxvp @abelinkinbio @cloudflare/pcx-technical-writing
57+
/src/content/docs/cloudflare-one/policies/browser-isolation/ @maxvp @ranbel @cloudflare/pcx-technical-writing
5958
/src/content/docs/cloudflare-one/policies/data-loss-prevention/ @maxvp @cloudflare/pcx-technical-writing
59+
/src/content/docs/cloudflare-one/insights/dex/ @deadlypants1973 @cloudflare/pcx-technical-writing
6060
/src/content/docs/email-security/ @Maddy-Cloudflare @cloudflare/pcx-technical-writing
6161
/src/content/changelogs/access.yaml @ranbel @kennyj42 @cloudflare/pcx-technical-writing
62-
/src/content/changelogs/warp.yaml @ranbel @cloudflare/pcx-technical-writing
62+
/src/content/changelogs/warp.yaml @kokolocomotion1 @ranbel @cloudflare/pcx-technical-writing
6363

6464
# Consumer products
6565

@@ -180,8 +180,8 @@
180180

181181
# Radar
182182

183-
/src/content/docs/radar/ @meddulla @G4brym @tiagoad @cloudflare/pcx-technical-writing
184-
/src/content/changelogs/radar.yaml @meddulla @G4brym @tiagoad @cloudflare/pcx-technical-writing
183+
/src/content/docs/radar/ @meddulla @G4brym @tiagoad @andre-j3sus @cloudflare/pcx-technical-writing
184+
/src/content/changelogs/radar.yaml @meddulla @G4brym @tiagoad @andre-j3sus @cloudflare/pcx-technical-writing
185185

186186
# Reference architecture
187187

.prettierrc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
/** @type {import("prettier").Config} */
33
export default {
4-
plugins: ["prettier-plugin-astro"],
4+
plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
55
useTabs: true,
66
overrides: [
77
{

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If we require more information to address your pull request, the `more-informati
3535

3636
## Wrangler config
3737

38-
If you're adding a code snippet to the docs that represents a Wrangler config file (`wrangler.toml` or `wrangler.json`) make sure you wrap it with the `<WranglerConfig>` component, which ensure it's rendered as both JSON and TOML e.g.
38+
If you're adding a code snippet to the docs that represents a Wrangler config file (`wrangler.toml`, `wrangler.json`, or `wrangler.jsonc`) make sure you wrap it with the `<WranglerConfig>` component, which ensure it's rendered as both JSON and TOML e.g.
3939

4040
````
4141

astro.config.ts

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,15 @@ export default defineConfig({
174174
"./src/tooltips.css",
175175
],
176176
pagination: false,
177-
plugins: runLinkCheck
178-
? [
177+
plugins: [
178+
...(runLinkCheck
179+
? [
179180
starlightLinksValidator({
180181
errorOnInvalidHashes: false,
181182
errorOnLocalLinks: false,
182183
exclude: [
183184
"/api/",
184-
"/api/operations/**",
185+
"/api/**",
185186
"/changelog/",
186187
"/http/resources/**",
187188
"{props.*}",
@@ -196,21 +197,16 @@ export default defineConfig({
196197
"/workers-ai/models/**",
197198
],
198199
}),
199-
starlightDocSearch({
200-
appId: "8MU1G3QO9P",
201-
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
202-
indexName: "TEST - Re-dev docs",
203-
}),
204-
starlightImageZoom(),
205200
]
206-
: [
207-
starlightDocSearch({
208-
appId: "8MU1G3QO9P",
209-
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
210-
indexName: "TEST - Re-dev docs",
211-
}),
212-
starlightImageZoom(),
213-
],
201+
: []),
202+
starlightDocSearch({
203+
appId: "D32WIYFTUF",
204+
apiKey: "5cec275adc19dd3bc17617f7d9cf312a",
205+
indexName: "prod_devdocs",
206+
insights: true,
207+
}),
208+
starlightImageZoom(),
209+
],
214210
}),
215211
tailwind({
216212
applyBaseStyles: false,

functions/api/[[path]].ts

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

functions/api/redirects.ts

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

functions/schema.ts

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

functions/tsconfig.json

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

0 commit comments

Comments
 (0)