Skip to content

Commit e18ff71

Browse files
tanushree-sharmaGregBrimbleemily-shen
authored
[Workers] (WIP) Assets (#16610)
* Assets docs * Frameworks Guides (#17023) * Create C3 Frameworks component and rename Typescript to TypeScript * Rename deploy-via-c3 props * Add some framework guides for Workers Assets * Update deploy command docs * Move stuff around a bit * Final touch-ups * Hide framework guides external link * Fix a bunch of dead links * compat-matrix * content updates * vitest limitation * edits from feedback * more content updates * feedback * small fix * Greg's pass of assets docs --------- Co-authored-by: Greg Brimble <[email protected]> Co-authored-by: emily-shen <[email protected]>
1 parent ac5b771 commit e18ff71

File tree

89 files changed

+2520
-1258
lines changed

Some content is hidden

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

89 files changed

+2520
-1258
lines changed

.github/styles/config/vocabularies/cloudflare/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ WordPress
3737
Worker
3838
Workers
3939
[wW]rangler
40+
wrangler.toml
4041
VMware
4142
VPN
4243
YubiKey
86.9 KB
Loading
88.2 KB
Loading

src/components/models/code/AutomaticSpeechRecognitionCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run
4646
---
4747

4848
<h2>Code Examples</h2>
49-
<Details header="Workers - Typescript">
49+
<Details header="Workers - TypeScript">
5050
<Code code={worker} lang="ts" />
5151
</Details>
5252

src/components/models/code/ImageClassificationCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run
4444
---
4545

4646
<h2>Code Examples</h2>
47-
<Details header="Workers - Typescript">
47+
<Details header="Workers - TypeScript">
4848
<Code code={worker} lang="ts" />
4949
</Details>
5050

src/components/models/code/ImageToTextCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export default {
3737
---
3838

3939
<h2>Code Examples</h2>
40-
<Details header="Workers - Typescript">
40+
<Details header="Workers - TypeScript">
4141
<Code code={worker} lang="ts" />
4242
</Details>

src/components/models/code/ObjectDetectionCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run
4444
---
4545

4646
<h2>Code Examples</h2>
47-
<Details header="Workers - Typescript">
47+
<Details header="Workers - TypeScript">
4848
<Code code={worker} lang="ts" />
4949
</Details>
5050

src/components/models/code/StableDiffusion-v1-5-img2imgCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run
5252
---
5353

5454
<h2>Code Examples</h2>
55-
<Details header="Workers - Typescript">
55+
<Details header="Workers - TypeScript">
5656
<Code code={worker} lang="ts" />
5757
</Details>
5858

src/components/models/code/StableDiffusion-v1-5-inpaintingCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$CLOUDFLARE_ACCOUNT_ID/ai/run
5959
---
6060

6161
<h2>Code Examples</h2>
62-
<Details header="Workers - Typescript">
62+
<Details header="Workers - TypeScript">
6363
<Code code={worker} lang="ts" />
6464
</Details>
6565

src/components/models/code/SummarizationCode.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{cf_account_id}/ai/run/${name
3838
---
3939

4040
<h2>Code Examples</h2>
41-
<Details header="Workers - Typescript">
41+
<Details header="Workers - TypeScript">
4242
<Code code={worker} lang="ts" />
4343
</Details>
4444

0 commit comments

Comments
 (0)