-
Notifications
You must be signed in to change notification settings - Fork 10.4k
remove beta tags for static assets #21500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,13 +13,13 @@ import { | |
| PackageManagers, | ||
| } from "~/components"; | ||
|
|
||
| In this guide, you will create a new [Nuxt](https://nuxt.com/) application and deploy to Cloudflare Workers (with the new [<InlineBadge preset="beta" /> Workers Assets](/workers/static-assets/)). | ||
| In this guide, you will create a new [Nuxt](https://nuxt.com/) application and deploy to Cloudflare Workers (with the new [Workers Assets](/workers/static-assets/)). | ||
|
|
||
| ## 1. Set up a new project | ||
|
|
||
| Use the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, initiate Nuxt's official setup tool, and provide the option to deploy instantly. | ||
|
|
||
| To use `create-cloudflare` to create a new Nuxt project with <InlineBadge preset="beta" /> Workers Assets, run the following command: | ||
| To use `create-cloudflare` to create a new Nuxt project with Workers Assets, run the following command: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add a link to Nuxt?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a link to nuxt in the paragraph just above :) same for the other frameworks |
||
|
|
||
| <PackageManagers | ||
| type="create" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,8 @@ pcx_content_type: how-to | |
| title: Qwik | ||
| head: [] | ||
| description: Create a Qwik application and deploy it to Cloudflare Workers with Workers Assets. | ||
| sidebar: | ||
| badge: Beta | ||
| --- | ||
|
|
||
| import { | ||
|
|
@@ -13,13 +15,17 @@ import { | |
| PackageManagers, | ||
| } from "~/components"; | ||
|
|
||
| In this guide, you will create a new [Qwik](https://qwik.dev/) application and deploy to Cloudflare Workers (with the new [<InlineBadge preset="beta" /> Workers Assets](/workers/static-assets/)). | ||
| :::note | ||
| Support for Qwik projects on Cloudflare Workers is currently in beta. | ||
| ::: | ||
|
|
||
| In this guide, you will create a new [Qwik](https://qwik.dev/) application and deploy to Cloudflare Workers (with the new [Workers Assets](/workers/static-assets/)). | ||
|
|
||
| ## 1. Set up a new project | ||
|
|
||
| Use the [`create-cloudflare`](https://www.npmjs.com/package/create-cloudflare) CLI (C3) to set up a new project. C3 will create a new project directory, initiate Qwik's official setup tool, and provide the option to deploy instantly. | ||
|
|
||
| To use `create-cloudflare` to create a new Qwik project with <InlineBadge preset="beta" /> Workers Assets, run the following command: | ||
| To use `create-cloudflare` to create a new Qwik project with Workers Assets, run the following command: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add a link to Qwik? |
||
|
|
||
| <PackageManagers | ||
| type="create" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: "with the new" do we want to keep the "new" ?