Migration to antora
This commit is contained in:
2
docs/modules/ROOT/nav.adoc
Normal file
2
docs/modules/ROOT/nav.adoc
Normal file
@@ -0,0 +1,2 @@
|
||||
* xref:index.adoc[]
|
||||
* xref:legal.adoc[]
|
||||
17
docs/modules/ROOT/pages/_spring-cloud-links.adoc
Normal file
17
docs/modules/ROOT/pages/_spring-cloud-links.adoc
Normal file
@@ -0,0 +1,17 @@
|
||||
https://docs.spring.io/spring-cloud-build/reference/4.1-SNAPSHOT/[spring-cloud-build] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-bus/reference/4.1-SNAPSHOT/[spring-cloud-bus] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-circuitbreaker/reference/3.1-SNAPSHOT/[spring-cloud-circuitbreaker] :: Reference Documentation, version 3.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-commons/reference/4.1-SNAPSHOT/[spring-cloud-commons] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-config/reference/4.1-SNAPSHOT/[spring-cloud-config] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-consul/reference/4.1-SNAPSHOT/[spring-cloud-consul] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-contract/reference/4.1-SNAPSHOT/[spring-cloud-contract] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-function/reference/4.1-SNAPSHOT/[spring-cloud-function] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-gateway/reference/4.1-SNAPSHOT/[spring-cloud-gateway] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-kubernetes/reference/3.1-SNAPSHOT/[spring-cloud-kubernetes] :: Reference Documentation, version 3.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-netflix/reference/4.1-SNAPSHOT/[spring-cloud-netflix] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-openfeign/reference/4.1-SNAPSHOT/[spring-cloud-openfeign] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-stream/reference/4.1-SNAPSHOT/[spring-cloud-stream] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-task/reference/3.1-SNAPSHOT/[spring-cloud-task] :: Reference Documentation, version 3.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-vault/reference/4.1-SNAPSHOT/[spring-cloud-vault] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
https://docs.spring.io/spring-cloud-zookeeper/reference/4.1-SNAPSHOT/[spring-cloud-zookeeper] :: Reference Documentation, version 4.1.0-SNAPSHOT
|
||||
|
||||
37
docs/modules/ROOT/pages/index.adoc
Normal file
37
docs/modules/ROOT/pages/index.adoc
Normal file
@@ -0,0 +1,37 @@
|
||||
= Spring Cloud Train Reference Documentation
|
||||
|
||||
:spring-boot-version: 3.2.0-SNAPSHOT
|
||||
|
||||
Spring Cloud provides tools for developers to quickly build some of
|
||||
the common patterns in distributed systems (e.g. configuration
|
||||
management, service discovery, circuit breakers, intelligent routing,
|
||||
micro-proxy, control bus). Coordination of
|
||||
distributed systems leads to boiler plate patterns, and using Spring
|
||||
Cloud developers can quickly stand up services and applications that
|
||||
implement those patterns. They will work well in any distributed
|
||||
environment, including the developer's own laptop, bare metal data
|
||||
centres, and managed platforms such as Cloud Foundry.
|
||||
|
||||
Release Train Version: *{spring-cloud-version}*
|
||||
|
||||
Supported Boot Version: *{spring-boot-version}*
|
||||
|
||||
== Features
|
||||
|
||||
Spring Cloud focuses on providing good out of box experience for typical use cases
|
||||
and extensibility mechanism to cover others.
|
||||
|
||||
* Distributed/versioned configuration
|
||||
* Service registration and discovery
|
||||
* Routing
|
||||
* Service-to-service calls
|
||||
* Load balancing
|
||||
* Circuit Breakers
|
||||
* Distributed messaging
|
||||
|
||||
== Release Train Projects
|
||||
|
||||
Below we present links to the reference documentation of all the projects that contribute to this reference train.
|
||||
|
||||
[horizontal]
|
||||
include::_spring-cloud-links.adoc[]
|
||||
11
docs/modules/ROOT/pages/legal.adoc
Normal file
11
docs/modules/ROOT/pages/legal.adoc
Normal file
@@ -0,0 +1,11 @@
|
||||
[legal]
|
||||
= Legal
|
||||
|
||||
{spring-cloud-version}
|
||||
|
||||
Copyright © 2012-2023
|
||||
|
||||
Copies of this document may be made for your own use and for distribution to
|
||||
others, provided that you do not charge any fee for such copies and further
|
||||
provided that each copy contains this Copyright Notice, whether distributed in
|
||||
print or electronically.
|
||||
Reference in New Issue
Block a user