mirror of
https://github.com/ethauvin/rife2.git
synced 2025-05-01 11:08:11 -07:00
Javadocs tweaks
This commit is contained in:
parent
2540a76065
commit
d0a25bf9dd
2 changed files with 9 additions and 2 deletions
7
.github/workflows/pages.yml
vendored
7
.github/workflows/pages.yml
vendored
|
@ -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
|
|
@ -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/).**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue