Skip to content

Commit d8b29ea

Browse files
committed
Fixes
1 parent f99e5a1 commit d8b29ea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/content/docs/workers/ci-cd/builds/git-integration/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ To manage your Git installation:
4343
<DashButton url="/?to=/:account/workers-and-pages" />
4444

4545
2. Select your Worker.
46-
3. Go to **Settings** > **Builds** > under **Git Repository**, select **Manage**.
46+
3. Go to **Settings** > **Builds**.
47+
4. Under **Git Repository**, select **Manage**.
4748
</Steps>
4849

4950
This can be useful for managing repository access or troubleshooting installation issues by reinstalling. For more details, see the [GitHub](/workers/ci-cd/builds/git-integration/github-integration) and [GitLab](/workers/ci-cd/builds/git-integration/gitlab-integration) guides for how to manage your installation.

src/content/docs/workers/configuration/routing/routes.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: concept
33
title: Routes
44
---
55

6-
import { WranglerConfig, DashButton } from "~/components";
6+
import { WranglerConfig, DashButton, Steps } from "~/components";
77

88
## Background
99

@@ -42,6 +42,8 @@ Routes can also be created via the API. Refer to the [Workers Routes API documen
4242
Before you set up a route, make sure you have a DNS record set up for the [domain](/dns/manage-dns-records/how-to/create-zone-apex/) or [subdomain](/dns/manage-dns-records/how-to/create-subdomain/) you would like to route to.
4343

4444
To set up a route in the dashboard:
45+
46+
<Steps>
4547
1. In the Cloudflare dashboard, go to the **Workers & Pages** page.
4648

4749
<DashButton url="/?to=/:account/workers-and-pages" />
@@ -50,6 +52,7 @@ To set up a route in the dashboard:
5052
3. Go to **Settings** > **Domains & Routes** > **Add** > **Route**.
5153
4. Select the zone and enter the route pattern.
5254
5. Select **Add route**.
55+
</Steps>
5356

5457
### Set up a route in the Wrangler configuration file
5558

0 commit comments

Comments
 (0)