Skip to content

Commit 7c9e805

Browse files
committed
docs: add Hello Edge template
1 parent d8ce180 commit 7c9e805

File tree

9 files changed

+60
-0
lines changed

9 files changed

+60
-0
lines changed

docs/content/4.changelog/blob-folders.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Blob Folders
33
description: "It is now possible to change the view of your blobs to a folder structure."
44
date: 2024-06-03
55
image: '/images/changelog/blob-folders.png'
6+
category: Admin
67
authors:
78
- name: Sebastien Chopin
89
avatar:

docs/content/4.changelog/deployment-details.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Deployment Details
33
description: "We redesigned the deployment listing as well as added the deployment page to provide more information about each deployment."
44
date: 2024-05-28
55
image: '/images/changelog/deployment-details.png'
6+
category: Admin
67
authors:
78
- name: Sebastien Chopin
89
avatar:

docs/content/4.changelog/drizzle-studio-remembers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Drizzle Studio Remembers
33
description: "The database admin UI now remembers where you were last time, speeding up your workflow."
44
date: 2024-06-04
55
image: '/images/changelog/drizzle-studio-remembers.png'
6+
category: Admin
67
authors:
78
- name: Sebastien Chopin
89
avatar:
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Hello World Template
3+
description: "Hello Edge is our minimal Nuxt template to get started with server-side rendering on the Edge."
4+
date: 2024-06-18
5+
image: '/images/changelog/hello-edge.png'
6+
category: Template
7+
authors:
8+
- name: Sebastien Chopin
9+
avatar:
10+
src: https://avatars.githubusercontent.com/u/904724?v=4
11+
to: https://x.com/atinux
12+
username: atinux
13+
---
14+
15+
::tip
16+
This template is a great starting point for your next Nuxt project. It's simple, fast and ready to be deployed to the Edge.
17+
::
18+
19+
## Minimal by design
20+
21+
This template is a minimal Nuxt project **with no storage**, just a simple "Hello from the Edge 👋" message that you can configure with an environment variable:
22+
23+
```bash [.env]
24+
NUXT_PUBLIC_HELLO_TEXT="My custom message!"
25+
```
26+
27+
We enabled the Nuxt 4 upcoming directory structure, ESLint and the Nuxt Devtools for a great developer experience.
28+
29+
::callout{icon="i-simple-icons-github" color="gray"}
30+
The source code is open source and available on GitHub at [nuxt-hub/hello-edge](https://github.com/nuxt-hub/hello-edge).
31+
::
32+
33+
## Deploy with one-click
34+
35+
From now on, you can deploy this template to the Edge (globally, all over the world) with a single click directly from the [NuxtHub Admin](https://admin.hub.nuxt.com):
36+
37+
::video{poster="https://res.cloudinary.com/nuxt/video/upload/v1718664649/nuxthub/hello-edge-template_tfmkie.jpg" controls class="w-full h-auto"}
38+
:source{src="https://res.cloudinary.com/nuxt/video/upload/v1718664649/nuxthub/hello-edge-template_tfmkie.webm" type="video/webm"}
39+
:source{src="https://res.cloudinary.com/nuxt/video/upload/v1718664649/nuxthub/hello-edge-template_tfmkie.mp4" type="video/mp4"}
40+
:source{src="https://res.cloudinary.com/nuxt/video/upload/v1718664649/nuxthub/hello-edge-template_tfmkie.ogg" type="video/ogg"}
41+
::
42+
43+
::callout
44+
Checkout the demo of the project from the video at [vue.nuxt.dev](https://vue.nuxt.dev).
45+
::
46+
47+
::tip
48+
You can deploy this template on a free NuxtHub account and a free Cloudflare account.
49+
::
50+
51+
You can also visit [our templates page](/templates) to get started.

docs/content/4.changelog/server-cache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Server Cache UI
33
description: "It is now possible to manage your server cache with our new UI for Server Cache."
44
date: 2024-04-18
55
image: '/images/changelog/server-cache.png'
6+
category: Admin
67
authors:
78
- name: Sebastien Chopin
89
avatar:

docs/content/4.changelog/team-webhooks-env.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Webhooks Environment Selection
33
description: "It is now possible to select the environment to be notified about."
44
date: 2024-06-15
55
image: '/images/changelog/team-webhooks-env.png'
6+
category: Admin
67
authors:
78
- name: Sebastien Chopin
89
avatar:

docs/content/4.changelog/team-webhooks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Team Webhooks
33
description: "It is now possible to trigger webhooks for your team's projects when a new deployment is created."
44
date: 2024-05-22
55
image: '/images/changelog/team-webhooks.png'
6+
category: Admin
67
authors:
78
- name: Sebastien Chopin
89
avatar:

docs/pages/changelog/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ watch(() => arrivedState.bottom, () => {
119119
</NuxtLink>
120120

121121
<div class="flex flex-col">
122+
<div v-if="changelog.category" class="block mb-2">
123+
<UBadge :label="changelog.category" color="gray" variant="solid" />
124+
</div>
122125
<h2 class="text-3xl font-semibold">
123126
<NuxtLink :to="changelog._path" class="hover:underline underline-offset-4 decoration-1">
124127
{{ changelog.title }}
337 KB
Loading

0 commit comments

Comments
 (0)