diff --git a/docs/index.md b/docs/index.md index 8c9ebc5..7b223e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -138,7 +138,7 @@ title: Perses title="Perses operator", description="Deploy and manage Perses instances and dashboards declaratively using Kubernetes Custom Resources, enabling GitOps workflows and seamless integration with your existing K8s infrastructure.", media="assets/images/home/perses_operator.png", - learn_more="https://github.com/perses/perses-operator/blob/main/docs/api.md", + learn_more="/perses-operator/docs/user-guide/", ) }} {{ feature( diff --git a/mkdocs.yml b/mkdocs.yml index 38906e1..8d6456a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -102,6 +102,9 @@ plugins: - name: "helm-charts" import_url: https://github.com/perses/helm-charts?branch=main imports: [docs/*] + - name: "perses-operator" + import_url: https://github.com/perses/perses-operator?branch=main + imports: [docs/user-guide.md, docs/api.md] - tags nav: - Home: index.md @@ -221,6 +224,9 @@ nav: - Using ConfigMaps: helm-charts/docs/managing-resources-with-configmaps.md - Using OCI Artifacts: helm-charts/docs/packaging-resources-as-oci-artifacts.md - Upgrade Guide: helm-charts/docs/upgrade-guide.md + - Perses Operator: + - User Guide: perses-operator/docs/user-guide.md + - API Reference: perses-operator/docs/api.md - Perses CLI (percli): perses/docs/cli.md - Plugins: - Bar Chart: plugins/docs/barchart/README.md