Skip to content

Commit 634432d

Browse files
authored
Merge branch 'layer5io:master' into twitter
2 parents c582083 + 0c064d9 commit 634432d

File tree

150 files changed

+1894
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1894
-450
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ In the styled component, we find ".logo", add the `svg` element, and within that
278278
279279
## Changing images depending on the theme.
280280
281-
If possibe we wish to avoid using images dependent on the theme because we are required to use a conditional (which will cause a flicker of the image when the page is reloaded). If necessary, please use the following instructions.
281+
If possible we wish to avoid using images dependent on the theme because we are required to use a conditional (which will cause a flicker of the image when the page is reloaded). If necessary, please use the following instructions.
282282
283283
1. To change images or SVG as the image source, according to the theme, you have to import the hook `useStyledDarkMode` from the following [folder](https://github.com/layer5io/layer5/blob/master/src/theme/app/useStyledDarkMode.js), and then use the `isDark` value from `useStyledDarkMode` hook for the conditional.
284284

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<a href="https://meshery.io">
3333
<img src=".github/assets/images/meshery/meshery-logo.svg" style="margin:10px;" width="125px" alt="Meshery - Cloud Native Management Plane" align="left" />
3434
</a>
35-
<a href="https://meshery.io">Meshery</a> is the open source, cloud native management plane that enables the adoption, operation, and management of Kubernetes, any service mesh, and their workloads.
35+
<a href="https://meshery.io">Meshery</a> is the collaborative cloud native manager that enables the adoption, operation, and management of Kubernetes and its workloads.
3636
<br /><br /><br/>
3737
</p>
3838
<br />
@@ -50,10 +50,10 @@
5050

5151

5252
<p style="clear:both;">
53-
<h2><a href="https://github.com/service-mesh-patterns">Service Mesh Pattern</a></h2>
54-
<a href="https://github.com/service-mesh-patterns"><img src=".github/assets/images/patterns/service-mesh-pattern.svg" style="float:left;margin:10px;" width="125px" alt="Service Mesh Pattern" align="left"/>
53+
<h2><a href="https://github.com/service-mesh-patterns">Cloud Native Patterns</a></h2>
54+
<a href="https://github.com/service-mesh-patterns"><img src=".github/assets/images/patterns/service-mesh-pattern.svg" style="float:left;margin:10px;" width="125px" alt="Cloud Native Patterns" align="left"/>
5555
</a>
56-
<a href="https://github.com/service-mesh-patterns">Service Mesh Patterns</a> help you get the most out of Linkerd, Consul, App Mesh, Istio, Kuma, Open Service Mesh, or <a href="https://layer5.io/service-mesh-landscape">any service mesh</a>, including those using Envoy and use of WebAssembly. Each pattern can be used as a template and is customizable.
56+
<a href="https://github.com/service-mesh-patterns">Cloud Native Patterns</a> help you get the most out of Kubernetes and every CNCF project. Each pattern can be used as a template and is customizable.
5757
<br /><br /><br />
5858
</p>
5959
<br />
@@ -71,15 +71,15 @@ The <a href="https://layer5.io/landscape">Service Mesh Landscape</a> is a compre
7171

7272

7373
<p style="clear:both;">
74-
<h2><a href="https://layer5.io/projects/service-mesh-performance">Service Mesh Performance</a></h2>
74+
<h2><a href="https://layer5.io/projects/service-mesh-performance">Cloud Native Performance</a></h2>
7575
<a href="https://layer5.io/projects/service-mesh-performance">
7676
<picture align="left">
7777
<source media="(prefers-color-scheme: dark)" srcset="src/assets/images/service-mesh-performance/stacked/smp-light-text.svg">
7878
<source media="(prefers-color-scheme: light)" srcset=".github/assets/images/smp-dark-text.svg">
7979
<img align="left" src="src/assets/images/service-mesh-performance/stacked/smp-light-text.svg" alt="Shows a dark SMP logo in light mode and a white logo in dark mode" width="125px" style="float:left;margin:10px;" />
8080
</picture>
8181
</a>
82-
The <a href="https://layer5.io/projects/service-mesh-performance">Service Mesh Performance</a> (SMP) is a vendor-neutral specification for capturing details of environment and infrastructure details, service mesh and its configuration, service/application details, and bundling of statistical analysis of results.
82+
The <a href="https://layer5.io/projects/service-mesh-performance">Cloud Native Performance</a> is a vendor-neutral specification for capturing details of environment and infrastructure details, cloud native infrastructure and its configuration, service/application details, and bundling of statistical analysis of results.
8383
<br /><br /><br />
8484
</p>
8585
<br />
@@ -116,7 +116,7 @@ Image Hub supports Envoy-based data planes. It is compatible with and can be dep
116116
style="float:left;margin:10px;" width="125px" height="100px"
117117
alt="Learn Layer5" align="left" />
118118
</a>
119-
<a href="https://github.com/layer5io/learn-layer5">Learn Layer5</a> is a sample application for learning how service meshes work which also provides <a href="https://layer5.io/smi">SMI Conformance testing</a>.
119+
<a href="https://github.com/layer5io/learn-layer5">Learn Layer5</a> is a sample application for learning how cloud native infrastructure works.
120120
<br /><br /><br />
121121
</p>
122122
<br />
@@ -140,7 +140,7 @@ alt="Service Mesh Interface Conformance" align="left" /></a>
140140
style="float:left;margin:10px;" width="125px"
141141
alt="Nighthawk" align="left" />
142142
</a>
143-
<a href="https://getnighthawk.dev/">Nighthawk</a> is a Layer 7 (HTTP/HTTPS/HTTP2) performance characterization tool. Nighthawk is Envoy’s load generator and is written in C++. Meshery integrates Nighthawk as one of (currently) three choices of load generator for characterizing and managing the performance of service meshes and their workloads.
143+
<a href="https://getnighthawk.dev/">Nighthawk</a> is a Layer 7 (HTTP/HTTPS/HTTP2) performance characterization tool. Nighthawk is Envoy’s load generator and is written in C++. Meshery integrates Nighthawk as one of (currently) three choices of load generator for characterizing and managing the performance of infrastructure and services.
144144
<br /><br /><br />
145145
</p>
146146

@@ -186,7 +186,7 @@ alt="Meshery Catalog" align="left" />
186186
<br />
187187
<ul>
188188
<li>Find us on Twitter: <a href="https://twitter.com/layer5">@layer5</a>, <a href="https://twitter.com/mesheryio">@mesheryio</a>, and <a href="https://twitter.com/smp_spec">@smp_spec</a>.</li>
189-
<li>Visit us on LinkedIn: <a href="https://www.linkedin.com/company/layer5">Layer5</a>, <a href="https://www.linkedin.com/showcase/meshery/">Meshery</a>, and <a href="https://www.linkedin.com/showcase/service-mesh-performance">Service Mesh Performance</a>.</li>
189+
<li>Visit us on LinkedIn: <a href="https://www.linkedin.com/company/layer5">Layer5</a>, <a href="https://www.linkedin.com/showcase/meshery/">Meshery</a>, and <a href="https://www.linkedin.com/showcase/service-mesh-performance">Cloud Native Performance</a>.</li>
190190
<li>Subscribe on <a href="http://youtube.com/Layer5io?sub_confirmation=1">Youtube</a>.</li>
191191
</ul>
192192

package-lock.json

Lines changed: 25 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sideway/address": "^5.0.0",
3737
"@svgr/webpack": "^8.0.1",
3838
"axios": "^1.4.0",
39-
"babel-plugin-styled-components": "^2.0.7",
39+
"babel-plugin-styled-components": "^2.1.4",
4040
"babel-preset-gatsby": "^2.22.0",
4141
"cytoscape": "^3.23.0",
4242
"cytoscape-cose-bilkent": "^4.1.0",
@@ -61,7 +61,7 @@
6161
"gatsby-plugin-sitemap": "^5.25.0",
6262
"gatsby-plugin-styled-components": "^5.25.0",
6363
"gatsby-plugin-svgr": "^3.0.0-beta.0",
64-
"gatsby-redirect-from": "^1.0.4",
64+
"gatsby-redirect-from": "^1.0.5",
6565
"gatsby-source-filesystem": "^4.25.0",
6666
"gatsby-transformer-sharp": "^4.25.0",
6767
"gbimage-bridge": "^0.2.2",
11.9 KB
Binary file not shown.
220 KB
Loading
201 KB
Loading
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)