/docs

Source repo for Cloud Scripting Documentation

Primary LanguageJavaScript

Staging the docs on local machine

  1. Clone this repo and run installation script:
git clone https://github.com/cloudscripting/docs.git
cd docs
sudo ./install.sh
  1. To run the docs, issue the following command:
mkdocs serve 

MkDocs incrementally rebuilds the site each time a file changes. You can keep your browser open to http://localhost:8000/ and refresh to see the changes.
Use CTRL+C to stop the server and get the command prompt back.