diff --git a/about/index.html b/about/index.html index f5ccdb4..65f1d5a 100644 --- a/about/index.html +++ b/about/index.html @@ -1,7 +1,7 @@ -Kubeconform - Fast Kubernetes manifests validation! | About

About

Kubeconform is a Kubernetes manifests validation tool. Build it into your CI to validate your Kubernetes +Kubeconform - Fast Kubernetes manifests validation! | About

About

Kubeconform is a Kubernetes manifests validation tool. Build it into your CI to validate your Kubernetes configuration!

It is inspired by, contains code from and is designed to stay close to Kubeval, but with the following improvements:

  • high performance: will validate & download manifests over multiple routines, caching downloaded files in memory
  • configurable list of remote, or local schemas locations, enabling validating Kubernetes custom resources (CRDs) and offline validation capabilities
  • uses by default a self-updating fork of the schemas registry maintained by the kubernetes-json-schema project - which guarantees -up-to-date schemas for all recent versions of Kubernetes.
\ No newline at end of file +up-to-date schemas for all recent versions of Kubernetes.
\ No newline at end of file diff --git a/css/style.css b/css/style.css index 2c6b631..8868774 100644 --- a/css/style.css +++ b/css/style.css @@ -63,11 +63,6 @@ hr { padding: 0.5em 0 0.5em 0em; } -#menu { - background-color: #ddd; - padding: 1em -} - #content { display:flex; } @@ -75,9 +70,25 @@ hr { #menu { flex: 15; min-width: 15%; - padding: 2em + background-color: #ddd; + padding: 2em; } +#menu li { + line-height: 1.9rem; + padding-bottom: 0.6rem; +} + +#menu li::marker { + font-size: smaller; +} + +#menu li a:hover { + text-decoration: underline; +} + + + #main { flex: 85; min-width: 0; diff --git a/docs/crd-support/index.html b/docs/crd-support/index.html index 6d069cf..9fa50c4 100644 --- a/docs/crd-support/index.html +++ b/docs/crd-support/index.html @@ -1,4 +1,4 @@ -Kubeconform - Fast Kubernetes manifests validation! | Custom Resources support