This project is built to address the glaring problem of Sequelize's documentation.
The core principles of this project are simple:
- Consistency (of examples, patterns, style, etc)
- Information Hierarchy (In the order of: getting started, best practices, extra stuff)
- Fork
- Clone
- Install
docsify
$ npm i docsify-cli -g
- Navigate to the
/docs
directory - Run docsify
$ docsify serve .
- Make a new branch
- Make changes
- Submit pull request
- Yayerz