Created
October 26, 2017 00:46
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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