Skip to content

Commit

Permalink
docs: remove nightly notice
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 14, 2024
1 parent 093c1f8 commit 39bc3f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/1.guide/10.tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ icon: codicon:run-all
## Opt-in to the experimental feature

> [!IMPORTANT]
> Tasks support is currently experimental and available in [nightly channel](/guide/nightly).
> Tasks support is currently experimental.
> See [unjs/nitro#1974](https://github.com/unjs/nitro/issues/1974) for the relevant discussion.
In order to tasks API you need to enable experimental feature flag.
Expand Down
3 changes: 1 addition & 2 deletions docs/1.guide/3.websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Nitro natively supports runtime agnostic [WebSocket](https://developer.mozilla.o
## Opt-in to the experimental feature

> [!IMPORTANT]
> WebSockets support is currently experimental and available in [nightly channel](/guide/nightly).
> See [unjs/nitro#2171](https://github.com/unjs/nitro/issues/2171) for platform support status.
> WebSockets support is currently experimental. See [unjs/nitro#2171](https://github.com/unjs/nitro/issues/2171) for platform support status.
In order to enable websocket support you need to enable the experimental `websocket` feature flag.

Expand Down
2 changes: 1 addition & 1 deletion docs/1.guide/5.database.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The default database connection is **preconfigured** with [SQLite](https://db0.u
## Opt-in to the experimental feature

> [!IMPORTANT]
> Database support is currently experimental and available in [nightly channel](/guide/nightly).
> Database support is currently experimental.
> Refer to the [db0 issues](https://github.com/unjs/db0/issues) for status and bug report.
In order to enable database layer you need to enable experimental feature flag.
Expand Down

0 comments on commit 39bc3f2

Please sign in to comment.