Skip to content

Commit 0b4b9c3

Browse files
committed
docs: add stubs
1 parent 1a52416 commit 0b4b9c3

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

docs/content/1.getting-started/3.deploy.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ From here, you can either create your project in the admin or with the CLI.
2525

2626
#### Admin
2727

28+
::callout
29+
Documentation coming soon.
30+
::
31+
2832
<!-- TODO -->
2933

3034
#### CLI
@@ -47,12 +51,20 @@ This command will:
4751
2. Link your local project with a NuxtHub project, if not already linked
4852
- Select a team
4953
- Select or create a project
50-
3. ?
54+
3.
55+
56+
::callout
57+
Documentation coming soon.
58+
::
5159

5260
<!-- TODO -->
5361

5462
## On your own
5563

5664
Even if you don't want to use NuxtHub admin, you can use the NuxtHub module.
5765

66+
::callout
67+
Documentation coming soon.
68+
::
69+
5870
<!-- TODO -->

docs/content/2.usage/2.kv.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ Once properly configured, NuxtHub module exposes a server composable to the appl
1212
## `useKV()`
1313

1414
Server composable that returns a [Storage](https://unstorage.unjs.io/getting-started/usage#interface){target=_blank}.
15+
16+
::callout
17+
Documentation coming soon.
18+
::

docs/content/2.usage/4.analytics.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ NuxtHub Analytics is a layer to [Cloudflare Workers Analytics Engine](https://de
1010
Once properly configured, NuxtHub module exposes a server composable to the application.
1111

1212
## `useAnalytics()`
13+
14+
::callout
15+
Documentation coming soon.
16+
::

docs/content/3.recipes/1.validation.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55

66
## Blob
77

8-
To enhance your development experience with blobs, here are some utils:
8+
To enhance your DX with blobs, here are some utils:
99

1010
### `ensureBlob()`
1111

@@ -38,5 +38,3 @@ export default eventHandler(async (event) => {
3838
Returns nothing.
3939

4040
Throws an error if `file` doesn't meet the requirements.
41-
42-
<!-- TODO -->

0 commit comments

Comments
 (0)