Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add releases
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
  • Loading branch information
JimBugwadia committed Jul 20, 2021
1 parent d43bd7e commit 513bf62
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 11 deletions.
7 changes: 6 additions & 1 deletion config/_default/config.toml
Expand Up @@ -49,4 +49,9 @@ anchor = "smart"
id = ""

[outputs]
home = ["HTML","RSS","JSON"]
home = ["HTML","RSS","JSON"]

# Add your release versions here
[[params.versions]]
version = "v1.4.1"
url = "https://main.kyverno.io"
11 changes: 6 additions & 5 deletions config/_default/menus/menu.en.toml
Expand Up @@ -4,23 +4,24 @@
name = "About Kyverno"
weight = -103
url = "#td-block-1"

[[main]]
name = "Documentation"
weight = -102
url = "/docs"

[[main]]
name = "Policies"
weight = -101
url = "/policies"
[[main]]
name = "GitHub"
weight = -100
url = "https://github.com/kyverno/kyverno/"

[[main]]
name = "Resources"
weight = -99
url = "/resources"

[[main]]
name = "Community"
weight = -98
url = "/community"
url = "/community"

5 changes: 5 additions & 0 deletions config/_default/params.toml
Expand Up @@ -111,6 +111,11 @@ enable = false
[links]
# End user relevant links. These will show up on left side of footer and in the community page if you have one.

[[links.user]]
name ="Kyverno GitHub repository"
url = "https://github.com/kyverno/kyverno/"
icon = "fab fa-github"
desc = "Kyverno GitHub"
[[links.user]]
name ="Follow Kyverno on Twitter"
url = "https://twitter.com/kyverno"
Expand Down
10 changes: 7 additions & 3 deletions content/en/Community/_index.md
Expand Up @@ -4,7 +4,11 @@ linkTitle: "Community"
type: docs
---

## Kyverno Slack Channel
## GitHub

The [Kyverno source code](https://github.com/kyverno/kyverno/) and project artifacts are managed on GitHub in the [Kyverno](https://github.com/kyverno) organization.

## Slack Channel

Join the Kubernetes slack workspace at [https://slack.k8s.io/](https://slack.k8s.io/) and then search for the [#kyverno](https://slack.k8s.io/#kyverno) channel.

Expand All @@ -14,14 +18,14 @@ If you already have access to the Kubernetes slack workspace simply select `sign

To attend our community meetings, join the [Kyverno group](https://groups.google.com/g/kyverno). You will then be sent a meeting invite and will have access to the agenda and meeting notes (feel free to suggest topics!)

### Kyverno Users Meeting
### End Users Meeting

This is a monthly meeting for Kyverno community meeting for new feature demos and roadmap discussions:
* Monthly on the third Wed at 9:00 AM PST
* [Agenda and meeting notes](https://docs.google.com/document/d/10Hu1qTip1KShi8Lf_v9C5UVQtp7vz_WL3WVxltTvdAc/edit#)


### Kyverno Contributors Meeting
### Contributors Meeting

This is a weekly forum for Kyverno contributors and maintainers to discuss project delivery and implementation topics such as feature designs, fixes, code, and documentation:
* Weekly every Thu at 9:00 AM PST
Expand Down
3 changes: 1 addition & 2 deletions content/en/_index.html
Expand Up @@ -18,15 +18,14 @@ <h1 class="text-center">Kubernetes Native Policy Management</h1>


{{% blocks/lead color="light" %}}
<br/><br/>

Kyverno is a policy engine designed for Kubernetes. With Kyverno, policies are managed as
Kubernetes resources and no new language is required to write policies. This allows using
familiar tools such as `kubectl`, `git`, and `kustomize` to manage policies. Kyverno policies
can validate, mutate, and generate Kubernetes resources. The Kyverno CLI
can be used to test policies and validate resources as part of a CI/CD pipeline.



<div class="mt-5 mx-auto">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="/docs/introduction/">
Documentation <i class="fa fa-book ml-2"></i>
Expand Down

0 comments on commit 513bf62

Please sign in to comment.