Polish Antora

This commit is contained in:
Phillip Webb 2024-05-08 15:58:17 -07:00
parent ac9d2e7c11
commit 9852a66a37
8 changed files with 20 additions and 7 deletions

View File

@ -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 }

View File

@ -1,4 +1,3 @@
:navicon: question
[[community]]
= Community

View File

@ -1,5 +1,4 @@
:navtitle: Documentation
:navicon: book
[[documentation]]
= Documentation Overview

View File

@ -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.

View File

@ -1,4 +1,3 @@
:navicon: gift
[[getting-started.installing]]
= Installing Spring Boot

View File

@ -1,4 +1,3 @@
:navicon: server
[[getting-started.system-requirements]]
= System Requirements

View File

@ -1,4 +1,3 @@
:navicon: rocket
[[upgrading]]
= Upgrading Spring Boot

View File

@ -1,3 +1,3 @@
= Reference Guides
= Reference
This section provides information on using the feature and capabilities of Spring Boot.