Skip to content

Commit 4397083

Browse files
committed
Merge remote-tracking branch 'origin/production' into jun/images/ia
2 parents 7476943 + 285ace7 commit 4397083

688 files changed

Lines changed: 7009 additions & 3003 deletions

File tree

Some content is hidden

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

.agents/skills/eli5/README.md

Lines changed: 65 additions & 292 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/.github/ @cloudflare/content-engineering @kodster28 @mvvmm @colbywhite @ahaywood @MohamedH1998
88
/.github/CODEOWNERS @cloudflare/pcx-technical-writing @cloudflare/product-owners @kodster28
99
/.github/actions/assign-pr/index.js @cloudflare/pcx-technical-writing @cloudflare/product-owners @kodster28
10+
/.github/labeler.yml @cloudflare/pcx-technical-writing
1011
/src/components/ @cloudflare/content-engineering @kodster28
1112
*.js @cloudflare/content-engineering @kodster28
1213
*.ts @cloudflare/content-engineering @kodster28
@@ -51,9 +52,9 @@ package.json @cloudflare/content-engineering
5152
/src/content/docs/terraform/ @dcpena @cloudflare/pcx-technical-writing @cloudflare/product-owners
5253
/src/content/docs/version-management/ @dcpena @cloudflare/pcx-technical-writing @cloudflare/product-owners
5354

54-
# Browser Rendering API
55+
# Browser Run
5556

56-
/src/content/docs/browser-rendering/ @mchenco @cloudflare/pcx-technical-writing @cloudflare/product-owners @celso @kathayl @ToriLindsay
57+
/src/content/docs/browser-run/ @mchenco @cloudflare/pcx-technical-writing @cloudflare/product-owners @celso @kathayl @ToriLindsay
5758

5859
# Changelogs
5960

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ product:bots:
5050
- changed-files:
5151
- any-glob-to-any-file:
5252
- src/content/docs/bots/**
53-
product:browser-rendering:
53+
product:browser-run:
5454
- changed-files:
5555
- any-glob-to-any-file:
56-
- src/content/docs/browser-rendering/**
56+
- src/content/docs/browser-run/**
5757
product:byoip:
5858
- changed-files:
5959
- any-glob-to-any-file:

eslint.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,15 @@ export default [
4444
],
4545
},
4646
},
47+
{
48+
files: ["src/scripts/**/*.{js,ts}"],
49+
rules: {
50+
"no-console": [
51+
"error",
52+
{
53+
allow: ["warn", "error"],
54+
},
55+
],
56+
},
57+
},
4758
];

public/__redirects

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.
254 KB
Loading
6.48 MB
Loading
3.59 MB
Loading
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)