mirror of
https://github.com/yannh/kubeconform.git
synced 2026-05-05 17:54:25 +00:00
Minor css updates
This commit is contained in:
parent
d10c9bde67
commit
607c90a0a9
22 changed files with 418 additions and 987 deletions
|
|
@ -1,58 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta name="generator" content="Hugo 0.91.0" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Yann Hamon">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css"><link rel="stylesheet" type="text/css" href="/css/prism.css">
|
||||
<title>Kubeconform - Fast Kubernetes manifests validation!</title>
|
||||
<!doctype html><html><head>
|
||||
<meta name=generator content="Hugo 0.91.0">
|
||||
<meta charset=utf-8>
|
||||
<meta name=author content="Yann Hamon">
|
||||
<link rel=stylesheet type=text/css href=/css/style.css><link rel=stylesheet type=text/css href=/css/prism.css>
|
||||
<title>Kubeconform - Fast Kubernetes manifests validation!</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="main-container"><div id="header">
|
||||
<ul id="navigation">
|
||||
<li><a href="/about">About</a></li>
|
||||
<li><a href="/docs/installation/">Docs</a></li>
|
||||
<li><a href="/">Home</a></li>
|
||||
</ul>
|
||||
<h1>Kubeconform</h1>
|
||||
<h2>A fast Kubernetes manifests validator</h2>
|
||||
<div id=main-container><div id=header>
|
||||
<ul id=navigation>
|
||||
<li><a href=/about>About</a></li>
|
||||
<li><a href=https://github.com/yannh/kubeconform/>Github</a></li>
|
||||
<li><a href=/docs/installation/>Docs</a></li>
|
||||
<li><a href=/>Home</a></li>
|
||||
</ul>
|
||||
<h1>Kubeconform</h1>
|
||||
<h2>A fast Kubernetes manifests validator</h2>
|
||||
</div>
|
||||
<div id="content"><div id="main">
|
||||
|
||||
<p id="motto">Validate your Kubernetes manifests instead of deploying broken configuration</p>
|
||||
|
||||
<pre id="demo"><code class="language-bash">$ kubeconform -summary myapp/deployment.yaml
|
||||
<div id=content><div id=main>
|
||||
<p id=motto>Validate your Kubernetes manifests instead of deploying broken configuration</p>
|
||||
<pre id=demo><code class=language-bash>$ kubeconform -summary myapp/deployment.yaml
|
||||
Summary: 5 resources found in 1 file - Valid: 5, Invalid: 0, Errors: 0, Skipped: 0
|
||||
</code></pre>
|
||||
|
||||
<a href="/docs/installation/" id="get">
|
||||
Get Started!
|
||||
<a href=/docs/installation/ id=get>
|
||||
Get Started!
|
||||
</a>
|
||||
|
||||
<div id="kc-pros">
|
||||
<div>
|
||||
<h2>Easy-to-use</h2>
|
||||
<p>Single binary, super-easy installation for Windows, Mac & Linux. It takes seconds to get started.</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Lightning fast</h2>
|
||||
<p>Kubeconform makes heavy use of Golang's concurrency capabilities, and will spread its workload across multiple cores.</pa>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Support for Kubernetes CRDs</h2>
|
||||
<p>Validate ALL your Kubernetes resources with Kubeconform's CRD support</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Flexible</h2>
|
||||
<p>With support for JSON, Junit, TAP output, and leveraging the easy-to-use Docker image, you can run Kubeconform in any CI system.</p>
|
||||
</div>
|
||||
<div id=kc-pros>
|
||||
<div>
|
||||
<h2>Easy-to-use</h2>
|
||||
<p>Single binary, super-easy installation for Windows, Mac & Linux. It takes seconds to get started.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div><div id="footer">
|
||||
Website powered by <a href="https://gohugo.io/">Hugo</a>
|
||||
<div>
|
||||
<h2>Lightning fast</h2>
|
||||
<p>Kubeconform makes heavy use of Golang's concurrency capabilities, and will spread its workload across multiple cores.</pa>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Support for Kubernetes CRDs</h2>
|
||||
<p>Validate ALL your Kubernetes resources with Kubeconform's CRD support</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Flexible</h2>
|
||||
<p>With support for JSON, Junit, TAP output, and leveraging the easy-to-use Docker image, you can run Kubeconform in any CI system.</p>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="/js/prism.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
||||
</div><div id=footer>
|
||||
Website powered by <a href=https://gohugo.io/>Hugo</a>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src=/js/prism.js></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue