-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Pages] update framework guides to reference C3 (#10357)
* [pages] update svelte, hono, astro framework guides to include c3 * update solid framework guide * update nuxt framework guide * update react,angular,qwik,vue,nuxt,gatsby guides to reference c3. update title wording in other guides. add c3 deploy partial. * update remix,docusaurus guides. * Update content/pages/_partials/_c3-adapter.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> * Update content/pages/_partials/_deploy-via-c3.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> * Update content/pages/framework-guides/deploy-a-docusaurus-site.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> * Update content/pages/_partials/_deploy-via-c3.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> * Update content/pages/framework-guides/deploy-a-docusaurus-site.md Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> * address pcx review * update angular template --------- Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com>
- Loading branch information
1 parent
f9172ee
commit 82fb676
Showing
21 changed files
with
163 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
_build: | ||
publishResources: false | ||
render: never | ||
list: never | ||
--- | ||
|
||
{{<Aside type="note">}} | ||
|
||
If using [`create-cloudflare` (C3)](https://www.npmjs.com/package/create-cloudflare), you can bypass adding an adapter as C3 automatically installs any necessary adapters and configures them when creating your project. | ||
|
||
{{</Aside>}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
_build: | ||
publishResources: false | ||
render: never | ||
list: never | ||
inputParameters: deployedTarget | ||
--- | ||
|
||
### Deploy via the `create-cloudflare` CLI (C3) | ||
|
||
If you use [`create-cloudflare`(C3)](https://www.npmjs.com/package/create-cloudflare) to create your new $1 project, C3 will install all dependencies needed for your project and prompt you to deploy your project via the CLI. If you deploy, your site will be live and you will be provided with a deployment URL. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.