Skip to content

Add prev next nav refs to install child #1991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions book/default_shell.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
prev:
text: Installing Nu
link: /book/installation.md
next:
text: Getting Started
link: /book/getting_started.md
---
# Default Shell

## Setting Nu as default shell on your terminal
Expand Down
3 changes: 3 additions & 0 deletions book/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
prev:
text: Default Shell
link: /book/default_shell.md
next:
text: Quick Tour
link: /book/quick_tour.md
Expand Down
5 changes: 5 additions & 0 deletions book/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
next:
text: Default Shell
link: /book/default_shell.md
---
# Installing Nu

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.
Expand Down