We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049aac commit 8e0c8b3Copy full SHA for 8e0c8b3
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
run: bash ./build.sh
35
36
- name: Copy Javadocs into docs
37
- run: cp -r target/site/apidocs ./docs/.hyperbook/out/javadocs
+ run: cp -r target/apidocs ./docs/.hyperbook/out/javadocs
38
39
- name: Setup Pages
40
uses: actions/configure-pages@v5
docs/hyperbook.json
@@ -19,7 +19,7 @@
19
"links": [
20
{
21
"label": "JavaDoc",
22
- "href": "https://openpatch.github.io/scratch-for-java/"
+ "href": "/javadocs"
23
},
24
25
"label": "Contact",
0 commit comments