Skip to content

Commit

Permalink
contrib + gtag amends
Browse files Browse the repository at this point in the history
  • Loading branch information
jayachristina committed Oct 11, 2023
1 parent e32296f commit 0f96714
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
6 changes: 3 additions & 3 deletions dev-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ runtime:
cache_dir: ./.cache/antora

site:
title: Real-time Sentiment Analysis with Kafka and AIML with Event-Driven Architeture
title: Event-Driven Sentiment Analysis with Kafka and AI/ML
url: http://localhost:3000/
start_page: solution-pattern-sentiment-analysis::index.adoc

Expand All @@ -13,13 +13,13 @@ content:
start_path: documentation
asciidoc:
attributes:
title: Real-time Sentiment Analysis with Kafka and AIML with Event-Driven Architecture
title: Event-Driven Sentiment Analysis with Kafka and AI/ML
extensions:
- ./lib/remote-include-processor.js
- ./lib/tab-block.js
ui:
bundle:
url: https://github.com/redhat-solution-patterns/course-ui/releases/download/v0.1.13-custom/ui-bundle.zip
url: https://github.com/redhat-solution-patterns/course-ui/releases/download/v0.1.14-custom/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental-ui
output:
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
#*** xref:04-workshop.adoc#install_wksp_details[{module}.{counter:submodule4}. Installing the environment]
#** xref:04-workshop.adoc#deliver_wksp[{module}.{counter:submodule4}. Delivering the workshop]
* https://redhat-solution-patterns.github.io/[{counter:module}. Other Red Hat Solution Patterns]
* https://redhat-solution-patterns.github.io/[Explore Red Hat Solution Patterns^]
4 changes: 1 addition & 3 deletions documentation/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This solution pattern showcases an architecture which is scalable and efficient

This architecture demonstrates how an Event-Driven Architecture with Red Hat AMQ Streams and OpenShift Serverless can help build an intelligent system with OpenShift Data Science platform to drive business insights and drive an event-driven workflow.

include::content-overview.adoc[]
*Contributors* : _Jaya Baskaran (Red Hat), Ritesh Shah (Red Hat)_

[#use-cases]
== Use cases
Expand Down Expand Up @@ -44,5 +44,3 @@ Once a review is moderated and marked as suitable, this is persisted in the Glob

image::solution-overview.png[]

== Explore more solution patterns
include::https://raw.githubusercontent.com/redhat-solution-patterns/redhat-solution-patterns.github.io/master/documentation/modules/ROOT/pages/solution-pattern-list.adoc[]
6 changes: 1 addition & 5 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ ui:
bundle:
url: https://github.com/redhat-solution-patterns/course-ui/releases/download/v0.1.14-custom/ui-bundle.zip
snapshot: true
supplemental_files:
- path: ./supplemental-ui
- path: .nojekyll
- path: ui.yml
contents: "static_files: [ .nojekyll ]"
supplemental_files: ./supplemental-ui

output:
dir: ./gh-pages
1 change: 1 addition & 0 deletions supplemental-ui/partials/head-meta.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LRMJW9PMYX"></script>
<script>
Expand Down

0 comments on commit 0f96714

Please sign in to comment.