Skip to content

Instantly share code, notes, and snippets.

@rpocklin
Created October 17, 2014 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpocklin/d811531af48bb53a1791 to your computer and use it in GitHub Desktop.
Save rpocklin/d811531af48bb53a1791 to your computer and use it in GitHub Desktop.
Make rspec_api_documentation with apitome generate static HTML documentation (dirty but it works).
#!/bin/bash
wget -m http://localhost:3000/api/docs
mv localhost\:3000/ api-documentation
mv ./api-documentation/api/docs ./api-documentation/api/docs.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment