Move Actuator docs into a separate module

This commit is contained in:
Andy Wilkinson
2025-05-08 13:38:26 +01:00
committed by Phillip Webb
parent 37b2cdd5bd
commit 48770cfd16
67 changed files with 4789 additions and 105 deletions

View File

@@ -460,7 +460,7 @@ def getRelativeExamplesPath(var outputs) {
antoraDependencies {
'actuator-rest-api' {
path = ":spring-boot-project:spring-boot-actuator-autoconfigure"
path = ":spring-boot-project:spring-boot-actuator-docs"
source()
aggregateContent()
}