Skip to content

Commit 4a0660f

Browse files
authored
Merge branch 'master' into master
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
2 parents 1e09181 + 4623108 commit 4a0660f

21 files changed

+403
-132
lines changed

.github/Mesherydark.png.png

15.2 KB
Loading

.github/Mesherylight.png

Lines changed: 5 additions & 0 deletions
Loading

.github/Mesherylight.png.png

14.5 KB
Loading

.github/Mesherylogo.png

Lines changed: 5 additions & 0 deletions
Loading

.github/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ firstPRMergeComment: >
1818
Thanks for your contribution to Meshery! :tada:
1919
2020
<picture>
21-
<source media="(prefers-color-scheme: dark)" srcset="./welcome/Meshery-celebration-w.png">
22-
<source media="(prefers-color-scheme: light)" srcset="./welcome/Meshery-celebration-b.png">
21+
<source media="(prefers-color-scheme: dark)" srcset="./welcome/Meshery-light-logo.png">
22+
<source media="(prefers-color-scheme: light)" srcset="./welcome/Meshery-dark-logo.png">
2323
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
2424
</picture>
2525
26-
2726
#-------------------------------------------------------------------------------
2827
# Configuration for request-info - https://github.com/behaviorbot/request-info
2928
# Comment to reply with
-50.2 KB
Binary file not shown.
15.2 KB
Loading
14.5 KB
Loading

.github/welcome/Meshery.png

Lines changed: 5 additions & 0 deletions
Loading

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# MeshKit for Layer5 projects
2-
A toolkit for Layer5's microservices. Learn more: [Introducing MeshKit and the Meshery Adapter Library](https://layer5.io/blog/meshery/introducing-meshkit-and-the-meshery-adapter-library)
1+
# MeshKit for Meshery and it's ecosystem
2+
A toolkit for Meshery's microservices and various individual architectural components to reuse and share common functionality. Learn more: [Introducing MeshKit and the Meshery Adapter Library](https://layer5.io/blog/meshery/introducing-meshkit-and-the-meshery-adapter-library)
33

44
### Instructions for making custom dictionary entries
55

@@ -16,7 +16,7 @@ The custom dictionary entries are case insensitive.
1616
## Join the community!
1717

1818
<a name="contributing"></a><a name="community"></a>
19-
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit">Layer5 Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="http://slack.layer5.io">Slack</a>!
19+
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://layer5.io/community/newcomers">Layer5 Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="http://slack.layer5.io">Slack</a>!
2020

2121
<p style="clear:both;">
2222
<a href ="https://layer5.io/community/meshmates"><img alt="MeshMates" src=".github/readme/images/Layer5-MeshMentors.png" style="margin-right:10px; margin-bottom:7px;" width="28%" align="left" /></a>
@@ -50,5 +50,5 @@ Find out more on the <a href="https://layer5.io/community">Layer5 community</a>.
5050
✔️ <em><strong>Discuss</strong></em> in the <a href="https://discuss.layer5.io">Community Forum</a>.<br />
5151
</p>
5252
<p align="center">
53-
<i>Not sure where to start?</i> Grab an open issue with the <a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+label%3A%22help+wanted%22+">help-wanted label</a>.
53+
<i>Not sure where to start?</i> Grab an open issue with the <a href="https://github.com/layer5io/layer5/labels/help%20wanted">help-wanted label</a>.
5454
</p>

0 commit comments

Comments
 (0)