No description
| .github | ||
| lib | ||
| source | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| config.rb | ||
| deploy.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| font-selection.json | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| README.md | ||
| Vagrantfile | ||
Adafruit IO API Documentation
Repository of documentation for Adafruit IO's HTTP and MQTT API.
Contributing
Contributions are welcome!
Building locally
To build this project locally:
-
Fork this repository on GitHub.
-
Clone your forked repository:
git clone git@github.com:YOURUSERNAME/Adafruit_IO_Documentation.git
-
cd Adafruit_IO_Documentation -
Next, you can initialize and start Slate. You can either do this with Docker or Vagrant.
using Docker
To run Slate:
docker-compose up
The API documentation will be located at http://localhost:4567/
Building a static copy of the documentation into build:
docker run --rm -v $PWD:/usr/src/app/source -w /usr/src/app/source slate_app bundle exec middleman build --clean
using Vagrant
To run slate:
vagrant up.
This project is based on slate.