Explorar o código

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.
Rob Winch %!s(int64=4) %!d(string=hai) anos
pai
achega
7e2eb6894f
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      docs/antora.yml
  2. 1 1
      docs/spring-security-docs.gradle

+ 1 - 1
docs/antora.yml

@@ -1,4 +1,4 @@
-name: security
+name: ''
 title: Spring Security
 version: ~
 display_version: 6.0

+ 1 - 1
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