Skip to content

Commit 99ab65c

Browse files
Aggregated javadoc and docs URLs updates (#8171)
* Aggregated javadocs and docs URLs updates Uptake build-tools 4.0.2 - Use new helidon-javadoc-maven-pluging to generate aggregated javadocs - Use updated sitegen-maven-plugin to use proper SEO friendly URLs Refactor docs to docs/src/main/asciidoc - Added a README to document new steps for building and serving the docs locally Added a new top-level artifacts helidon-all that is a "bundle" for all Helidon artifacts - 1:1 with helidon-bom but as proper dependencies - Can be used for build-time tooling (E.g. aggregated javadocs, config docs processor, docker caching etc.) Fixed various javadoc warnings. Fixes #7870
1 parent ee65055 commit 99ab65c

File tree

368 files changed

+1613
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

368 files changed

+1613
-247
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Spotbugs
6060
run: etc/scripts/spotbugs.sh
6161
docs:
62-
timeout-minutes: 10
62+
timeout-minutes: 30
6363
runs-on: ubuntu-20.04
6464
steps:
6565
- uses: actions/checkout@v3
@@ -70,7 +70,7 @@ jobs:
7070
java-version: ${{ env.JAVA_VERSION }}
7171
cache: maven
7272
- name: Docs
73-
run: etc/scripts/site.sh
73+
run: etc/scripts/docs.sh
7474
build:
7575
timeout-minutes: 60
7676
strategy:

0 commit comments

Comments
 (0)