Skip to content

Commit

Permalink
website: navigation update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorg committed Nov 18, 2023
1 parent afe8e59 commit 592ca0c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
1 change: 0 additions & 1 deletion docs/user-guide/interactive-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ to what one expects from an IDE.
Syntax highlighting can be disabled by running:

```
config set shell syntax-highlighting off
```

Expand Down
6 changes: 4 additions & 2 deletions gen/root/README.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ heroImage: murex-logo-shell.svg?v={{ env "COMMITHASHSHORT" }}
heroText: Murex.Rocks
tagline: An intuitive, typed and content aware shell for the 2020s and beyond.
actions:
- text: Getting Started 💡
- text: Language Tour 💡
link: tour/
type: primary
- text: Rosetta Stone 🪨
link: user-guide/rosetta-stone/
- text: Builtins 📔
- text: Builtins 🧱
link: commands/
- test: Interactive Shell 🐚
link: user-guide/interactive-shell/

highlights:
- header: A Modern shell for the rest of us
Expand Down
1 change: 0 additions & 1 deletion gen/user-guide/interactive-shell.inc.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ to what one expects from an IDE.
Syntax highlighting can be disabled by running:

```
config set shell syntax-highlighting off
```

Expand Down
6 changes: 5 additions & 1 deletion gen/vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ export default navbar([
prefix: "/",
children: [
{ text: "Install", link: "install.html", icon: "arrow-down" },
{ text: "Getting Started", link: "tour.html", icon: "life-ring" },
{ text: "Language Tour", link: "tour.html", icon: "life-ring" },
{ text: "Rosetta Stone", link: "user-guide/rosetta-stone.html", icon: "language" },
{ text: "User Guide", link: "user-guide/", icon: "book" },
{ text: "Operators And Tokens", link: "parser/", icon: "equals" },
{ text: "Builtins", link: "commands/", icon: "terminal" },
{ text: "Variables", link: "variables/", icon: "dollar" },
{ text: "Data Types", link: "types/", icon: "table" },
{ text: "Events", link: "events/", icon: "bolt" },
],
},
],
Expand Down
16 changes: 8 additions & 8 deletions gen/vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default sidebar({
{ text: "Rosetta Stone", link: "user-guide/rosetta-stone.html", icon: "language" },
"/contributing",
],
collapsible: false,
collapsible: true,
},
{
text: "User Guide",
Expand Down Expand Up @@ -44,6 +44,13 @@ export default sidebar({
children: "structure",
collapsible: true,
},
{
text: "Variables",
icon: "dollar",
prefix: "variables/",
children: "structure",
collapsible: true,
},
{
text: "Data Types",
icon: "table",
Expand All @@ -58,13 +65,6 @@ export default sidebar({
children: "structure",
collapsible: true,
},
{
text: "Variables",
icon: "dollar",
prefix: "variables/",
children: "structure",
collapsible: true,
},
{
text: "API Reference",
icon: "gears",
Expand Down

0 comments on commit 592ca0c

Please sign in to comment.