Browse Source

Updates title

pull/3057/head
sgibb 1 year ago
parent
commit
b1208a6e94
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      docs/antora.yml
  2. 1
      docs/modules/ROOT/nav.adoc
  3. 4
      docs/modules/ROOT/pages/intro.adoc

2
docs/antora.yml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
name: cloud-gateway
version: true
title: spring-cloud-gateway
title: Spring Cloud Gateway
nav:
- modules/ROOT/nav.adoc
ext:

1
docs/modules/ROOT/nav.adoc

@ -1,3 +1,4 @@ @@ -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[]

4
docs/modules/ROOT/pages/intro.adoc

@ -1,5 +1,5 @@ @@ -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.

Loading…
Cancel
Save