Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading