Skip to content

Commit 9a02450

Browse files
author
Gaurav Nelson
authored
GitHub Stars (stackrox#126)
1 parent a64df58 commit 9a02450

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/_navbar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[![GitHub Repo stars](https://img.shields.io/github/stars/stackrox/kube-linter?label=Give%20us%20a%20star%20on%20GitHub&style=social)](https://github.com/stackrox/kube-linter)

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
coverpage: false,
1919
onlyCover: true,
2020
loadSidebar: true,
21+
loadNavbar: true,
2122
subMaxLevel: 2,
2223
auto2top: true,
2324
copyCode: {

docs/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
}
5555
}
5656

57+
/* GitHub Stars */
58+
.app-nav img {
59+
height: 25px;
60+
}
61+
5762
/* Icons for Kubernetes and Helm tabs */
5863
[data-tab="kubernetes"]:before {
5964
content: url('https://api.iconify.design/cib:kubernetes.svg?height=16');

0 commit comments

Comments
 (0)