update TOC in readme
This commit is contained in:
parent
bdae6008a0
commit
8d3e678d73
32
README.md
32
README.md
|
@ -33,27 +33,27 @@ The engine has been designed with the following concepts in mind.
|
|||
|
||||
<!-- toc -->
|
||||
|
||||
- [I. Installation](#i-installation)
|
||||
* [I. Installation](#i-installation)
|
||||
* [1. Download and install the package](#1-download-and-install-the-package)
|
||||
- [II. Setup a project](#ii-setup-a-project)
|
||||
* [II. Setup a project](#ii-setup-a-project)
|
||||
* [1. Compilation configuration](#1-compilation-configuration)
|
||||
- [Example](#example)
|
||||
* [Example](#example)
|
||||
* [2. API Configuration](#2-api-configuration)
|
||||
- [Definition](#definition)
|
||||
+ [Input Arguments](#input-arguments)
|
||||
- [1. Input types](#1-input-types)
|
||||
- [2. Global Format](#2-global-format)
|
||||
- [3. Example](#3-example)
|
||||
* [Definition](#definition)
|
||||
* [Input Arguments](#input-arguments)
|
||||
* [1. Input types](#1-input-types)
|
||||
* [2. Global Format](#2-global-format)
|
||||
* [3. Example](#3-example)
|
||||
* [3. Controllers](#3-controllers)
|
||||
- [Plugin driver](#plugin-driver)
|
||||
- [Generic driver](#generic-driver)
|
||||
* [4. Middlewares](#4-middlewares)
|
||||
- [Plugin driver](#plugin-driver-1)
|
||||
- [Generic driver](#generic-driver-1)
|
||||
* [1. Plugin driver](#1-plugin-driver)
|
||||
* [2. Generic driver](#2-generic-driver)
|
||||
* [4. Middle-wares](#4-middle-wares)
|
||||
* [1. Plugin driver](#1-plugin-driver-1)
|
||||
* [2. Generic driver](#2-generic-driver-1)
|
||||
* [5. Type checkers](#5-type-checkers)
|
||||
- [Plugin driver](#plugin-driver-2)
|
||||
- [Generic driver](#generic-driver-2)
|
||||
- [III. Build your project](#iii-build-your-project)
|
||||
* [1. Plugin driver](#1-plugin-driver-2)
|
||||
* [2. Generic driver](#2-generic-driver-2)
|
||||
* [III. Build your project](#iii-build-your-project)
|
||||
* [IV. Main](#iv-main)
|
||||
* [V. Change Log](#v-change-log)
|
||||
|
||||
|
|
Loading…
Reference in New Issue