From 196274e2251e6e8aff5ee2790e21478cf742bf98 Mon Sep 17 00:00:00 2001 From: Jaya Christina <5083049+jayachristina@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:57:02 +0530 Subject: [PATCH] nav errors --- documentation/modules/ROOT/pages/01-pattern.adoc | 2 ++ documentation/modules/ROOT/pages/content-overview.adoc | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/modules/ROOT/pages/01-pattern.adoc b/documentation/modules/ROOT/pages/01-pattern.adoc index 394bd52..ec939c5 100644 --- a/documentation/modules/ROOT/pages/01-pattern.adoc +++ b/documentation/modules/ROOT/pages/01-pattern.adoc @@ -1,3 +1,4 @@ +[#story] == The story behind this solution pattern This solution pattern extends *Globex* a fictitious retail store which has undergone modernization journey and has already adopted Kafka as a streaming platform. Globex wants to now extend their eCommerce website to allow customers to leave their reviews of the product catalogue. @@ -7,6 +8,7 @@ Globex would like to * Moderate the language comments to ensure foul language is appropriately filtered out * Build a Sentiment Analysis system to gain business intelligence based on the product reviews +[#pattern] == The Solution The solution based on an Event Driven Architecture which based on Apache Kafka as the data streaming platform for product reviews. The Product Reviews submitted by a customer is pushed in a Kafka topic, which is then consumed by both a *Review Moderation Service* (moderate for foul/abusive language) and *Sentiment Analysis Service* (scores the sentiment as positive or negative). diff --git a/documentation/modules/ROOT/pages/content-overview.adoc b/documentation/modules/ROOT/pages/content-overview.adoc index 99df17a..9767e40 100644 --- a/documentation/modules/ROOT/pages/content-overview.adoc +++ b/documentation/modules/ROOT/pages/content-overview.adoc @@ -6,9 +6,8 @@ xref:index.adoc[{counter:module}. Solution Pattern]:: + xref:index.adoc#use-cases[{counter:submodule1}. Use cases] + -xref:01-pattern.adoc#_the_story_behind_this_solution_pattern[{counter:submodule1}. The story behind this solution pattern] + -xref:index.adoc#use-cases[{counter:submodule1}. Use cases] + -xref:01-pattern#_the_solution[{counter:submodule1}. The solution] + +xref:index.adoc#story[{counter:submodule1}. The story behind this solution pattern] + +xref:index.adoc#solution[{counter:submodule1}. The solution] + xref:index.adoc#content_overview[{counter:submodule1}. Content overview] + xref:index.adoc#_explore_more_solution_patterns[{counter:submodule1}. Explore more solution patterns] +