Skip to content

Commit

Permalink
docs(deploy): split runtimes from providers
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 28, 2023
1 parent 0cca7c9 commit 83feb6c
Show file tree
Hide file tree
Showing 26 changed files with 10 additions and 5 deletions.
Expand Up @@ -2,7 +2,7 @@
icon: ri:global-line
---

# Workers
# Edge Workers

Nitro provides out of the box support for deploying to Edge Workers.

Expand Down
1 change: 1 addition & 0 deletions docs/content/2.deploy/10.runtimes/_dir.yml
@@ -0,0 +1 @@
icon: codicon:run-all
@@ -1,3 +1,8 @@
---
icon: simple-icons:bun

---

# Bun

Run Nitro apps with [Bun](https://bun.sh/) runtime.
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/content/2.deploy/20.providers/_dir.yml
@@ -0,0 +1 @@
icon: tdesign:cloud
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docs/content/2.deploy/providers/_dir.yml

This file was deleted.

5 changes: 2 additions & 3 deletions docs/nuxt.config.ts
@@ -1,8 +1,7 @@
export default defineNuxtConfig({
extends: "@nuxt-themes/docus",
modules: ["@nuxtjs/plausible"],
alias: {
"micromark/lib/preprocess.js": "micromark",
"micromark/lib/postprocess.js": "micromark",
routeRules: {
"/deploy/node": { redirect: "/deploy/runtimes/node" },
},
});

0 comments on commit 83feb6c

Please sign in to comment.