docs: add TOC to tutorial

This commit is contained in:
Valerio Ageno
2024-06-15 14:24:41 +02:00
parent e0fc19ecaf
commit e21b80a5d8
+14
View File
@@ -6,6 +6,20 @@ The first part is about the project setup and the base knowledge needed to work
> If you prefer to see directly the final outcome check out the [tutorial source](https://github.com/Valerioageno/tuono/tree/main/examples/tutorial).
## Table of Content
* [Tuono tutorial](#tuono-tutorial)
* [Installation](#installation)
* [Project scaffold](#project-scaffold)
* [Start the dev environment](#start-the-dev-environment)
* [The “/” route](#the--route)
* [Tutorial introduction](#tutorial-introduction)
* [Fetch all the pokemons](#fetch-all-the-pokemons)
* [Create a stand-alone component](#create-a-stand-alone-component)
* [Create the /pokemons/[pokemon] route](#create-the-pokemonspokemon-route)
* [Error handling](#error-handling)
* [Conclusion](#conclusion)
## Installation
The tuono CLI is hosted on [crates.io](https://crates.io/crates/tuono); to download and install it just run on a terminal: