From d5a743827ff51d6c1d52b339065003a0dbba6f99 Mon Sep 17 00:00:00 2001 From: javier Date: Wed, 16 Sep 2026 19:45:21 +0200 Subject: [PATCH] docs(operator): fix warning admonition rendering and heading case --- .../getting-started/aws.md | 2 +- .../getting-started/azure.md | 2 +- documentation/enterprise-kubernetes-operator/index.md | 11 ++++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/documentation/enterprise-kubernetes-operator/getting-started/aws.md b/documentation/enterprise-kubernetes-operator/getting-started/aws.md index b39d59e52..494f787ac 100644 --- a/documentation/enterprise-kubernetes-operator/getting-started/aws.md +++ b/documentation/enterprise-kubernetes-operator/getting-started/aws.md @@ -4,7 +4,7 @@ description: Prepare Amazon EKS and deploy QuestDB Enterprise with the Kubernetes Operator. --- -# Get Started on Amazon EKS +# Get started on Amazon EKS By the end of this guide, you'll have QuestDB running on EKS and sending backups to Amazon S3. diff --git a/documentation/enterprise-kubernetes-operator/getting-started/azure.md b/documentation/enterprise-kubernetes-operator/getting-started/azure.md index 32a635ad9..5f6bf7990 100644 --- a/documentation/enterprise-kubernetes-operator/getting-started/azure.md +++ b/documentation/enterprise-kubernetes-operator/getting-started/azure.md @@ -4,7 +4,7 @@ description: Prepare Azure AKS and deploy QuestDB Enterprise with the Kubernetes Operator. --- -# Get Started on Azure AKS +# Get started on Azure AKS By the end of this guide, you'll have QuestDB running on AKS and sending backups to Azure Blob Storage. diff --git a/documentation/enterprise-kubernetes-operator/index.md b/documentation/enterprise-kubernetes-operator/index.md index 9f53d9920..fe87ada4f 100644 --- a/documentation/enterprise-kubernetes-operator/index.md +++ b/documentation/enterprise-kubernetes-operator/index.md @@ -13,9 +13,14 @@ import { EnterpriseNote } from "@site/src/components/EnterpriseNote" chart](/docs/deployment/kubernetes/). -:::warning[Supported platforms] The API is `questdb.io/v1alpha1` and may change between -releases. Amazon EKS and Azure AKS are supported on the tested versions in the [support matrix](/docs/enterprise-kubernetes-operator/known-limitations/#supported-platforms-and-versions). -See [Support](/docs/enterprise-kubernetes-operator/support/) for support expectations. +:::warning Supported platforms + +The API is `questdb.io/v1alpha1` and may change between releases. Amazon EKS and +Azure AKS are supported on the tested versions in the +[support matrix](/docs/enterprise-kubernetes-operator/known-limitations/#supported-platforms-and-versions). +See [Support](/docs/enterprise-kubernetes-operator/support/) for support +expectations. + ::: The QuestDB Enterprise Operator manages the Kubernetes lifecycle of QuestDB