mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
28 lines
780 B
TOML
28 lines
780 B
TOML
|
baseUrl = "https://nirmata.github.io/kube-policy"
|
||
|
themesDir = "themes"
|
||
|
theme = "github-project-landing-page"
|
||
|
title = "Kiverno"
|
||
|
|
||
|
[params]
|
||
|
description = "Kubernetes Native Policy Management"
|
||
|
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"
|
||
|
logo = "img/kiverno.png"
|
||
|
|
||
|
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)"
|