Skip to content

Commit 2d37a9a

Browse files
committed
few more
1 parent 98adf68 commit 2d37a9a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/content/docs/pages/framework-guides/deploy-a-blazor-site.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,7 @@ dotnet new gitignore
5050

5151
## Deploy with Cloudflare Pages
5252

53-
To deploy your site to Pages:
54-
55-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
56-
2. In Account Home, select **Workers & Pages**.
57-
3. Select **Create application** > **Pages** > **Connect to Git**.
58-
59-
Select the new GitHub repository that you created and, in the **Set up builds and deployments** section, provide the following information:
53+
<Render file="deploy-to-pages-steps-no-presets" />
6054

6155
<div>
6256

src/content/docs/pages/framework-guides/deploy-a-remix-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ npm run dev
5454

5555
### Deploy via the Cloudflare dashboard
5656

57-
<Render file="deploy-to-pages-steps-no-preset" />
57+
<Render file="deploy-to-pages-steps-with-preset" params={{ name: "Remix" }} />
5858

5959
<PagesBuildPreset framework="remix" />
6060

src/content/docs/pages/framework-guides/deploy-a-svelte-kit-site.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ If you are using any adapter different from the default SvelteKit adapter, remem
119119

120120
### Deploy via the Cloudflare dashboard
121121

122-
<Render file="deploy-to-pages-steps-no-preset" />
122+
<Render
123+
file="deploy-to-pages-steps-with-preset"
124+
params={{ name: "SveltKit" }}
125+
/>
123126

124127
<div>
125128

src/content/docs/pages/framework-guides/deploy-a-vitepress-site.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ This step makes sure that unnecessary files are not going to be included in the
9292

9393
## Deploy with Cloudflare Pages
9494

95-
<Render file="deploy-to-pages-steps-no-preset" />
95+
<Render
96+
file="deploy-to-pages-steps-with-preset"
97+
params={{ name: "VitePress" }}
98+
/>
9699

97100
<PagesBuildPreset framework="vitepress" />
98101

src/content/docs/pages/framework-guides/deploy-a-vue-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use `create-cloudflare` to create a new Vue project, run the following comman
3131

3232
### Deploy via the Cloudflare dashboard
3333

34-
<Render file="deploy-to-pages-steps-no-preset" />
34+
<Render file="deploy-to-pages-steps-with-preset" params={{ name: "Vue" }} />
3535

3636
<div>
3737

src/content/docs/pages/framework-guides/deploy-a-zola-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Upon running `zola init`, you will prompted with three questions:
7676

7777
## Deploy with Cloudflare Pages
7878

79-
<Render file="deploy-to-pages-steps-no-preset" />
79+
<Render file="deploy-to-pages-steps-with-preset" params={{ name: "Zola" }} />
8080

8181
<PagesBuildPreset framework="zola" />
8282

0 commit comments

Comments
 (0)