A Gateway built on Spring Framework and Spring Boot providing routing and more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Olga Maciaszek-Sharma 7bb697b7fd
Fix tag wildcards.
12 months ago
.github/workflows Migrate Structure 1 year ago
.mvn Migrate Structure 1 year ago
supplemental-ui/partials Migrate Structure 1 year ago
.gitignore Updates antora extension and ui 1 year ago
README.adoc Migrate Structure 1 year ago
antora-playbook.yml Fix tag wildcards. 12 months ago
mvnw Migrate Structure 1 year ago
mvnw.cmd Migrate Structure 1 year ago
pom.xml Updates antora extension and ui 1 year ago

README.adoc

= Spring Cloud Gateway Docs Build

You're currently viewing the Antora playbook branch.
The playbook branch hosts the docs build that is used to build and publish the production docs site.

The Spring Cloud Gateway reference docs are built using https://antora.org[Antora].
This README covers how to build the docs in a software branch as well as how to build the production docs site locally.

== Building the Site

You can build the entire site by invoking the following on the docs-build branch and then viewing the site at `target/site/index.html`

[source,bash]
----
./mvnw antora
----

== Building a Specific Branch

[source,bash]
----
./mvnw antora
----