Skip to content

Commit bd2de3c

Browse files
committed
feat: policies list in the quick start page.
Adds an embedded HTML with the policies available in the ArtifactHub Signed-off-by: José Guilherme Vanz <[email protected]>
1 parent 61ea972 commit bd2de3c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/quick-start.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ doc-topic: [quick-start]
1919

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

2425
The Kubewarden stack comprises:
@@ -408,4 +409,12 @@ kubectl delete -l "kubewarden" mutatingwebhookconfigurations.admissionregistrati
408409

409410
## What's next?
410411

411-
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).
412+
Now, you are ready to deploy Kubewarden! Have a look at the policies on
413+
[artifacthub.io](https://artifacthub.io/packages/search?kind=13), on
414+
[GitHub](https://github.com/topics/kubewarden-policy), or reuse existing Rego
415+
policies as shown in the [following
416+
chapters](tutorials/writing-policies/rego/01-intro-rego.md). Here is the list of
417+
available policies on ArtifactHub:
418+
419+
<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>
420+

0 commit comments

Comments
 (0)