mirror of https://github.com/rwf2/Rocket.git
parent
6e5568a155
commit
dfea521eb6
|
@ -14,8 +14,7 @@ aspect of Rocket. The sections are:
|
||||||
- **[Introduction](introduction/):** introduces Rocket and its philosophy.
|
- **[Introduction](introduction/):** introduces Rocket and its philosophy.
|
||||||
- **[Quickstart](quickstart/):** presents the minimal steps necessary to
|
- **[Quickstart](quickstart/):** presents the minimal steps necessary to
|
||||||
run your first Rocket application.
|
run your first Rocket application.
|
||||||
- **[Upgrading from v0.4](upgrading-from-0.4/):** a migration guide from v0.4
|
- **[Upgrading from v0.4](upgrading/):** a migration guide from v0.4 to v0.5.
|
||||||
to v0.5.
|
|
||||||
- **[Getting Started](getting-started/):** a gentle introduction to getting
|
- **[Getting Started](getting-started/):** a gentle introduction to getting
|
||||||
your first Rocket application running.
|
your first Rocket application running.
|
||||||
- **[Overview](overview/):** describes the core concepts of Rocket.
|
- **[Overview](overview/):** describes the core concepts of Rocket.
|
||||||
|
@ -28,7 +27,7 @@ aspect of Rocket. The sections are:
|
||||||
- **[Testing](testing/):** how to unit and integration test a Rocket
|
- **[Testing](testing/):** how to unit and integration test a Rocket
|
||||||
application.
|
application.
|
||||||
- **[Configuration](configuration/):** how to configure a Rocket application.
|
- **[Configuration](configuration/):** how to configure a Rocket application.
|
||||||
- **[Pastebin Tutorial](pastebin/):** a tutorial on how to create a pastebin
|
- **[Pastebin Tutorial](pastebin-tutorial/):** a tutorial creating a pastebin
|
||||||
with Rocket.
|
with Rocket.
|
||||||
- **[Conclusion](conclusion/):** concludes the guide and discusses next steps
|
- **[Conclusion](conclusion/):** concludes the guide and discusses next steps
|
||||||
for learning.
|
for learning.
|
||||||
|
|
Loading…
Reference in New Issue