Skip to content

Commit

Permalink
Include intro.adoc in index.adoc and remove from nav.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Sep 11, 2023
1 parent e89752c commit 3c090f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
* xref:intro.adoc[]
* xref:spring-cloud-gateway.adoc[]
** xref:spring-cloud-gateway/starter.adoc[]
** xref:spring-cloud-gateway/glossary.adoc[]
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include::intro.adoc[]
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/intro.adoc
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 3c090f1

Please sign in to comment.