|
| 1 | +antora: |
| 2 | + extensions: |
| 3 | + - require: '@antora/atlas-extension' |
| 4 | + - require: '@springio/antora-extensions/latest-version-extension' |
| 5 | + - require: '@springio/antora-extensions/partial-build-extension' |
| 6 | + - require: '@springio/antora-extensions/publish-docsearch-config-extension' |
| 7 | + - require: '@springio/antora-extensions/static-page-extension' |
| 8 | + - require: '@springio/antora-xref-extension' |
| 9 | + - require: '@springio/antora-zip-contents-collector-extension' |
| 10 | + version_file: gradle.properties |
| 11 | + username: ${env.ARTIFACTORY_USERNAME}" |
| 12 | + password: ${env.ARTIFACTORY_PASSWORD}" |
| 13 | + locations: |
| 14 | + - url: https://repo.spring.io/snapshot/org/springframework/boot/spring-boot-docs/${version}/spring-boot-docs-${version}-${name}-${classifier}.zip |
| 15 | + for-version-type: [snapshot] |
| 16 | + - url: https://repo.spring.io/milestone/org/springframework/boot/spring-boot-docs/${version}/spring-boot-docs-${version}-${name}-${classifier}.zip |
| 17 | + for-version-type: [milestone, rc] |
| 18 | + - url: https://repo.spring.io/release/org/springframework/boot/spring-boot-docs/${version}/spring-boot-docs-${version}-${name}-${classifier}.zip |
| 19 | + for-version-type: [release] |
| 20 | + # The root component extension must be last! |
| 21 | + - require: '@springio/antora-extensions/root-component-extension' |
| 22 | + root_component_name: spring-boot |
| 23 | +site: |
| 24 | + title: Spring Boot |
| 25 | + url: https://docs.spring.io/spring-boot/documentation |
| 26 | + robots: allow |
| 27 | +content: |
| 28 | + sources: |
| 29 | + - url: https://github.com/spring-projects/spring-boot |
| 30 | + branches: |
| 31 | + - 'main' |
| 32 | + - '*({0..9}).*({0..9}).x' |
| 33 | + - '!{0..2}.*' |
| 34 | + - '!3.{0..2}.*' |
| 35 | + tags: |
| 36 | + - 'v*.*.*' |
| 37 | + - '!v{0..2}*' |
| 38 | + - '!v3.{0..2}.*' |
| 39 | + - '!v3.3.0-M1' |
| 40 | + - '!v3.3.0-M2' |
| 41 | + start_paths: |
| 42 | + - spring-boot-project/spring-boot-docs/src/docs/antora |
| 43 | + - spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/antora |
| 44 | + - spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora |
| 45 | + - spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora |
| 46 | + version: unspecified |
| 47 | +asciidoc: |
| 48 | + sourcemap: true |
| 49 | + attributes: |
| 50 | + chomp: all |
| 51 | + hide-uri-scheme: '@' |
| 52 | + page-pagination: '' |
| 53 | + page-stackoverflow-url: https://stackoverflow.com/tags/spring-boot |
| 54 | + tabs-sync-option: '@' |
| 55 | + extensions: |
| 56 | + - '@asciidoctor/tabs' |
| 57 | + - '@springio/asciidoctor-extensions' |
| 58 | + - '@springio/asciidoctor-extensions/configuration-properties-extension' |
| 59 | + - '@springio/asciidoctor-extensions/section-ids-extension' |
| 60 | +urls: |
| 61 | + latest_version_segment: '' |
| 62 | + latest_version_segment_strategy: redirect:to |
| 63 | + redirect_facility: httpd |
| 64 | +runtime: |
| 65 | + log: |
| 66 | + failure_level: warn |
| 67 | +ui: |
| 68 | + bundle: |
| 69 | + url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.11/ui-bundle.zip |
0 commit comments