Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 444 Bytes

Vectorly Documentation Builder

Set up

To get started, you will need to install MKdocs

apt-get install mkdocs

on Mac, use brew. On Windows, refer to the website for more info on installation

Edit

Everything should be written in Markdwn format in the .md files in the docs folder

Deploy

To build the documents, run mkdocs build

To upload to the server, run

grunt push