Skip to content

Commit

Permalink
Merge branch 'production' into remove-wfp-limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
GregBrimble authored Jan 6, 2025
2 parents 65e0f3f + 1bb6b30 commit 4aa7897
Show file tree
Hide file tree
Showing 934 changed files with 14,350 additions and 31,605 deletions.
14 changes: 7 additions & 7 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
/src/content/docs/cloudflare-one/applications/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/identity/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/policies/access/ @kennyj42 @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/connections/connect-devices/ @kkrum @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/connections/connect-networks/ @janani-cr @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/insights/ @abelinkinbio @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/connections/connect-devices/ @kkrum @kokolocomotion1 @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/connections/connect-networks/ @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/applications/scan-apps/ @maxvp @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/policies/gateway/ @maxvp @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/policies/browser-isolation/ @maxvp @abelinkinbio @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/policies/browser-isolation/ @maxvp @ranbel @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/policies/data-loss-prevention/ @maxvp @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/insights/dex/ @deadlypants1973 @cloudflare/pcx-technical-writing
/src/content/docs/email-security/ @Maddy-Cloudflare @cloudflare/pcx-technical-writing
/src/content/changelogs/access.yaml @ranbel @kennyj42 @cloudflare/pcx-technical-writing
/src/content/changelogs/warp.yaml @ranbel @cloudflare/pcx-technical-writing
/src/content/changelogs/warp.yaml @kokolocomotion1 @ranbel @cloudflare/pcx-technical-writing

# Consumer products

Expand Down Expand Up @@ -180,8 +180,8 @@

# Radar

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

# Reference architecture

Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-check
/** @type {import("prettier").Config} */
export default {
plugins: ["prettier-plugin-astro"],
plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
useTabs: true,
overrides: [
{
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If we require more information to address your pull request, the `more-informati

## Wrangler config

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.
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.

````
Expand Down
30 changes: 13 additions & 17 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,15 @@ export default defineConfig({
"./src/tooltips.css",
],
pagination: false,
plugins: runLinkCheck
? [
plugins: [
...(runLinkCheck
? [
starlightLinksValidator({
errorOnInvalidHashes: false,
errorOnLocalLinks: false,
exclude: [
"/api/",
"/api/operations/**",
"/api/**",
"/changelog/",
"/http/resources/**",
"{props.*}",
Expand All @@ -196,21 +197,16 @@ export default defineConfig({
"/workers-ai/models/**",
],
}),
starlightDocSearch({
appId: "8MU1G3QO9P",
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
indexName: "TEST - Re-dev docs",
}),
starlightImageZoom(),
]
: [
starlightDocSearch({
appId: "8MU1G3QO9P",
apiKey: "4edb0a6cef3338ff4bcfbc6b3d2db56b",
indexName: "TEST - Re-dev docs",
}),
starlightImageZoom(),
],
: []),
starlightDocSearch({
appId: "D32WIYFTUF",
apiKey: "5cec275adc19dd3bc17617f7d9cf312a",
indexName: "prod_devdocs",
insights: true,
}),
starlightImageZoom(),
],
}),
tailwind({
applyBaseStyles: false,
Expand Down
47 changes: 0 additions & 47 deletions functions/api/[[path]].ts

This file was deleted.

22 changes: 0 additions & 22 deletions functions/api/redirects.ts

This file was deleted.

93 changes: 0 additions & 93 deletions functions/schema.ts

This file was deleted.

9 changes: 0 additions & 9 deletions functions/tsconfig.json

This file was deleted.

Loading

0 comments on commit 4aa7897

Please sign in to comment.