From 7e2eb6894f169329dffc825831a9559a1ed422e2 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 30 Aug 2021 15:59:23 -0500 Subject: [PATCH] Use component name of '' This makes it so that the URL contains security in the root of the deploy folder. We will do this until we decide to add projects other than the security related projects. --- docs/antora.yml | 2 +- docs/spring-security-docs.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 16d009128e..eb7bde66fa 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,4 +1,4 @@ -name: security +name: '' title: Spring Security version: ~ display_version: 6.0 diff --git a/docs/spring-security-docs.gradle b/docs/spring-security-docs.gradle index 5f7b36614c..a0db3dc911 100644 --- a/docs/spring-security-docs.gradle +++ b/docs/spring-security-docs.gradle @@ -23,7 +23,7 @@ tasks.register("generateAntora") { def outputFile = new File("$buildDir/generateAntora/antora.yml") outputFile.getParentFile().mkdirs() outputFile.createNewFile() - outputFile.setText("""name: security + outputFile.setText("""name: '' title: Spring Security version: ~ display_version: 6.0