Rob Winch 3 лет назад
Родитель
Сommit
0c105ff44f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      docs/antora.yml
  2. 1 1
      docs/spring-security-docs.gradle

+ 1 - 1
docs/antora.yml

@@ -1,4 +1,4 @@
-name: ''
+name: ROOT
 title: Spring Security
 version: 5.6
 start_page: ROOT:index.adoc

+ 1 - 1
docs/spring-security-docs.gradle

@@ -24,7 +24,7 @@ tasks.register("generateAntora") {
 		def outputFile = new File("$buildDir/generateAntora/antora.yml")
 		outputFile.getParentFile().mkdirs()
 		outputFile.createNewFile()
-		outputFile.setText("""name: ''
+		outputFile.setText("""name: ROOT
 title: Spring Security
 version: 5.6
 start_page: ROOT:index.adoc