Polish Antora
This commit is contained in:
parent
ac9d2e7c11
commit
9852a66a37
|
@ -9,3 +9,22 @@ ext:
|
|||
classifier: catalog-content
|
||||
module: api
|
||||
destination: content-catalog
|
||||
nav-attributes:
|
||||
- path: "Overview"
|
||||
attributes: { icon: home }
|
||||
- path: "Documentation"
|
||||
attributes: { icon: book }
|
||||
- path: "Community":
|
||||
attributes: { icon: question }
|
||||
- path: "System Requirements"
|
||||
attributes: { icon: server }
|
||||
- path: "Installing Spring Boot"
|
||||
attributes: { icon: gift }
|
||||
- path: "Upgrading Spring Boot"
|
||||
attributes: { icon: rocket }
|
||||
- path: [ "Java APIs", "Spring Boot" ]
|
||||
attributes: { external: true }
|
||||
- path: [ "Java APIs", "Maven Plugin" ]
|
||||
attributes: { external: true}
|
||||
- path: [ "Java APIs", "Gradle Plugin" ]
|
||||
attributes: { external: true }
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
:navicon: question
|
||||
[[community]]
|
||||
= Community
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
:navtitle: Documentation
|
||||
:navicon: book
|
||||
[[documentation]]
|
||||
= Documentation Overview
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
:navtitle: Overview
|
||||
:navicon: home
|
||||
= Spring Boot
|
||||
|
||||
Spring Boot helps you to create stand-alone, production-grade Spring-based applications that you can run.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
:navicon: gift
|
||||
[[getting-started.installing]]
|
||||
= Installing Spring Boot
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
:navicon: server
|
||||
[[getting-started.system-requirements]]
|
||||
= System Requirements
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
:navicon: rocket
|
||||
[[upgrading]]
|
||||
= Upgrading Spring Boot
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
= Reference Guides
|
||||
= Reference
|
||||
|
||||
This section provides information on using the feature and capabilities of Spring Boot.
|
||||
|
|
Loading…
Reference in New Issue