Skip to content

Instantly share code, notes, and snippets.

@xlfe
Created October 26, 2017 00:46
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 xlfe/e7ae12820aa7340d111089fac3fd482a to your computer and use it in GitHub Desktop.
Save xlfe/e7ae12820aa7340d111089fac3fd482a to your computer and use it in GitHub Desktop.
Bash script that generates a Kapeli Dash docset for the google-cloud-java API Docs
#!/bin/bash
wget http://kapeli.com/javadocset.zip
unzip javadocset.zip
wget https://github.com/GoogleCloudPlatform/google-cloud-java/archive/gh-pages.zip
unzip gh-pages.zip google-cloud-java-gh-pages/latest/apidocs/*
./javadocset google-cloud-java google-cloud-java-gh-pages/latest/apidocs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment