update javadoc
4643 files changed
tree: 27ecebd431cdb8f7b0d29fd4667ee7c40334ebe3
  1. _data/
  2. _docs/
  3. _includes/
  4. _layouts/
  5. _pages/
  6. _posts/
  7. _sass/
  8. apidocs/
  9. assets/
  10. content/
  11. css/
  12. fonts/
  13. img/
  14. js/
  15. resources/
  16. .gitignore
  17. .ruby-version
  18. 404.html
  19. _config.yml
  20. allposts.html
  21. favicon.ico
  22. Gemfile
  23. Gemfile.lock
  24. index.html
  25. LICENSE
  26. publish.sh
  27. README.md
  28. search.json
README.md

Jekyll Doc Theme

Go to the website for detailed information and demo.

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# go to `docs` folder
# install & run jekyll with dependencies
bundle install
bundle exec jekyll serve

Filling up documents

You can find the docs under _docs and the metadata under the _data folder.

Jekyll stuff

You can find Jekyll introduction docs below:

Jekyll Docs

License

Released under the MIT license.