From 607c90a0a91005f318d8ba5a74138222233d4d4f Mon Sep 17 00:00:00 2001 From: Yann Hamon Date: Mon, 20 Dec 2021 00:43:36 +0100 Subject: [PATCH] Minor css updates --- site/content/docs/overview.md | 5 +- site/public/about/index.html | 72 +++++------ site/public/categories/index.xml | 11 +- site/public/css/style.css | 23 +++- site/public/docs/crd-support/index.html | 111 +++++++--------- site/public/docs/index.xml | 89 ++----------- site/public/docs/installation/index.html | 116 +++++++---------- .../docs/json-schema-conversion/index.html | 104 ++++++--------- .../docs/usage-as-github-action/index.html | 105 ++++++--------- site/public/docs/usage/index.html | 121 +++++++----------- .../docs/using-as-a-go-module/index.html | 98 ++++++-------- site/public/index.html | 92 +++++++------ site/public/index.xml | 100 ++------------- site/public/sitemap.xml | 56 +------- site/public/tags/about/index.xml | 23 +--- site/public/tags/index.xml | 57 +-------- site/public/tags/installation/index.xml | 25 +--- site/public/tags/kubeconform/index.xml | 100 ++------------- site/public/tags/usage/index.xml | 65 +--------- .../kubeconform/layouts/_default/single.html | 8 ++ .../kubeconform/layouts/partials/header.html | 1 + site/themes/kubeconform/static/css/style.css | 23 +++- 22 files changed, 418 insertions(+), 987 deletions(-) diff --git a/site/content/docs/overview.md b/site/content/docs/overview.md index 7d485b3..d9645de 100644 --- a/site/content/docs/overview.md +++ b/site/content/docs/overview.md @@ -6,8 +6,8 @@ tags: ["Kubeconform", "Overview"] weight: 1 --- -Kubeconform is a Kubernetes manifests validation tool. Build it into your CI to validate your Kubernetes -configuration! +Kubeconform is a Kubernetes manifests validation tool, and checks whether your Kubernetes manifests +are valid, according to Kubernetes resources definitions. It is inspired by, contains code from and is designed to stay close to [Kubeval](https://github.com/instrumenta/kubeval), but with the following improvements: @@ -18,6 +18,7 @@ It is inspired by, contains code from and is designed to stay close to * uses by default a [self-updating fork](https://github.com/yannh/kubernetes-json-schema) of the schemas registry maintained by the [kubernetes-json-schema](https://github.com/instrumenta/kubernetes-json-schema) project - which guarantees up-to-date **schemas for all recent versions of Kubernetes**. +* improved logging: support for more formats (Tap, Junit, JSON). ### A small overview of Kubernetes manifest validation diff --git a/site/public/about/index.html b/site/public/about/index.html index 5e93164..9486233 100644 --- a/site/public/about/index.html +++ b/site/public/about/index.html @@ -1,57 +1,51 @@ - - - - - - Kubeconform - Fast Kubernetes manifests validation! | About + + + + +Kubeconform - Fast Kubernetes manifests validation! | About -