Skip to content

Commit b1f2f58

Browse files
authored
Add doc section and links to home page (#1971)
Add links to the documentation sections, right after installation instructions, to guide users into them, and give them a short overview. The sections Design Notes and Advanced are not included here. They are not significant for new or unfamiliar users, and remain discoverable within the documentation book. Resolves #1952
1 parent ce4ea51 commit b1f2f58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ winget install nushell
5454

5555
After installing, launch Nu by typing `nu`.
5656

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

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

0 commit comments

Comments
 (0)