Skip to content

Commit

Permalink
docs: add stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
smarroufin committed Feb 22, 2024
1 parent 1a52416 commit 0b4b9c3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
14 changes: 13 additions & 1 deletion docs/content/1.getting-started/3.deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ From here, you can either create your project in the admin or with the CLI.

#### Admin

::callout
Documentation coming soon.
::

<!-- TODO -->

#### CLI
Expand All @@ -47,12 +51,20 @@ This command will:
2. Link your local project with a NuxtHub project, if not already linked
- Select a team
- Select or create a project
3. ?
3.

::callout
Documentation coming soon.
::

<!-- TODO -->

## On your own

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

::callout
Documentation coming soon.
::

<!-- TODO -->
4 changes: 4 additions & 0 deletions docs/content/2.usage/2.kv.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Once properly configured, NuxtHub module exposes a server composable to the appl
## `useKV()`

Server composable that returns a [Storage](https://unstorage.unjs.io/getting-started/usage#interface){target=_blank}.

::callout
Documentation coming soon.
::
4 changes: 4 additions & 0 deletions docs/content/2.usage/4.analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ NuxtHub Analytics is a layer to [Cloudflare Workers Analytics Engine](https://de
Once properly configured, NuxtHub module exposes a server composable to the application.

## `useAnalytics()`

::callout
Documentation coming soon.
::
4 changes: 1 addition & 3 deletions docs/content/3.recipes/1.validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:

## Blob

To enhance your development experience with blobs, here are some utils:
To enhance your DX with blobs, here are some utils:

### `ensureBlob()`

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

Throws an error if `file` doesn't meet the requirements.

<!-- TODO -->

0 comments on commit 0b4b9c3

Please sign in to comment.