Skip to content

Commit 8e44e65

Browse files
authored
Update labels in TOC
1 parent d0a8b39 commit 8e44e65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default defineConfig({
7272
items: [
7373
{ label: "Introducing Nemo", slug: "intro/welcome" },
7474
{ label: "Ways of using Nemo", slug: "intro/usage" },
75-
{ label: "Rule Language", slug: "intro/tour" },
75+
{ label: "Rule language", slug: "intro/tour" },
7676
{ label: "Nemo examples", slug: "intro/examples" },
7777
{ label: "Nemo research", slug: "intro/research" },
7878
],
@@ -84,7 +84,7 @@ export default defineConfig({
8484
{ label: "Nemo in the browser", slug: "installation/browser" },
8585
{ label: "Installation", slug: "installation/install" },
8686
{ label: "Command Line", slug: "installation/cli" },
87-
{ label: "Wasm Integration", slug: "installation/wasm" },
87+
{ label: "Wasm integration", slug: "installation/wasm" },
8888
{ label: "Python API", slug: "installation/python" },
8989
{ label: "Rust API", slug: "installation/rust" },
9090
],
@@ -94,9 +94,9 @@ export default defineConfig({
9494
items: [
9595
{ label: "Import", slug: "reference/imports" },
9696
{ label: "Export", slug: "reference/exports" },
97-
{ label: "Builtin Functions", slug: "reference/builtins" },
97+
{ label: "Built-in functions", slug: "reference/builtins" },
9898
{ label: "Datatypes", slug: "reference/datatypes" },
99-
{ label: "Attributes", slug: "reference/attributes" },
99+
{ label: "Comments and attributes", slug: "reference/attributes" },
100100
{ label: "Aggregates", slug: "reference/aggregates" },
101101
],
102102
},

0 commit comments

Comments
 (0)