Skip to content

cloudant-labs/slate

 
 

Repository files navigation

docs.cloudant.com

Build Status

The Cloudant documentation, built using slate. Check it out here.

For more info on how the documentation works, see the Slate wiki.

Install

If you want to work on the docs locally, install Ruby and bundler, then do this:

git clone [email protected]:cloudant-labs/slate.git
cd slate
bundle install
bundle exec middleman server

Alternatively, you can use Vagrant and Virtualbox to set up a development environment. Once Vagrant and Virtualbox have been installed, run

git clone [email protected]:cloudant-labs/slate.git
cd slate
sudo vagrant up

In both cases, your docs site will be reachable at http://localhost:4567/.

Note that the search bar will not work locally because it uses Cloudant's search handler.

Contribute

The Cloudant documentation is updated whenever the master branch of this repository sees a new commit, thanks to Travis and CouchApp. So, to contribute changes to the docs, just make a pull request! You can find all the copy in the intro or in the includes directory.

For more details on what we expect from contributions, see CONTRIBUTING.MD.

Happy hacking!

License

MIT, yo.

About

The Cloudant Documentation, built with Slate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • HTML 5.1%
  • CSS 3.4%
  • CoffeeScript 1.1%
  • Python 0.4%
  • Shell 0.2%
  • Other 0.3%