The sequelize documentation is divided in two parts:
The tutorials, written in markdown, are located at the website repository.
To generate the API reference locally, run yarn docs
and open the generated .typedoc-build/index.html
in your favorite browser.
The whole documentation is rendered using Docusaurus and continuously deployed to https://sequelize.org. See the website repository for more information.