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
- Host: GitHub
- URL: https://github.com/nanobox-io/nanobox-docs
- Owner: nanobox-io
- License: mit
- Created: 2015-11-06T19:47:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T17:39:38.000Z (over 5 years ago)
- Last Synced: 2025-03-24T08:40:52.271Z (over 1 year ago)
- Topics: middleman, nanobox, nanobox-documentation, ruby, static-site
- Language: Haml
- Size: 20.6 MB
- Stars: 7
- Watchers: 7
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).