Skip to content

Commit 1d8b389

Browse files
committed
chore: update docs
1 parent c8aa150 commit 1d8b389

25 files changed

+71
-3
lines changed

docs/.config/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description:
55
H(TTP) server framework built for high performance and portability running
66
in any JavaScript runtime.
77
github: unjs/h3
8+
themeColor: amber
89
url: https://h3.unjs.io
910
# automd: true # HMR seems unstable
1011
redirects: {}

docs/1.guide/1.index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: ph:book-open-duotone
3+
---
4+
15
# Getting Started
26

37
> Getting started with h3
File renamed without changes.

docs/2.utils/0.index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Composable Utils
1+
---
2+
icon: ph:function-bold
3+
---
4+
5+
# Utils
26

37
> Keep your severs light and fast with composables.
48

docs/2.utils/1.request.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:input
3+
---
4+
15
# Request
26

37
> Utilities to access incoming request

docs/2.utils/2.reponse.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:output
3+
---
4+
15
# Response
26

37
> Utilities to send response headers and data

docs/2.utils/98.advanced.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: mingcute:plus-line
3+
---
4+
15
# Advanced
26

37
> More utilities

docs/2.utils/99.community.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: lets-icons:external
3+
---
4+
15
# Community
26

37
> Utils from community 💛

docs/3.adapters/0.index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Runtime Adapters
1+
---
2+
icon: codicon:run-all
3+
---
4+
5+
# Adapters
26

37
> Run h3 everywhere using adapters.
48

docs/3.adapters/1.node.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
icon: akar-icons:node-fill
3+
---
4+
15
# Node.js
26

37
> Natively run h3 servers with Node.js.

0 commit comments

Comments
 (0)