Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 351 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 351 Bytes

sequelize-doc

Starting the docs locally

git clone [email protected]:sequelize/sequelize-doc.git
cd sequelize-doc
npm install
npm start

Now open the browser on http://localhost:3000.

Creating new versions of the documentation

cp -rf views/docs/latest views/docs/.x.x.x

It will automatically appear in the list of versions.