From 8a3f835ffe209b55d86cab43e0fc0e637aab09fb Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 19 May 2021 11:52:19 -0700 Subject: [PATCH] Set Asciidoctor attribute-missing to warn Closes gh-26590 --- .../src/docs/asciidoc/index.adoc | 1 + .../spring-boot-docs/src/docs/asciidoc/attributes.adoc | 1 + .../spring-boot-gradle-plugin/src/docs/asciidoc/index.adoc | 1 + .../spring-boot-maven-plugin/src/docs/asciidoc/index.adoc | 1 + 4 files changed, 4 insertions(+) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/index.adoc b/spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/index.adoc index b70eb3e1c7..23f0d7ab15 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/index.adoc +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/index.adoc @@ -7,6 +7,7 @@ Andy Wilkinson :icons: font :hide-uri-scheme: :docinfo: shared,private +:attribute-missing: warn This API documentation describes Spring Boot Actuators web endpoints. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc index 8c9483fe9b..fb37831275 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc @@ -9,6 +9,7 @@ :sectnums: :hide-uri-scheme: :docinfo: shared,private +:attribute-missing: warn :chomp: default headers packages :spring-boot-artifactory-repo: snapshot :github-tag: main diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/index.adoc b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/index.adoc index b544858bcc..e6e07f8d67 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/index.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/index.adoc @@ -8,6 +8,7 @@ Andy Wilkinson, Scott Frederick :icons: font :hide-uri-scheme: :docinfo: shared,private +:attribute-missing: warn :dependency-management-plugin: https://github.com/spring-gradle-plugins/dependency-management-plugin :dependency-management-plugin-documentation: https://docs.spring.io/dependency-management-plugin/docs/current/reference/html/ diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/index.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/index.adoc index 814a7fcfa7..ef7bad5619 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/index.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/index.adoc @@ -8,6 +8,7 @@ Stephane Nicoll, Andy Wilkinson, Scott Frederick :icons: font :hide-uri-scheme: :docinfo: shared,private +:attribute-missing: warn :buildpacks-reference: https://buildpacks.io/docs :spring-boot-docs: https://docs.spring.io/spring-boot/docs/{gradle-project-version}