Skip to content

Commit ef41a57

Browse files
jvanzjhkrug
andauthored
feat: policies list in the quick start page. (#424)
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]>
1 parent 61ea972 commit ef41a57

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/quick-start.md

+14-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,16 @@ 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).
417+
418+
<details>
419+
<summary>Full list of available policies on ArtifactHub</summary>
420+
421+
<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>
422+
423+
</details>
424+

0 commit comments

Comments
 (0)