This repo house all of the documentation for Nanobox. These docs are built in Middleman.
# clone the project
git clone https://github.com/nanobox-io/nanobox-docs.git
# cd into nanobox-docs
cd nanobox-docs
# add a dns alias for the dev docs
nanobox dns add local docs.nanobox.local
# run the app
nanobox run middleman
The docs will be available in your browser at docs.nanobox.local:4567
and will live-reload as changes are made.
Contributions to the Nanobox documentation are welcome and encouraged. We realize the majority of fixes will mainly be typos and we appreciate the additional eyes. To submit contributions to the docs, please follow the Nanobox Contribution Process & Guidelines.