From 7e84730daa2e09286640b28c36a8ab627298268a Mon Sep 17 00:00:00 2001 From: Philippe Ndiaye Date: Sun, 28 May 2023 18:08:03 +0200 Subject: [PATCH] add table of content for better documentation discovery --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a796ae..babdf0ab 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,17 @@ Factories simplify the process of testing, making you more efficient and your te ## Getting Started -Check out the [Quick Start](quick-start.md) documentation to get started. +Check out the [Quick Start](docs/quick-start.md) documentation to get started. + +## Table of content + +- [Overview](docs/overview.md) +- [Quick Start](docs/quick-start.md) +- [Setup](docs/setup.md) +- [Defining factories](docs/defining-factories.md) +- [Using factories](docs/using-factories.md) +- [Mocking the store](docs/using-mock-methods.md) +- [Advanced](docs/advanced.md) ## Questions / Get in Touch