To setup and build docs locally the following software needs to be installed once
Instructions for Mac OS
To view the documentation site locally, you need to clone this repository:
git clone https://github.com/cdapio/cdap-docs.git
cd cdap-docs
Then to view the docs in your browser, run Hugo and open up the link:
▶ hugo server
Started building sites ...
.
.
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop