* docs(core): describe every properties available in schema.json
The current Generator documentation is not completed. Thus,
I managed to describe every undocumented part of generator currently.
This document is referenced from a lot of current `schema.json`
and code of it. Thanks a lot! :D
- Overview
- Description
- Examples
* docs(misc): add the instruction when out of memory
Added a new section: "When occurred `JavaScript heap out of memory`"
Also fixed some lint issues indicated by `markdownlint`.
* fix(misc): grammars
Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
* docs(core): more complete Generator
- correct grammars errors
- complete most the WIP part
- remove `items` since I didn't find any example of it
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-Authored-By: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>
* docs(core): correct the format
Co-authored-by: isaacplmann <isaacplmann@users.noreply.github.com>
Co-authored-by: Jonathan Cammisuli <Cammisuli@users.noreply.github.com>