Skip to content

Commit

Permalink
modify cards content
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine THEBAUD <[email protected]>
  • Loading branch information
Antoine THEBAUD committed Oct 30, 2024
1 parent 97d6774 commit 832016e
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,48 @@ hide:

<div class="grid cards" markdown>

- ## GitOps Native
- ## Observability display

---

Facilitates a seamless "dashboards as code" workflow by introducing an innovative and precisely defined dashboard definition model.
Perses is first and foremost a dashboard tool that you can use to display a variety of observability data. Today supports Prometheus metrics & Tempo traces.

[:octicons-arrow-right-24: Link here](#)
- ## Embeddable components

- ## Extensible
---

You can used Perses as-is or embed parts of it in your own UI, from a single panel to a whole dashboard view.


- ## GitOps-friendly

---

Perses, with its plugin-based architecture, offers effortless extension and reuse of plugins across different projects.
Perses offers a complete static validation of the dashboard format. It also with a CLI, `percli`, that can be used to perform actions in CICDs

- ## Scale-friendly

---

[:octicons-arrow-right-24: Link here](#)
Perses dashboards can be written as-code using the provided SDKs. This allows you to extract any kind of components in libraries for reusage across as much dashboards as you want.

- ## Static Validation
- ## Kubernetes-native

---

Perses supports hassle-free dashboard-as-code usage with built-in static validation. Validate your dashboard in CI/CD using the Perses CLI (percli).
Use the Perses operator to manage your Perses deployments & dashboards as CRDs. Leverage on the datasource discovery to retrieve data from your datasource pods/services.

[:octicons-arrow-right-24: Link here](#)
- ## Extensible

---

Perses, with its plugin-based architecture, offers effortless extension and reuse of plugins across different projects.

</div>

<center>
...and more to discover!

<div class="centered" markdown>

## Open Source

Expand All @@ -52,4 +67,4 @@ Perses is a [Cloud Native Computing Foundation](https://cncf.io) sandbox project

[![CNCF Logo](assets/images/cncf_logo.png)](https://cncf.io)

</center>
</div>

0 comments on commit 832016e

Please sign in to comment.