diff --git a/runtime/_data.ts b/runtime/_data.ts index 3e76dbaa5..e50c1694d 100644 --- a/runtime/_data.ts +++ b/runtime/_data.ts @@ -18,6 +18,10 @@ export const sidebar = [ title: "Setup your environment", href: "/runtime/getting_started/setup_your_environment/", }, + { + title: "Deno & VS Code", + href: "/runtime/reference/vscode/", + }, ], }, { @@ -61,6 +65,10 @@ export const sidebar = [ title: "Web development", href: "/runtime/fundamentals/web_dev/", }, + { + title: "JSX and React", + href: "/runtime/reference/jsx/", + }, { title: "HTTP Server", href: "/runtime/fundamentals/http_server/", @@ -197,10 +205,23 @@ export const sidebar = [ }, ], }, + ], + }, + { + title: "Deploying", + items: [ { - title: "Deploying your app", + title: "Overview", href: "/runtime/deploy/", }, + { + title: "Docker", + href: "/runtime/reference/docker/", + }, + { + title: "Continuous integration", + href: "/runtime/reference/continuous_integration/", + }, ], }, { @@ -237,7 +258,7 @@ export const sidebar = [ ], }, { - title: "Advanced", + title: "Runtime APIs", items: [ { title: "FFI", @@ -259,29 +280,18 @@ export const sidebar = [ title: "Loader hooks", href: "/runtime/reference/loader_hooks/", }, - { - title: "Lint plugins", - href: "/runtime/reference/lint_plugins/", - }, + ], + }, + { + title: "Build tooling", + items: [ { title: "Bundling", href: "/runtime/reference/bundling/", }, { - title: "Docker", - href: "/runtime/reference/docker/", - }, - { - title: "Continuous integration", - href: "/runtime/reference/continuous_integration/", - }, - { - title: "JSX and React", - href: "/runtime/reference/jsx/", - }, - { - title: "Deno & VS Code", - href: "/runtime/reference/vscode/", + title: "Lint plugins", + href: "/runtime/reference/lint_plugins/", }, ], },