1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00

add placeholders for docs

This commit is contained in:
Jim Bugwadia 2019-05-21 11:06:03 -07:00
parent 5ef9b86400
commit 1144807cfb
8 changed files with 11 additions and 3 deletions

View file

@ -113,9 +113,9 @@ Additional examples are available in [examples](/examples).
* [Getting Started](documentation/installation.md) * [Getting Started](documentation/installation.md)
* [Writing Policies](documentation/writing-policies.md) * [Writing Policies](documentation/writing-policies.md)
* [Validate](documentation/writing-policies.md) * [Validate](documentation/writing-policies-validate.md)
* [Mutate](documentation/writing-policies.md) * [Mutate](documentation/writing-policies-mutate.md)
* [Generate](documentation/writing-policies.md) * [Generate](documentation/writing-policies-generate.md)
* [Testing Policies](documentation/testing-policies.md) * [Testing Policies](documentation/testing-policies.md)
* [Using kubectl](documentation/testing-policies-kubectl.md) * [Using kubectl](documentation/testing-policies-kubectl.md)
* [Using the Kyverno CLI](documentation/testing-policies-kyverno-cli.md) * [Using the Kyverno CLI](documentation/testing-policies-kyverno-cli.md)

View file

@ -0,0 +1 @@
# Kyverno CLI

View file

@ -0,0 +1,2 @@
# Testing using kubectl

View file

@ -0,0 +1 @@
# Testing Policies

View file

@ -0,0 +1 @@
# Policies that Generate Configurations

View file

@ -0,0 +1 @@
# Policies that Mutate Configurations

View file

@ -0,0 +1 @@
# Policies that Validate Configurations

View file

@ -0,0 +1 @@
# Writing Policies