We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64df58 commit 9a02450Copy full SHA for 9a02450
docs/_navbar.md
@@ -0,0 +1 @@
1
+[](https://github.com/stackrox/kube-linter)
docs/index.html
@@ -18,6 +18,7 @@
18
coverpage: false,
19
onlyCover: true,
20
loadSidebar: true,
21
+ loadNavbar: true,
22
subMaxLevel: 2,
23
auto2top: true,
24
copyCode: {
docs/style.css
@@ -54,6 +54,11 @@
54
}
55
56
57
+/* GitHub Stars */
58
+.app-nav img {
59
+ height: 25px;
60
+}
61
+
62
/* Icons for Kubernetes and Helm tabs */
63
[data-tab="kubernetes"]:before {
64
content: url('https://api.iconify.design/cib:kubernetes.svg?height=16');
0 commit comments