From e8b8207b2d0025be7b43f211c9ea05a36cf4759b Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 13 Sep 2023 19:29:26 -0400 Subject: [PATCH] Adjusts title --- docs/antora.yml | 2 +- docs/modules/ROOT/nav.adoc | 2 +- docs/modules/ROOT/pages/intro.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 5b7ac25..71aed2b 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: cloud-bus version: true -title: spring-cloud-bus +title: Spring Cloud Bus nav: - modules/ROOT/nav.adoc ext: diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 1702d2a..16243c2 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,4 +1,4 @@ -* xref:index.adoc[] +* xref:index.adoc[Introduction] * xref:quickstart.adoc[] * xref:spring-cloud-bus.adoc[] ** xref:spring-cloud-bus/bus-endpoints.adoc[] diff --git a/docs/modules/ROOT/pages/intro.adoc b/docs/modules/ROOT/pages/intro.adoc index 670fdc8..26fe023 100644 --- a/docs/modules/ROOT/pages/intro.adoc +++ b/docs/modules/ROOT/pages/intro.adoc @@ -1,5 +1,5 @@ [[spring-cloud-bus-intro]] -= Introduction += Spring Cloud Bus Spring Cloud Bus links the nodes of a distributed system with a lightweight message broker. This broker can then be used to broadcast state changes (such as configuration