Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix readme #276

Merged
merged 1 commit into from
Jan 11, 2024
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Use Kyverno's powerful, declarative, low-code policies to validate any runtime o

Run `kyverno-json` as a CLI, or a web application with a REST API. Or, integrate as a Golang library.

**WARNING: ⚠️ Kyverno JSON is in early development and changes may not be backwards compatible.**
**WARNING: ⚠️ Kyverno JSON is in early development and changes may not be backward compatible.**

## 📙 Documentation

Documentation is available at: https://kyverno.github.io/kyverno-json

👉 **[Quick Start](https://kyverno.github.io/kyverno-json/quick-start/)**
👉 **[Quick Start](https://kyverno.github.io/kyverno-json/latest/quick-start/)**

👉 **[Sample Policies](https://kyverno.github.io/kyverno-json/catalog/)**
👉 **[Sample Policies](https://kyverno.github.io/kyverno-json/latest/catalog/)**

👉 **[Playground](https://kyverno.github.io/kyverno-json/playground/)**
👉 **[Playground](https://kyverno.github.io/kyverno-json/latest/playground/)**

## 🙋‍♂️ Getting Help

Expand All @@ -40,7 +40,7 @@ We are here to help!

Thanks for your interest in contributing to Kyverno! Here are some steps to help get you started:

✔ Look through the [good first issues](https://github.com/kyverno/kyverno-json/labels/good%20first%20issue) list. Add a comment with `/assign` to request assignment of the issue.
✔ Look through the [good first issues](https://github.com/kyverno/kyverno-json/labels/good%20first%20issue) list. Add a comment with `/assign` to request the assignment of the issue.

✔ Check out the Kyverno [Community page](https://kyverno.io/community/) for other ways to get involved.

Expand Down
Loading