Skip to content

Commit 0487047

Browse files
Merge branch 'production' into patricia/pcx16640-turnstile-availability-table
2 parents 5ce27cb + e364a31 commit 0487047

File tree

293 files changed

+3932
-2141
lines changed

Some content is hidden

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

293 files changed

+3932
-2141
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# Browser Rendering API
4646

47-
/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla @danielgek
47+
/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @celso @meddulla @danielgek @kathayl
4848

4949
# Changelogs
5050

.github/workflows/image-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: find-files
2222
run: |
2323
# Find all .png and .svg files, but only look in the ./src/assets/images directory
24-
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog-next/*")
24+
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog/*")
2525
2626
# Check if files are referenced in any markdown file
2727
UNUSED_FILES=""

astro.config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,6 @@ export default defineConfig({
9090
src: "./src/assets/logo.svg",
9191
},
9292
favicon: "/favicon.png",
93-
head: ["image", "og:image", "twitter:image"].map((name) => {
94-
return {
95-
tag: "meta",
96-
attrs: {
97-
name,
98-
content: "https://developers.cloudflare.com/cf-twitter-card.png",
99-
},
100-
};
101-
}),
10293
social: {
10394
github: "https://github.com/cloudflare/cloudflare-docs",
10495
"x.com": "https://x.com/cloudflare",

0 commit comments

Comments
 (0)