From 3c090f1b693372ddb340345bd02bb7ed40725d58 Mon Sep 17 00:00:00 2001 From: sgibb Date: Mon, 11 Sep 2023 19:57:13 -0400 Subject: [PATCH] Include intro.adoc in index.adoc and remove from nav.adoc --- docs/modules/ROOT/nav.adoc | 1 - docs/modules/ROOT/pages/index.adoc | 1 + docs/modules/ROOT/pages/intro.adoc | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 365590c0..62688e21 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,4 +1,3 @@ -* xref:intro.adoc[] * xref:spring-cloud-gateway.adoc[] ** xref:spring-cloud-gateway/starter.adoc[] ** xref:spring-cloud-gateway/glossary.adoc[] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index e69de29b..58168dfb 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -0,0 +1 @@ +include::intro.adoc[] \ No newline at end of file diff --git a/docs/modules/ROOT/pages/intro.adoc b/docs/modules/ROOT/pages/intro.adoc index 9e8e0145..821974f1 100644 --- a/docs/modules/ROOT/pages/intro.adoc +++ b/docs/modules/ROOT/pages/intro.adoc @@ -1,5 +1,6 @@ [[spring-cloud-gateway-intro]] = Introduction // 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.