Skip to content

Commit

Permalink
Merge pull request #1286 from DependencyTrack/repo-meta-config-docs
Browse files Browse the repository at this point in the history
Enrich repo-meta-analyzer configuration with annotations for docs generation
  • Loading branch information
nscuro authored May 29, 2024
2 parents 7df223c + d0969d6 commit 44ee667
Show file tree
Hide file tree
Showing 5 changed files with 888 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/update-config-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ jobs:
--template ./scripts/config-docs.md.peb
--output ./docs/reference/configuration/mirror-service.md
./mirror-service/src/main/resources/application.properties
- name: Generate Repository Metadata Analyzer Documentation
uses: jbangdev/jbang-action@74844c9631cf1f35650427323e9bb3ffa41dfbd9 # tag=v0.115.0
with:
script: ./scripts/GenerateConfigDocs.java
scriptargs: >-
--template ./scripts/config-docs.md.peb
--output ./docs/reference/configuration/repo-meta-analyzer.md
./repository-meta-analyzer/src/main/resources/application.properties
# TODO: Add script invocations for the other services here!
- name: Create Pull Request
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # tag=v6.0.5
Expand Down
Loading

0 comments on commit 44ee667

Please sign in to comment.