Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial hosted API documentation #125

Closed
pdavidc opened this issue Jul 27, 2017 · 1 comment
Closed

Initial hosted API documentation #125

pdavidc opened this issue Jul 27, 2017 · 1 comment
Assignees
Milestone

Comments

@pdavidc
Copy link
Contributor

pdavidc commented Jul 27, 2017

Establish hosted API documentation on the gh-pages branch. Push an initial static site containing API docs from the develop branch.

@pdavidc
Copy link
Contributor Author

pdavidc commented Jul 27, 2017

Initial documentation is live via this project's GitHub pages branch:
https://nasaworldwind.github.io/WorldWindAndroid/

git checkout develop
./gradlew build
cp -R worldwind/build/outputs/doc/javadoc ~
git checkout --orphan gh-pages
git rm -rf .
rm -rf * .idea .gradle .DS_Store
cp -R ~/javadoc/ .
git add -A
git commit -a -m "Initial hosted API documentation"
git push origin +gh-pages

@pdavidc pdavidc closed this as completed Jul 27, 2017
@ghost ghost removed the ready label Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant