Skip to content

Commit 5e3b5e5

Browse files
committed
chore: update docs
1 parent 1d8b389 commit 5e3b5e5

File tree

7 files changed

+29
-1
lines changed

7 files changed

+29
-1
lines changed

docs/1.guide/1.index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ icon: ph:book-open-duotone
88
99
## Overview
1010

11-
h3 (short for HTTP) is a lightweight and [composable](/utils) server framework for JavaScript that is designed to
11+
h3 (short for HTTP, pronounced as /eɪtʃθriː/, like h-3) is a lightweight and [composable](/utils) server framework for JavaScript that is designed to
1212
work with various javascript runtimes through [adapters](/adapters).
1313

14+
::read-more{to="https://nitro.unjs.io"}
15+
Check out [Nitro](https://nitro.unjs.io) for a full featured server toolkit.
16+
::
17+
1418
## Quick Start
1519

1620
Create a new file `app.ts` (or `app.js`):

docs/1.guide/2.app.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: ic:baseline-bolt
3+
---
4+
15
# App Instance
26

37
> App instance is the core of a h3 server.

docs/1.guide/2.event-handler.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: fluent:target-24-regular
3+
---
4+
15
# Event Handler
26

37
> Event handler define application logic.

docs/1.guide/4.event.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: material-symbols-light:data-object
3+
---
4+
15
# Event Object
26

37
> Event object carries an incoming request and context.

docs/1.guide/5.router.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: solar:route-linear
3+
---
4+
15
# Router
26

37
> Split your application using routes.

docs/1.guide/99.nightly.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: ph:moon
3+
---
4+
15
# Nightly Builds
26

37
You can opt-in to early test latest h3 changes using automated nightly release channel.

docs/3.adapters/0.index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ icon: codicon:run-all
99
The [app instance](/guide/app) of h3 is lightweight without any logic about runtime it is going to run.
1010
Using h3 adapters, we can easily integrate server with each runtime.
1111

12+
::read-more{to="https://nitro.unjs.io"}
13+
Check out [Nitro](https://nitro.unjs.io) for a full featured server toolkit and more deployment options.
14+
::
15+
1216
There are 3 base adapters:
1317

1418
- [Node.js](/adapters/node)

0 commit comments

Comments
 (0)