Skip to content

Commit 774381d

Browse files
authored
Merge branch 'production' into ranbel/load-balancing-with-zt
2 parents b59b6d8 + 513a810 commit 774381d

File tree

973 files changed

+36353
-7324
lines changed

Some content is hidden

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

973 files changed

+36353
-7324
lines changed

.github/CODEOWNERS

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44

55
# More dev-specific files
66

7-
/.github/ @kodster28 @pedrosousa @haleycode @kristianfreeman @GregBrimble @KianNH @maxvp @marciocloudflare @WalshyDev
7+
/.github/ @cloudflare/pcx-content-engineering
88
/.github/CODEOWNERS @cloudflare/pcx-technical-writing
9-
/.github/actions/assign-pr/index.js @cloudflare/pcx-technical-writing
10-
/src/components/ @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @marciocloudflare @haleycode @maxvp @GregBrimble @KianNH @WalshyDev
11-
*.js @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
12-
*.ts @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
13-
*.astro @cloudflare/developer-advocacy @kristianfreeman @kodster28 @pedrosousa @haleycode @GregBrimble @KianNH @WalshyDev
14-
/src/schemas/tags.ts @kodster28 @KianNH @joslyn-cf
15-
/src/content/workers-ai-models/ @craigsdennis @pedrosousa @cloudflare/pcx-technical-writing
16-
/public/__redirects @GregBrimble @KianNH @pedrosousa @WalshyDev @cloudflare/pcx-technical-writing
9+
/.github/actions/assign-pr/index.js @cloudflare/pcx-technical-writing @kodster28
10+
/src/components/ @cloudflare/pcx-content-engineering @kodster28
11+
*.js @cloudflare/pcx-content-engineering @kodster28
12+
*.ts @cloudflare/pcx-content-engineering @kodster28
13+
*.astro @cloudflare/pcx-content-engineering @kodster28
14+
/src/schemas/tags.ts @cloudflare/pcx-content-engineering @joslyn-cf @kodster28
15+
/src/util/api.ts @cloudflare/pcx-content-engineering @pedrosousa @kodster28
16+
/src/content/workers-ai-models/ @craigsdennis @cloudflare/pcx-content-engineering @cloudflare/pcx-technical-writing @kodster28
17+
/public/__redirects @cloudflare/pcx-content-engineering @cloudflare/pcx-technical-writing @kodster28
1718

1819

1920
# AI
@@ -92,6 +93,7 @@
9293
# Developer Platform
9394

9495
/src/content/docs/containers/ @mikenomitch @th0m @cloudflare/pcx-technical-writing @cloudflare/cloudchamber
96+
/src/content/partials/containers/ @mikenomitch @th0m @cloudflare/pcx-technical-writing @cloudflare/cloudchamber
9597
/src/content/docs/d1/ @elithrar @rozenmd @vy-ton @joshthoward @oxyjun @harshil1712 @cloudflare/pcx-technical-writing
9698
/src/content/release-notes/d1.yaml @elithrar @rozenmd @vy-ton @joshthoward @oxyjun @cloudflare/pcx-technical-writing
9799
/src/content/partials/d1/ @elithrar @rozenmd @vy-ton @joshthoward @oxyjun @harshil1712 @cloudflare/pcx-technical-writing
@@ -103,7 +105,7 @@
103105
/src/content/release-notes/hyperdrive.yaml @elithrar @thomasgauvin @sejoker @oxyjun @cloudflare/pcx-technical-writing
104106
/src/content/partials/hyperdrive/ @elithrar @thomasgauvin @sejoker @oxyjun @cloudflare/pcx-technical-writing
105107
/src/content/release-notes/durable-objects.yaml @elithrar @vy-ton @joshthoward @oxyjun @cloudflare/pcx-technical-writing
106-
/src/content/docs/images/ @ToriLindsay @cloudflare/pcx-technical-writing @renandincer @third774
108+
/src/content/docs/images/ @ToriLindsay @cloudflare/pcx-technical-writing @renandincer @third774 @deanna-cf
107109
/src/content/docs/pages/ @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @irvinebroque @cloudflare/pcx-technical-writing @kodster28
108110
/src/assets/images/pages/ @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @cloudflare/pcx-technical-writing @kodster28
109111
/src/content/release-notes/pages.yaml @cloudflare/workers-docs @GregBrimble @WalshyDev @aninibread @cloudflare/pcx-technical-writing
@@ -136,6 +138,7 @@
136138
/src/content/docs/workers/observability/ @irvinebroque @mikenomitch @rohinlohe @kodster28 @cloudflare/pcx-technical-writing
137139
/src/content/docs/workers/static-assets @irvinebroque @GregBrimble @WalshyDev @kodster28 @cloudflare/deploy-config @cloudflare/pcx-technical-writing
138140
/src/content/docs/workflows/ @elithrar @celso @cloudflare/pcx-technical-writing
141+
/src/content/docs/sandbox/ @whoiskatrin @ghostwriternr @cloudflare/pcx-technical-writing @ai-agents
139142

140143
# DDoS Protection
141144

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<!-- Remove items that do not apply -->
1212

1313
- [ ] Is there a [changelog](https://developers.cloudflare.com/changelog/) entry ([guidelines](https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/))? If you don't add one for something awesome and new (however small) — how will our customers find out? Changelogs are automatically posted to [RSS feeds](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/), the [Discord](https://discord.com/channels/595317990191398933/1040420029080018945), and [X](https://x.com/CFchangelog).
14-
- [ ] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to.
14+
- [ ] The change adheres to the [documentation style guide](https://developers.cloudflare.com/style-guide/).
1515
- [ ] If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
1616
- [ ] Files which have changed name or location have been allocated [redirects](https://developers.cloudflare.com/pages/configuration/redirects/#per-file).

astro.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import starlightDocSearch from "@astrojs/starlight-docsearch";
44
import starlightImageZoom from "starlight-image-zoom";
55
import liveCode from "astro-live-code";
66
import starlightLinksValidator from "starlight-links-validator";
7+
import starlightScrollToTop from "starlight-scroll-to-top";
78
import icon from "astro-icon";
89
import sitemap from "@astrojs/sitemap";
910
import react from "@astrojs/react";
@@ -162,6 +163,14 @@ export default defineConfig({
162163
clientOptionsModule: "./src/plugins/docsearch/index.ts",
163164
}),
164165
starlightImageZoom(),
166+
starlightScrollToTop({
167+
tooltipText: "Back to top",
168+
showTooltip: true,
169+
svgPath: "M12 6L6 12M12 6L18 12M12 12L6 18M12 12L18 18",
170+
showProgressRing: true,
171+
progressRingColor: "white",
172+
showOnHomepage: false, // Hide on homepage (default)
173+
}),
165174
],
166175
lastUpdated: true,
167176
markdown: {

0 commit comments

Comments
 (0)