From 4c242ccc38ad5f7f0e4f52d94bc29306d1c85189 Mon Sep 17 00:00:00 2001 From: Aarno Aukia Date: Wed, 3 Sep 2025 10:30:19 +0200 Subject: [PATCH 1/3] add mariadb and redis links to appcat --- docs/modules/ROOT/nav.adoc | 2 ++ docs/modules/ROOT/pages/how-to/install-mariadb.adoc | 3 +++ docs/modules/ROOT/pages/how-to/install-redis.adoc | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 docs/modules/ROOT/pages/how-to/install-mariadb.adoc create mode 100644 docs/modules/ROOT/pages/how-to/install-redis.adoc diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 2cb1371..ae6ad14 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -63,6 +63,8 @@ * Databases ** xref:how-to/install-postgres-db-helm.adoc[PostgreSQL] +** xref:how-to/install-mariadb.adoc[MariaDB] +** xref:how-to/install-redis.adoc[Redis] * Migrating from APPUiO Public ** xref:tutorials/migration.adoc[Tutorial] diff --git a/docs/modules/ROOT/pages/how-to/install-mariadb.adoc b/docs/modules/ROOT/pages/how-to/install-mariadb.adoc new file mode 100644 index 0000000..712629c --- /dev/null +++ b/docs/modules/ROOT/pages/how-to/install-mariadb.adoc @@ -0,0 +1,3 @@ += Install MariaDB on {product} + +Do you want a managed MariaDB that includes Backups, Monitoring, Updates, and optionally a 99.99% SLA and 24x7 Support? Check out the https://products.vshn.ch/appcat/mariadb.html[MariaDB by VSHN product description^] and https://docs.appcat.ch/vshn-managed/mariadb/create.html[technical documentation including how to instantiate^]. diff --git a/docs/modules/ROOT/pages/how-to/install-redis.adoc b/docs/modules/ROOT/pages/how-to/install-redis.adoc new file mode 100644 index 0000000..57a6ec8 --- /dev/null +++ b/docs/modules/ROOT/pages/how-to/install-redis.adoc @@ -0,0 +1,3 @@ += Install Redis on {product} + +Do you want a managed Redis that includes Backups, Monitoring, Updates, and optionally a 99.99% SLA and 24x7 Support? Check out the https://products.vshn.ch/appcat/redis.html[MariaDB by VSHN product description^] and https://docs.appcat.ch/vshn-managed/redis/create.html[technical documentation including how to instantiate^]. From 406d6c66035fe03743e4bc6b259c97f1a40d6b4e Mon Sep 17 00:00:00 2001 From: Aarno Aukia Date: Wed, 3 Sep 2025 12:27:15 +0200 Subject: [PATCH 2/3] remove mention of SLA --- docs/modules/ROOT/pages/how-to/install-mariadb.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/how-to/install-mariadb.adoc b/docs/modules/ROOT/pages/how-to/install-mariadb.adoc index 712629c..968325d 100644 --- a/docs/modules/ROOT/pages/how-to/install-mariadb.adoc +++ b/docs/modules/ROOT/pages/how-to/install-mariadb.adoc @@ -1,3 +1,3 @@ = Install MariaDB on {product} -Do you want a managed MariaDB that includes Backups, Monitoring, Updates, and optionally a 99.99% SLA and 24x7 Support? Check out the https://products.vshn.ch/appcat/mariadb.html[MariaDB by VSHN product description^] and https://docs.appcat.ch/vshn-managed/mariadb/create.html[technical documentation including how to instantiate^]. +Do you want a managed MariaDB that includes Backups, Monitoring, Updates, and optionally 24x7 Support? Check out the https://products.vshn.ch/appcat/mariadb.html[MariaDB by VSHN product description^] and https://docs.appcat.ch/vshn-managed/mariadb/create.html[technical documentation including how to instantiate on {product}^]. From be9a99c1bf2276694694d1862b822d2a86728302 Mon Sep 17 00:00:00 2001 From: Aarno Aukia Date: Wed, 3 Sep 2025 12:27:54 +0200 Subject: [PATCH 3/3] remove SLA --- docs/modules/ROOT/pages/how-to/install-redis.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/how-to/install-redis.adoc b/docs/modules/ROOT/pages/how-to/install-redis.adoc index 57a6ec8..636084d 100644 --- a/docs/modules/ROOT/pages/how-to/install-redis.adoc +++ b/docs/modules/ROOT/pages/how-to/install-redis.adoc @@ -1,3 +1,3 @@ = Install Redis on {product} -Do you want a managed Redis that includes Backups, Monitoring, Updates, and optionally a 99.99% SLA and 24x7 Support? Check out the https://products.vshn.ch/appcat/redis.html[MariaDB by VSHN product description^] and https://docs.appcat.ch/vshn-managed/redis/create.html[technical documentation including how to instantiate^]. +Do you want a managed Redis that includes Backups, Monitoring, Updates, and optionally 24x7 Support? Check out the https://products.vshn.ch/appcat/redis.html[MariaDB by VSHN product description^] and https://docs.appcat.ch/vshn-managed/redis/create.html[technical documentation including how to instantiate on {product}^].