diff --git a/docs/antora.yml b/docs/antora.yml index 7afd0be1e..fad926bef 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: cloud-gateway version: true -title: spring-cloud-gateway +title: Spring Cloud Gateway nav: - modules/ROOT/nav.adoc ext: diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 62688e21e..867d3c5bc 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,3 +1,4 @@ +* xref:index.adoc[Introduction] * xref:spring-cloud-gateway.adoc[] ** xref:spring-cloud-gateway/starter.adoc[] ** xref:spring-cloud-gateway/glossary.adoc[] diff --git a/docs/modules/ROOT/pages/intro.adoc b/docs/modules/ROOT/pages/intro.adoc index 821974f12..9e709eaca 100644 --- a/docs/modules/ROOT/pages/intro.adoc +++ b/docs/modules/ROOT/pages/intro.adoc @@ -1,5 +1,5 @@ -[[spring-cloud-gateway-intro]] -= Introduction +[[introduction]] += Spring Cloud Gateway // TODO: docs, rework intro for 4 modules This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 6, Spring Boot 3 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.