Update to antora-ui-spring v0.3.1
- Adds GitHub Project Link - Adds Stackoverflow Link - Adds Related Documentation links
This commit is contained in:
parent
bcdd981578
commit
1485ad6951
|
@ -21,6 +21,7 @@ content:
|
|||
start_path: docs
|
||||
asciidoc:
|
||||
attributes:
|
||||
page-stackoverflow-url: https://stackoverflow.com/tags/spring-security
|
||||
page-pagination: ''
|
||||
hide-uri-scheme: '@'
|
||||
tabs-sync-option: '@'
|
||||
|
@ -33,7 +34,7 @@ urls:
|
|||
redirect_facility: httpd
|
||||
ui:
|
||||
bundle:
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.0/ui-bundle.zip
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.1/ui-bundle.zip
|
||||
snapshot: true
|
||||
runtime:
|
||||
log:
|
||||
|
|
|
@ -20,6 +20,7 @@ content:
|
|||
worktrees: true
|
||||
asciidoc:
|
||||
attributes:
|
||||
page-stackoverflow-url: https://stackoverflow.com/tags/spring-security
|
||||
hide-uri-scheme: '@'
|
||||
page-pagination: ''
|
||||
primary-site-url: https://docs.spring.io/spring-security/reference
|
||||
|
@ -34,5 +35,5 @@ runtime:
|
|||
failure_level: warn
|
||||
ui:
|
||||
bundle:
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.0/ui-bundle.zip
|
||||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.1/ui-bundle.zip
|
||||
snapshot: true
|
||||
|
|
Loading…
Reference in New Issue