Skip to content

Commit 8a8ea20

Browse files
authored
Add prev next nav refs to install child (#1991)
1 parent 432945a commit 8a8ea20

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

book/default_shell.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
prev:
3+
text: Installing Nu
4+
link: /book/installation.md
5+
next:
6+
text: Getting Started
7+
link: /book/getting_started.md
8+
---
19
# Default Shell
210

311
## Setting Nu as default shell on your terminal

book/getting_started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
prev:
3+
text: Default Shell
4+
link: /book/default_shell.md
25
next:
36
text: Quick Tour
47
link: /book/quick_tour.md

book/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
next:
3+
text: Default Shell
4+
link: /book/default_shell.md
5+
---
16
# Installing Nu
27

38
There are lots of ways to get Nu up and running. You can download pre-built binaries from our [release page](https://github.com/nushell/nushell/releases), [use your favourite package manager](https://repology.org/project/nushell/versions), or build from source.

0 commit comments

Comments
 (0)