From ed66b1797ded44983b86eacd0c887d0d8547de4a Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:20:10 +0100 Subject: [PATCH] [Pages] Remove trailing spaces --- src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx | 2 +- .../docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx | 2 +- src/content/docs/pages/get-started/c3.mdx | 2 +- src/content/docs/pages/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx index 12b00473c1f57e..cb2b2753d6588d 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx @@ -15,7 +15,7 @@ import { Stream, } from "~/components"; -[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. Learn more about the creation of Hono by [watching an interview](#creator-interview) with its creator, [Yusuke Wada](https://yusu.ke/). +[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. Learn more about the creation of Hono by [watching an interview](#creator-interview) with its creator, [Yusuke Wada](https://yusu.ke/). In this guide, you will create a new Hono application and deploy it using Cloudflare Pages. diff --git a/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx b/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx index dc5376c3dbbec1..a72f33818d6f7c 100644 --- a/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx +++ b/src/content/docs/pages/framework-guides/nextjs/ssr/troubleshooting.mdx @@ -19,7 +19,7 @@ export const runtime = "edge"; :::note -If you are still using the Next.js [Pages router](https://nextjs.org/docs/pages), for page routes, you must use `'experimental-edge'` instead of `'edge'`. +If you are still using the Next.js [Pages router](https://nextjs.org/docs/pages), for page routes, you must use `'experimental-edge'` instead of `'edge'`. ::: *** diff --git a/src/content/docs/pages/get-started/c3.mdx b/src/content/docs/pages/get-started/c3.mdx index 7d35ce4ad6d430..3ea45948dbf00b 100644 --- a/src/content/docs/pages/get-started/c3.mdx +++ b/src/content/docs/pages/get-started/c3.mdx @@ -164,7 +164,7 @@ pnpm create cloudflare@latest [--] [] [OPTIONS] [-- ] At a minimum, templates must contain the following: - `package.json` - - [Wrangler configuration file](/pages/functions/wrangler-configuration/) + - [Wrangler configuration file](/pages/functions/wrangler-configuration/) - `src/` containing a worker script referenced from the Wrangler configuration file See the [templates folder](https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates) of this repo for more examples. diff --git a/src/content/docs/pages/index.mdx b/src/content/docs/pages/index.mdx index 42c8c483243080..cddc8e9221aa6b 100644 --- a/src/content/docs/pages/index.mdx +++ b/src/content/docs/pages/index.mdx @@ -14,7 +14,7 @@ import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct, Re -Create full-stack applications that are instantly deployed to the Cloudflare global network. +Create full-stack applications that are instantly deployed to the Cloudflare global network.