Browse Source

Use ROOT component name

pull/10445/head
Rob Winch 4 years ago
parent
commit
0c105ff44f
  1. 2
      docs/antora.yml
  2. 2
      docs/spring-security-docs.gradle

2
docs/antora.yml

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

2
docs/spring-security-docs.gradle

@ -24,7 +24,7 @@ tasks.register("generateAntora") { @@ -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

Loading…
Cancel
Save