Skip to content

Commit 1b546e7

Browse files
kodster28sdnts
authored andcommitted
[Workers] Templates rename + styling tweaks (cloudflare#22463)
1 parent 2011c71 commit 1b546e7

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/components/WorkersTemplates.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,23 @@ const dirs = contents.filter((ent: any) => ent.type === "dir");
4848
</a>
4949
</div>
5050
<p>{packageJson.description}</p>
51+
<p>
52+
Explore on{" "}
53+
<a
54+
href={`https://github.com/cloudflare/templates/tree/main/${dir.path}`}
55+
>
56+
GitHub ↗
57+
</a>
58+
</p>
5159
<PackageManagers
5260
type="create"
5361
pkg="cloudflare@latest"
5462
args={`--template=cloudflare/templates/${dir.path}`}
5563
/>
5664
</div>
65+
<br/>
66+
<hr>
67+
<br/>
5768
);
5869
})
5970
}

src/content/docs/workers/get-started/quickstarts.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
type: overview
33
pcx_content_type: get-started
4-
title: Quickstarts
4+
title: Templates
55
sidebar:
66
order: 3
77
head: []
@@ -11,9 +11,7 @@ description: GitHub repositories that are designed to be a starting point for
1111

1212
import { LinkButton, WorkersTemplates } from "~/components";
1313

14-
Quickstarts are GitHub repositories that are designed to be a starting point for building a new Cloudflare Workers project. To start any of the projects below, run:
15-
16-
## Templates
14+
Templates are GitHub repositories that are designed to be a starting point for building a new Cloudflare Workers project. To start any of the projects below, run:
1715

1816
<WorkersTemplates />
1917

0 commit comments

Comments
 (0)