diff --git a/docs/reference/actions.md b/docs/reference/actions.md new file mode 100644 index 00000000..2e68e8d6 --- /dev/null +++ b/docs/reference/actions.md @@ -0,0 +1,3 @@ +# Actions + +See [Actions](https://charmhub.io/discourse-k8s/actions). diff --git a/docs/reference/configurations.md b/docs/reference/configurations.md new file mode 100644 index 00000000..2f088cca --- /dev/null +++ b/docs/reference/configurations.md @@ -0,0 +1,3 @@ +# Configurations + +See [Configure](https://charmhub.io/discourse-k8s/configure). diff --git a/docs/reference/integrations.md b/docs/reference/integrations.md new file mode 100644 index 00000000..feac711f --- /dev/null +++ b/docs/reference/integrations.md @@ -0,0 +1,12 @@ +# Integrations + +This charm integrates with: + +- [Grafana](https://grafana.com/) +- [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/#what-is-ingress) +- [Loki](https://grafana.com/oss/loki/) +- [PostgreSQL](https://www.postgresql.org/) +- [Prometheus](https://prometheus.io/) +- [Redis](https://redis.io/) + +See more information in [Charm Architecture](https://charmhub.io/discourse-k8s/docs/charm-architecture). diff --git a/docs/reference/roadmap.md b/docs/reference/roadmap.md deleted file mode 100644 index bc4f371f..00000000 --- a/docs/reference/roadmap.md +++ /dev/null @@ -1,8 +0,0 @@ -Below is the roadmap for the Discourse K8s Operator. - -## October 2022 to April 2023 -* Transition to sidecar. The charm as currently published in the "stable" channel is using the older "pod-spec" approach to k8s charming. We plan to complete the conversion to the sidecar approach, adding liveness/readiness checks as appropriate. -* Update CI/CD. The IS DevOps team has some common workflows and we'll integrate with these to add linting, unit tests, static code analysis, integration tests and inclusive naming checks. -* Integration with [COS](https://charmhub.io/topics/canonical-observability-stack). -* Documentation improvements - updating the home page, integrating the [Diataxis documentation framework](https://diataxis.fr/) and including project governance information. -* SAML integration test.