Skip to content

Commit 46e2785

Browse files
authored
Merge pull request #319 from vednp/vednp/issue#299
Added Star Meshery Repository button
2 parents 4c9844b + 34896cd commit 46e2785

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/_sass/index.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ $blue-munsell-3: #4392a4ff;
118118
z-index: -1px;
119119
}
120120

121+
.meshery-repo{
122+
width: 18rem;
123+
margin-top: 1rem;
124+
}
125+
121126
.docs-section{
122127
min-height: 100vh;
123128
&-logo-span{
@@ -139,6 +144,7 @@ $blue-munsell-3: #4392a4ff;
139144
}
140145
}
141146

147+
142148
// hero-section-div ends
143149

144150
// Newsletter-signup starts

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h1 class="desc-h1">Nighthawk and Meshery</h1>
8585
three choices of load generator for
8686
characterizing and managing the performance
8787
of service meshes and their workloads.</p> -->
88-
88+
<a href="https://github.com/meshery/meshery"><img class="meshery-repo" src="https://img.shields.io/github/stars/meshery/meshery.svg?style=social&amp;label=Star%20Meshery%20Repository&amp;maxAge=2592000" alt="Star Repo"></a>
8989
</div>
9090
</div>
9191
</div>

0 commit comments

Comments
 (0)