2019-05-12 15:13:53 -07:00
|
|
|
baseURL = "https://nirmata.github.io/kube-policy/"
|
2019-05-12 04:16:31 -07:00
|
|
|
themesDir = "themes"
|
|
|
|
theme = "github-project-landing-page"
|
2019-05-12 15:54:30 -07:00
|
|
|
title = "Kyverno"
|
2019-05-12 15:13:53 -07:00
|
|
|
canonifyURLs=true
|
|
|
|
relativeURLs=true
|
2019-05-12 04:16:31 -07:00
|
|
|
|
|
|
|
[params]
|
|
|
|
description = "Kubernetes Native Policy Management"
|
2019-05-20 00:05:42 -07:00
|
|
|
long_description = '''
|
|
|
|
Manage policies as Kuberneres resources using YAML or JSON. Easily validate,
|
|
|
|
mutate, or generate Kubernetes resources. Match resources based on label selectors
|
|
|
|
and wildcards. View policy results as events, and policy violations as events or
|
|
|
|
in policy status.'''
|
2019-05-12 04:16:31 -07:00
|
|
|
author_name = "Nirmata"
|
|
|
|
author_url = "http://nirmata.com"
|
|
|
|
project_url = "http://github.com/nirmata/kube-policy/"
|
|
|
|
project_documentation = "http://github.com/nirmata/kube-policy/docs"
|
|
|
|
github_project_name = "kube-policy"
|
|
|
|
github_user_name = "nirmata"
|
2019-05-12 15:54:30 -07:00
|
|
|
logo = "img/kyverno.png"
|
2019-05-12 04:16:31 -07:00
|
|
|
|
|
|
|
first_color="#f8f8f8"
|
|
|
|
first_border_color="#e7e7e7"
|
|
|
|
first_text_color="#333"
|
|
|
|
|
|
|
|
second_color="white"
|
|
|
|
second_text_color="#333"
|
|
|
|
|
|
|
|
header_color="#f8f8f8"
|
|
|
|
header_text_color="rgb(51, 51, 51)"
|
|
|
|
|
|
|
|
header_link_color="#777"
|
|
|
|
header_link_hover_color="rgb(51, 51, 51)"
|