Skip to content

Commit 2cfcf4e

Browse files
committed
docs: split runtime guides into Guides + Advanced groups
1 parent 9acf312 commit 2cfcf4e

1 file changed

Lines changed: 46 additions & 41 deletions

File tree

runtime/_data.ts

Lines changed: 46 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -44,41 +44,59 @@ export const sidebar = [
4444
href: "/runtime/fundamentals/testing/",
4545
},
4646
{
47-
title: "Testing code in docs",
48-
href: "/runtime/reference/documentation/",
47+
title: "Linting and formatting",
48+
href: "/runtime/fundamentals/linting_and_formatting/",
4949
},
5050
{
5151
title: "Debugging",
5252
href: "/runtime/fundamentals/debugging/",
5353
},
54+
],
55+
},
56+
{
57+
title: "Concepts",
58+
items: [
5459
{
55-
title: "Linting and formatting",
56-
href: "/runtime/fundamentals/linting_and_formatting/",
60+
title: "TypeScript",
61+
href: "/runtime/fundamentals/typescript/",
5762
},
5863
{
59-
title: "Continuous integration",
60-
href: "/runtime/reference/continuous_integration/",
64+
title: "Node",
65+
href: "/runtime/fundamentals/node/",
6166
},
6267
{
63-
title: "Docker",
64-
href: "/runtime/reference/docker/",
68+
title: "Security",
69+
href: "/runtime/fundamentals/security/",
6570
},
6671
{
67-
title: "Bundling",
68-
href: "/runtime/reference/bundling/",
72+
title: "Modules and dependencies",
73+
href: "/runtime/fundamentals/modules/",
6974
},
7075
{
71-
title: "Using JSX and React",
72-
href: "/runtime/reference/jsx/",
76+
title: "Configuration",
77+
href: "/runtime/fundamentals/configuration/",
7378
},
7479
{
75-
title: "WebAssembly",
76-
href: "/runtime/reference/wasm/",
80+
title: "Workspaces",
81+
href: "/runtime/fundamentals/workspaces/",
7782
},
83+
{
84+
title: "Stability and releases",
85+
href: "/runtime/fundamentals/stability_and_releases/",
86+
},
87+
],
88+
},
89+
{
90+
title: "Advanced",
91+
items: [
7892
{
7993
title: "FFI",
8094
href: "/runtime/fundamentals/ffi/",
8195
},
96+
{
97+
title: "WebAssembly",
98+
href: "/runtime/reference/wasm/",
99+
},
82100
{
83101
title: "Cron",
84102
href: "/runtime/fundamentals/cron/",
@@ -96,45 +114,32 @@ export const sidebar = [
96114
href: "/runtime/reference/lint_plugins/",
97115
},
98116
{
99-
title: "Deno & VS Code",
100-
href: "/runtime/reference/vscode/",
101-
},
102-
{
103-
title: "Migration guide",
104-
href: "/runtime/reference/migration_guide/",
105-
},
106-
],
107-
},
108-
{
109-
title: "Concepts",
110-
items: [
111-
{
112-
title: "TypeScript",
113-
href: "/runtime/fundamentals/typescript/",
117+
title: "Bundling",
118+
href: "/runtime/reference/bundling/",
114119
},
115120
{
116-
title: "Node",
117-
href: "/runtime/fundamentals/node/",
121+
title: "Docker",
122+
href: "/runtime/reference/docker/",
118123
},
119124
{
120-
title: "Security",
121-
href: "/runtime/fundamentals/security/",
125+
title: "Continuous integration",
126+
href: "/runtime/reference/continuous_integration/",
122127
},
123128
{
124-
title: "Modules and dependencies",
125-
href: "/runtime/fundamentals/modules/",
129+
title: "Using JSX and React",
130+
href: "/runtime/reference/jsx/",
126131
},
127132
{
128-
title: "Configuration",
129-
href: "/runtime/fundamentals/configuration/",
133+
title: "Testing code in docs",
134+
href: "/runtime/reference/documentation/",
130135
},
131136
{
132-
title: "Workspaces",
133-
href: "/runtime/fundamentals/workspaces/",
137+
title: "Deno & VS Code",
138+
href: "/runtime/reference/vscode/",
134139
},
135140
{
136-
title: "Stability and releases",
137-
href: "/runtime/fundamentals/stability_and_releases/",
141+
title: "Migration guide",
142+
href: "/runtime/reference/migration_guide/",
138143
},
139144
],
140145
},

0 commit comments

Comments
 (0)