chore: invert setup chapters by making the quickstart the default and the other one "extended setup notes"
This commit is contained in:
parent
66c82dadc9
commit
a5bf0d5ea5
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
- [What is Lean](./whatIsLean.md)
|
||||
- [Tour of Lean](./tour.md)
|
||||
- [Setting Up Lean](./setup.md)
|
||||
- [Quickstart](./quickstart.md)
|
||||
- [Setting Up Lean](./quickstart.md)
|
||||
- [Extended Setup Notes](./setup.md)
|
||||
- [Theorem Proving in Lean](./tpil.md)
|
||||
- [Examples](./examples.md)
|
||||
- [Palindromes](examples/palindromes.lean.md)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue