Skip to content

Commit

Permalink
Add contact details to our documentation site (#4190)
Browse files Browse the repository at this point in the history
* Add contact details to root of site

* Add contact details to guide index page

* Fix links

* Tweak wording
  • Loading branch information
theunrepentantgeek authored Aug 13, 2024
1 parent f39b85e commit 4e9f600
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/hugo/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ This project is stable. We follow the [Kubernetes definition of stable](https://

ASO supports more than 150 different Azure resources, with more added every release. See the full list of [supported resources](https://azure.github.io/azure-service-operator/reference/).

## Contact us

If you've got a question, a problem, a request, or just want to chat, here are two ways to get in touch:

* Log an issue on our [GitHub repository](https://github.com/azure/azure-service-operator).
* Join us over on the [Kubernetes Slack](https://kubernetes.slack.com) in the [#azure-service-operator](https://kubernetes.slack.com/archives/C046DEVLAQM) channel. (Don't have an account? [Sign up here](https://slack.k8s.io/).)

## Getting Started

### Prerequisites
Expand Down
9 changes: 9 additions & 0 deletions docs/hugo/content/guide/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,14 @@ ASO exposes [metrics]( {{< relref "metrics" >}}) for Prometheus.

See [best practices]( {{< relref "best-practices" >}}) for ASO best practices.

{{< /card >}}
{{< card header="**Get In Touch**">}}

If you've got a question, a problem, a request, or just want to chat, here are two ways to contact us:

* Log an issue on our [GitHub repository](https://github.com/azure/azure-service-operator).
* Join us over on the [Kubernetes Slack](https://kubernetes.slack.com) in the [#azure-service-operator](https://kubernetes.slack.com/archives/C046DEVLAQM) channel. (Don't have an account? [Sign up here](https://slack.k8s.io/).)


{{< /card >}}
{{< /cardpane >}}

0 comments on commit 4e9f600

Please sign in to comment.