Polish Antora
This commit is contained in:
parent
ac9d2e7c11
commit
9852a66a37
|
@ -9,3 +9,22 @@ ext:
|
||||||
classifier: catalog-content
|
classifier: catalog-content
|
||||||
module: api
|
module: api
|
||||||
destination: content-catalog
|
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]]
|
||||||
= Community
|
= Community
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
:navtitle: Documentation
|
:navtitle: Documentation
|
||||||
:navicon: book
|
|
||||||
[[documentation]]
|
[[documentation]]
|
||||||
= Documentation Overview
|
= Documentation Overview
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
:navtitle: Overview
|
:navtitle: Overview
|
||||||
:navicon: home
|
|
||||||
= Spring Boot
|
= Spring Boot
|
||||||
|
|
||||||
Spring Boot helps you to create stand-alone, production-grade Spring-based applications that you can run.
|
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]]
|
[[getting-started.installing]]
|
||||||
= Installing Spring Boot
|
= Installing Spring Boot
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
:navicon: server
|
|
||||||
[[getting-started.system-requirements]]
|
[[getting-started.system-requirements]]
|
||||||
= System Requirements
|
= System Requirements
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
:navicon: rocket
|
|
||||||
[[upgrading]]
|
[[upgrading]]
|
||||||
= Upgrading Spring Boot
|
= Upgrading Spring Boot
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
= Reference Guides
|
= Reference
|
||||||
|
|
||||||
This section provides information on using the feature and capabilities of Spring Boot.
|
This section provides information on using the feature and capabilities of Spring Boot.
|
||||||
|
|
Loading…
Reference in New Issue