Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

[Merged by Bors] - Link demo docs on the main docs page #255

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,7 @@
** xref:commands/services.adoc[]
** xref:commands/stack.adoc[]
* xref:demos/index.adoc[]
** xref:demos/airflow-scheduled-job.adoc[]
** xref:demos/data-lakehouse-iceberg-trino-spark.adoc[]
** xref:demos/hbase-hdfs-load-cycling-data.adoc[]
** xref:demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc[]
** xref:demos/logging.adoc[]
** xref:demos/nifi-kafka-druid-earthquake-data.adoc[]
** xref:demos/nifi-kafka-druid-water-level-data.adoc[]
** xref:demos/spark-k8s-anomaly-detection-taxi-data.adoc[]
** xref:demos/trino-iceberg.adoc[]
** xref:demos/trino-taxi-data.adoc[]
include::partial$demos.adoc[]
* xref:customization/index.adoc[]
** xref:customization/add_demo.adoc[]
** xref:customization/add_stack.adoc[]
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/demos/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The pages below this section guide you on how to use the demos provided by Stack

To install a demo please follow the xref:quickstart.adoc[quickstart guide] or have a look at the xref:commands/demo.adoc[demo command].

We currently offer the following list of demos:

include::partial$demos.adoc[]

[IMPORTANT]
.External Components in these demos
====
Expand Down
5 changes: 5 additions & 0 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ Demos are installed with the xref:commands/demo.adoc[] command.
A demo needs a stack to run on.
To achieve this a demo has a dependency on a stack which gets automatically installed when a demo is installed.
The stack in turn will install the needed Stackable release.

You can browse the available demos xref:demos/index.adoc[on the demo page].
We currently offer the following list of demos:

include::partial$demos.adoc[]
10 changes: 10 additions & 0 deletions docs/modules/ROOT/partials/demos.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**** xref:demos/airflow-scheduled-job.adoc[]
**** xref:demos/data-lakehouse-iceberg-trino-spark.adoc[]
**** xref:demos/hbase-hdfs-load-cycling-data.adoc[]
**** xref:demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc[]
**** xref:demos/logging.adoc[]
**** xref:demos/nifi-kafka-druid-earthquake-data.adoc[]
**** xref:demos/nifi-kafka-druid-water-level-data.adoc[]
**** xref:demos/spark-k8s-anomaly-detection-taxi-data.adoc[]
**** xref:demos/trino-iceberg.adoc[]
**** xref:demos/trino-taxi-data.adoc[]