An open API service indexing awesome lists of open source software.

https://github.com/nanobox-io/nanobox-docs

Nanobox Documentation
https://github.com/nanobox-io/nanobox-docs

middleman nanobox nanobox-documentation ruby static-site

Last synced: about 1 year ago
JSON representation

Nanobox Documentation

Awesome Lists containing this project

README

          

# Nanobox Documentation

This repo house all of the documentation for [Nanobox](https://nanobox.io). These docs are built in [Middleman](https://middlemanapp.com/).

## Up and Running
```bash
# 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.

### Contributing
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](https://docs.nanobox.io/contributing/).