diff --git a/content/docs/_index.md b/content/docs/_index.md index 6cc639338..6f5508af2 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -44,4 +44,6 @@ See our [Quickstart guides]({{< relref "/docs/quickstarts/_index.md" >}}). ## Support -If you encounter problems while using the Logging operator the documentation does not address, [open an issue](https://github.com/kube-logging/logging-operator/issues) or talk to us on [Discord](https://discord.gg/9ACY4RDsYN) or [Slack](https://emergingtechcommunity.slack.com/). +{{< include-headless "support-intro.md" >}} + +For the list of companies that offer commercial support, see {{% xref "/docs/commercial-support.md" %}}. diff --git a/content/docs/commercial-support.md b/content/docs/commercial-support.md new file mode 100644 index 000000000..5486e31aa --- /dev/null +++ b/content/docs/commercial-support.md @@ -0,0 +1,13 @@ +--- +title: Commercial support for the Logging operator +linktitle: Commercial support +weight: 850 +--- + +{{< include-headless "support-intro.md" >}} + +The following companies provide commercial support for the Logging operator: + +- [Axoflow](https://axoflow.com/) + +If your company offers support for Logging operator and would like to be listed on this page, open a [documentation issue](https://github.com/kube-logging/kube-logging.github.io/issues/new?title=Commercial%20support%20for%20Logging%20operator). diff --git a/content/docs/img/logging-operator-v2-architecture.png b/content/docs/img/logging-operator-v2-architecture.png index e21e81f01..84bd37136 100644 Binary files a/content/docs/img/logging-operator-v2-architecture.png and b/content/docs/img/logging-operator-v2-architecture.png differ diff --git a/content/headless/support-intro.md b/content/headless/support-intro.md new file mode 100644 index 000000000..18f01e0b6 --- /dev/null +++ b/content/headless/support-intro.md @@ -0,0 +1 @@ +If you encounter problems while using the Logging operator the documentation does not address, [open an issue](https://github.com/kube-logging/logging-operator/issues) or talk to us on [Discord](https://discord.gg/9ACY4RDsYN) or [Slack](https://emergingtechcommunity.slack.com/).