diff --git a/README.md b/README.md index 395f8b2807..bcf53d4195 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ Additional examples are available in [examples](/examples). * [Getting Started](documentation/installation.md) * [Writing Policies](documentation/writing-policies.md) - * [Validate](documentation/writing-policies.md) - * [Mutate](documentation/writing-policies.md) - * [Generate](documentation/writing-policies.md) + * [Validate](documentation/writing-policies-validate.md) + * [Mutate](documentation/writing-policies-mutate.md) + * [Generate](documentation/writing-policies-generate.md) * [Testing Policies](documentation/testing-policies.md) * [Using kubectl](documentation/testing-policies-kubectl.md) * [Using the Kyverno CLI](documentation/testing-policies-kyverno-cli.md) diff --git a/documentation/testing-policies-cli.md b/documentation/testing-policies-cli.md new file mode 100644 index 0000000000..2bcec053c8 --- /dev/null +++ b/documentation/testing-policies-cli.md @@ -0,0 +1 @@ +# Kyverno CLI diff --git a/documentation/testing-policies-kubectl.md b/documentation/testing-policies-kubectl.md new file mode 100644 index 0000000000..d8ce94b633 --- /dev/null +++ b/documentation/testing-policies-kubectl.md @@ -0,0 +1,2 @@ +# Testing using kubectl + diff --git a/documentation/testing-policies.md b/documentation/testing-policies.md new file mode 100644 index 0000000000..6af9b95815 --- /dev/null +++ b/documentation/testing-policies.md @@ -0,0 +1 @@ +# Testing Policies diff --git a/documentation/writing-policies-generate.md b/documentation/writing-policies-generate.md new file mode 100644 index 0000000000..9b6344e0ee --- /dev/null +++ b/documentation/writing-policies-generate.md @@ -0,0 +1 @@ +# Policies that Generate Configurations diff --git a/documentation/writing-policies-mutate.md b/documentation/writing-policies-mutate.md new file mode 100644 index 0000000000..f073d1b693 --- /dev/null +++ b/documentation/writing-policies-mutate.md @@ -0,0 +1 @@ +# Policies that Mutate Configurations diff --git a/documentation/writing-policies-validate.md b/documentation/writing-policies-validate.md new file mode 100644 index 0000000000..a8c505253f --- /dev/null +++ b/documentation/writing-policies-validate.md @@ -0,0 +1 @@ +# Policies that Validate Configurations diff --git a/documentation/writing-policies.md b/documentation/writing-policies.md new file mode 100644 index 0000000000..79729e58f0 --- /dev/null +++ b/documentation/writing-policies.md @@ -0,0 +1 @@ +# Writing Policies