chore: invert setup chapters by making the quickstart the default and the other one "extended setup notes"

This commit is contained in:
Leonardo de Moura
2022-04-21 18:09:54 -07:00
parent 66c82dadc9
commit a5bf0d5ea5

View File

@@ -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)