From e78fa791b8a1a87f8a2114a9d511b9d805e224e3 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Thu, 24 Jul 2025 21:00:34 +0200 Subject: [PATCH] Add prev next nav refs to install child --- book/default_shell.md | 8 ++++++++ book/getting_started.md | 3 +++ book/installation.md | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/book/default_shell.md b/book/default_shell.md index 7c8661494e5..c8d58cec368 100644 --- a/book/default_shell.md +++ b/book/default_shell.md @@ -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 diff --git a/book/getting_started.md b/book/getting_started.md index c5d8e925643..90f79cd1b43 100644 --- a/book/getting_started.md +++ b/book/getting_started.md @@ -1,4 +1,7 @@ --- +prev: + text: Default Shell + link: /book/default_shell.md next: text: Quick Tour link: /book/quick_tour.md diff --git a/book/installation.md b/book/installation.md index f934d843cef..bb88d2cf0ce 100644 --- a/book/installation.md +++ b/book/installation.md @@ -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.