add readme TOC (table of contents)

This commit is contained in:
Adrien Marquès 2018-07-11 19:13:15 +02:00
parent 4264a10891
commit e13732c381
1 changed files with 16 additions and 6 deletions

View File

@ -21,12 +21,22 @@ This framework is based over some of the following concepts.
> A working example is available [here](https://git.xdrm.io/example/aicra)
#### Table of contents
<!-- toc -->
[TOC]
- [I. Installation](#i-installation)
* [1. Download and install the package](#1-download-and-install-the-package)
* [2. Compile the command-line builder](#2-compile-the-command-line-builder)
- [II. Setup a project](#ii-setup-a-project)
* [1. Configuration](#1-configuration)
* [2. Controllers](#2-controllers)
* [3. Middlewares](#3-middlewares)
* [4. Custom types](#4-custom-types)
- [III. Build your project](#iii-build-your-project)
- [IV. Main](#iv-main)
- [V. Change Log](#v-change-log)
<!-- tocstop -->
#### I. Installation