Skip to content

Commit

Permalink
feat: policies list in the quick start page. (#424)
Browse files Browse the repository at this point in the history
Adds an embedded HTML with the policies available in the ArtifactHub

Signed-off-by: José Guilherme Vanz <[email protected]>
Co-authored-by: John Krug <[email protected]>
  • Loading branch information
jvanz and jhkrug authored Jul 12, 2024
1 parent 61ea972 commit ef41a57
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ doc-topic: [quick-start]

<head>
<link rel="canonical" href="https://docs.kubewarden.io/quick-start"/>
<script async src="https://artifacthub.io/artifacthub-widget.js"></script>
</head>

The Kubewarden stack comprises:
Expand Down Expand Up @@ -408,4 +409,16 @@ kubectl delete -l "kubewarden" mutatingwebhookconfigurations.admissionregistrati

## What's next?

Now, you are ready to deploy Kubewarden! Have a look at the policies on [artifacthub.io](https://artifacthub.io/packages/search?kind=13), on [GitHub](https://github.com/topics/kubewarden-policy), or reuse existing Rego policies as shown in the [following chapters](tutorials/writing-policies/rego/01-intro-rego.md).
Now, you are ready to deploy Kubewarden! Have a look at the policies on
[artifacthub.io](https://artifacthub.io/packages/search?kind=13), on
[GitHub](https://github.com/topics/kubewarden-policy), or reuse existing Rego
policies as shown in the [following
chapters](tutorials/writing-policies/rego/01-intro-rego.md).

<details>
<summary>Full list of available policies on ArtifactHub</summary>

<div class="artifacthub-widget-group" data-url="https://artifacthub.io/packages/search?kind=13&sort=relevance&page=1" data-theme="light" data-header="false" data-stars="false" data-color="#fe7c3f" data-responsive="true" data-loading="true"></div>

</details>

0 comments on commit ef41a57

Please sign in to comment.