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

Commit e264d2a

Browse files
committed
Link demo docs on the main docs page (#255)
I hope this improves SEO, as all our great demos are not scraped by Google at the moment ## Description *Please add a description here. This will become the commit message of the merge request later.*
1 parent a0150d2 commit e264d2a

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,7 @@
77
** xref:commands/services.adoc[]
88
** xref:commands/stack.adoc[]
99
* xref:demos/index.adoc[]
10-
** xref:demos/airflow-scheduled-job.adoc[]
11-
** xref:demos/data-lakehouse-iceberg-trino-spark.adoc[]
12-
** xref:demos/hbase-hdfs-load-cycling-data.adoc[]
13-
** xref:demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc[]
14-
** xref:demos/logging.adoc[]
15-
** xref:demos/nifi-kafka-druid-earthquake-data.adoc[]
16-
** xref:demos/nifi-kafka-druid-water-level-data.adoc[]
17-
** xref:demos/spark-k8s-anomaly-detection-taxi-data.adoc[]
18-
** xref:demos/trino-iceberg.adoc[]
19-
** xref:demos/trino-taxi-data.adoc[]
10+
include::partial$demos.adoc[]
2011
* xref:customization/index.adoc[]
2112
** xref:customization/add_demo.adoc[]
2213
** xref:customization/add_stack.adoc[]

docs/modules/ROOT/pages/demos/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The pages below this section guide you on how to use the demos provided by Stack
44

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

7+
We currently offer the following list of demos:
8+
9+
include::partial$demos.adoc[]
10+
711
[IMPORTANT]
812
.External Components in these demos
913
====

docs/modules/ROOT/pages/index.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ Demos are installed with the xref:commands/demo.adoc[] command.
4747
A demo needs a stack to run on.
4848
To achieve this a demo has a dependency on a stack which gets automatically installed when a demo is installed.
4949
The stack in turn will install the needed Stackable release.
50+
51+
You can browse the available demos xref:demos/index.adoc[on the demo page].
52+
We currently offer the following list of demos:
53+
54+
include::partial$demos.adoc[]

docs/modules/ROOT/partials/demos.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**** xref:demos/airflow-scheduled-job.adoc[]
2+
**** xref:demos/data-lakehouse-iceberg-trino-spark.adoc[]
3+
**** xref:demos/hbase-hdfs-load-cycling-data.adoc[]
4+
**** xref:demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data.adoc[]
5+
**** xref:demos/logging.adoc[]
6+
**** xref:demos/nifi-kafka-druid-earthquake-data.adoc[]
7+
**** xref:demos/nifi-kafka-druid-water-level-data.adoc[]
8+
**** xref:demos/spark-k8s-anomaly-detection-taxi-data.adoc[]
9+
**** xref:demos/trino-iceberg.adoc[]
10+
**** xref:demos/trino-taxi-data.adoc[]

0 commit comments

Comments
 (0)