Skip to content

Add doc section and links to home page #1971

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 12, 2025
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ winget install nushell

After installing, launch Nu by typing `nu`.

## Documentation

* [Getting Started](/book/getting_started.html) guides you through getting familiar with Nushell
* [Coming to Nu](/book/coming_to_nu.html) describes similarities and differences to other languages and shells
* [Nu Fundamentals](/book/nu_fundamentals.html) is a more elaborate and structured description of the fundamentals
* [Programming in Nu](/book/programming_in_nu.html) describes Nu as a programming language
* [Nu as a Shell](/book/nu_as_a_shell.html) gives you insight into interactive functionality and configurability in a shell environment

## Community

Join us [on Discord](https://discord.gg/NtAbbGn) if you have any questions about Nu!
Expand Down