From e21b80a5d88f1e07cc1c1902a326236a5c68d2e4 Mon Sep 17 00:00:00 2001 From: Valerio Ageno Date: Sat, 15 Jun 2024 14:24:41 +0200 Subject: [PATCH] docs: add TOC to tutorial --- docs/tutorial.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index ad03e37e..ca6246bf 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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: