2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 11:08:11 -07:00

Javadocs tweaks

This commit is contained in:
Geert Bevin 2023-01-17 08:23:33 -05:00
parent 2540a76065
commit d0a25bf9dd
2 changed files with 9 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Deploy Javadocs to Pages name: javadocs-pages
on: on:
# Runs on pushes targeting the default branch # Runs on pushes targeting the default branch
@ -71,3 +71,8 @@ jobs:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v1 uses: actions/deploy-pages@v1
- name: Cleanup Gradle Cache
run: |
rm -f ~/.gradle/caches/modules-2/modules-2.lock
rm -f ~/.gradle/caches/modules-2/gc.properties

View file

@ -28,6 +28,8 @@ many Java conferences.
**This is a quick tutorial, the [full documentation](https://github.com/gbevin/rife2/wiki) **This is a quick tutorial, the [full documentation](https://github.com/gbevin/rife2/wiki)
contains a lot more information.** contains a lot more information.**
**The [RIFE2 Javadocs](https://gbevin.github.io/rife2/) complement the documentation with many more details.**
## Why RIFE2? ## Why RIFE2?
A frequently asked question is: "Why choose RIFE2 over other popular frameworks"? A frequently asked question is: "Why choose RIFE2 over other popular frameworks"?
@ -275,4 +277,4 @@ class HelloTest {
``` ```
**Read more in the [full documentation](https://github.com/gbevin/rife2/wiki).** **Read more in the [full documentation](https://github.com/gbevin/rife2/wiki) and [RIFE2 Javadocs](https://gbevin.github.io/rife2/).**