chores: remove registered trademark symbol (#160)

* remove-registered-trademark-symbol

Signed-off-by: Mila Wu <wumila1996@gmail.com>

* remove-registered-trademark-symbol

Signed-off-by: Mila Wu <wumila1996@gmail.com>
This commit is contained in:
Mila Wu 2021-11-05 12:14:47 +08:00 committed by GitHub
parent d755287500
commit fdfedb7968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
---
slug: /chaos-mesh-join-cncf-sandbox-project
title: Chaos Mesh® Joins CNCF as a Sandbox Project
title: Chaos Mesh Joins CNCF as a Sandbox Project
author: Chaos Mesh Authors
author_title: Maintainer of Chaos Mesh
author_url: https://github.com/chaos-mesh
@ -10,7 +10,7 @@ tags: [Chaos Mesh, Chaos Engineering, Kubernetes, CNCF, Cloud Native]
---
![Chaos Mesh Join CNCF as Sandbox Project](/img/chaos-mesh-cncf.png)
Were thrilled to announce that [Chaos Mesh®](https://github.com/chaos-mesh/chaos-mesh) is now officially accepted as a CNCF Sandbox project. As maintainers of Chaos Mesh, wed like to thank all the contributors and adopters. This would not be possible without your trust, support, and contributions.
Were thrilled to announce that [Chaos Mesh](https://github.com/chaos-mesh/chaos-mesh) is now officially accepted as a CNCF Sandbox project. As maintainers of Chaos Mesh, wed like to thank all the contributors and adopters. This would not be possible without your trust, support, and contributions.
<!--truncate-->

View File

@ -1,6 +1,6 @@
---
slug: /building_automated_testing_framework
title: Building an Automated Testing Framework Based on Chaos Mesh® and Argo
title: Building an Automated Testing Framework Based on Chaos Mesh and Argo
author: Ben Ye, Chengwen Yin
author_title: Maintainer of Chaos Mesh
author_url: https://github.com/chaos-mesh/chaos-mesh/blob/master/MAINTAINERS.md
@ -11,7 +11,7 @@ tags: [Chaos Mesh, Chaos Engineering, Test Automation]
![TiPocket - Automated Testing Framework](/img/automated_testing_framework.png)
[Chaos Mesh](https://github.com/chaos-mesh/chaos-mesh)® is an open-source chaos engineering platform for Kubernetes. Although it provides rich capabilities to simulate abnormal system conditions, it still only solves a fraction of the Chaos Engineering puzzle. Besides fault injection, a full chaos engineering application consists of hypothesizing around defined steady states, running experiments in production, validating the system via test cases, and automating the testing.
[Chaos Mesh](https://github.com/chaos-mesh/chaos-mesh) is an open-source chaos engineering platform for Kubernetes. Although it provides rich capabilities to simulate abnormal system conditions, it still only solves a fraction of the Chaos Engineering puzzle. Besides fault injection, a full chaos engineering application consists of hypothesizing around defined steady states, running experiments in production, validating the system via test cases, and automating the testing.
This article describes how we use [TiPocket](https://github.com/pingcap/tipocket), an automated testing framework to build a full Chaos Engineering testing loop for TiDB, our distributed database.

View File

@ -10,7 +10,7 @@ tags: [Announcement, Chaos Mesh, Chaos Engineering]
![Chaos-Mesh-1.0 - Chaos-Engineering-on-Kubernetes-Made-Easier](/img/chaos-mesh-1.0.png)
Today, we are proud to announce the general availability of Chaos Mesh® 1.0, following its entry into CNCF as a [sandbox project](https://pingcap.com/blog/announcing-chaos-mesh-as-a-cncf-sandbox-project) in July, 2020.
Today, we are proud to announce the general availability of Chaos Mesh 1.0, following its entry into CNCF as a [sandbox project](https://pingcap.com/blog/announcing-chaos-mesh-as-a-cncf-sandbox-project) in July, 2020.
<!--truncate-->

View File

@ -11,7 +11,7 @@ tags: [Chaos Mesh, Chaos Engineering]
![Chaos engineering tools](/img/chaos-engineering-tools-as-a-service.jpeg)
[Chaos Mesh®](https://chaos-mesh.org/) is a cloud-native Chaos Engineering platform that orchestrates chaos in Kubernetes environments. With Chaos Mesh, you can test your system's resilience and robustness on Kubernetes by injecting all types of faults into Pods, network, file system, and even the kernel.
[Chaos Mesh](https://chaos-mesh.org/) is a cloud-native Chaos Engineering platform that orchestrates chaos in Kubernetes environments. With Chaos Mesh, you can test your system's resilience and robustness on Kubernetes by injecting all types of faults into Pods, network, file system, and even the kernel.
<!--truncate-->

View File

@ -1,6 +1,6 @@
---
slug: /securing-tenant-namespaces-using-restrict-authorization-feature
title: 'Securing tenant namespaces using restrict authorization feature in Chaos Mesh®'
title: 'Securing tenant namespaces using restrict authorization feature in Chaos Mesh'
author: Anurag Paliwal
author_title: Contributor of Chaos Mesh
author_url: https://github.com/anuragpaliwal80

View File

@ -1,6 +1,6 @@
---
slug: /chaos-mesh-q&a
title: 'Chaos Mesh® Q&A'
title: 'Chaos Mesh Q&A'
author: Chaos Mesh Community
author_url: https://github.com/chaos-mesh
author_image_url: https://avatars1.githubusercontent.com/u/59082378?v=4

View File

@ -1,6 +1,6 @@
---
slug: /chaos-mesh-celebrates-100th-contributor
title: 'Chaos Mesh® Celebrates 100th Contributor'
title: 'Chaos Mesh Celebrates 100th Contributor'
author: Chaos Mesh Maintainers
author_url: https://github.com/chaos-mesh/chaos-mesh/blob/master/MAINTAINERS.md
author_image_url: https://avatars1.githubusercontent.com/u/59082378?v=4

View File

@ -22,7 +22,7 @@ As our community grows, Apache APISIX's features more frequently interact with e
<p class="caption-center"> Apache APISIX architecture </p>
In this post, we'll share how we use [Chaos Mesh®](https://chaos-mesh.org/) to improve our system stability.
In this post, we'll share how we use [Chaos Mesh](https://chaos-mesh.org/) to improve our system stability.
## Our pain points

View File

@ -11,7 +11,7 @@ tags: [Chaos Mesh, Chaos Engineering, chaosd]
![How to run chaos experiments on your physical machine](/img/chaosd-banner.png)
[Chaos Mesh®](https://github.com/chaos-mesh/chaos-mesh) is a cloud-native Chaos Engineering platform that orchestrates chaos in Kubernetes environments. With Chaos Mesh, you can simulate a variety of failures, and use Chaos Dashboard, a web UI, to manage chaos experiments directly. Since it was open-sourced, Chaos Mesh has been adopted by many companies to ensure their systems resilience and robustness. But over the past year, we have frequently heard requests from the community asking how to run chaos experiments when the services are not deployed on Kubernetes.
[Chaos Mesh](https://github.com/chaos-mesh/chaos-mesh) is a cloud-native Chaos Engineering platform that orchestrates chaos in Kubernetes environments. With Chaos Mesh, you can simulate a variety of failures, and use Chaos Dashboard, a web UI, to manage chaos experiments directly. Since it was open-sourced, Chaos Mesh has been adopted by many companies to ensure their systems resilience and robustness. But over the past year, we have frequently heard requests from the community asking how to run chaos experiments when the services are not deployed on Kubernetes.
<!--truncate-->

View File

@ -131,7 +131,7 @@ module.exports = {
],
copyright: `
<br />
<strong>© Chaos Mesh® Authors ${new Date().getFullYear()} | Documentation Distributed under CC-BY-4.0 </strong>
<strong>© Chaos Mesh Authors ${new Date().getFullYear()} | Documentation Distributed under CC-BY-4.0 </strong>
<br />
<br />
© ${new Date().getFullYear()} The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage/"> Trademark Usage</a> page.

View File

@ -52,7 +52,7 @@
"description": "The label of footer link with label=Blog linking to blog"
},
"copyright": {
"message": "\n <br />\n <strong>© Chaos Mesh® Authors 2021 | Documentation Distributed under CC-BY-4.0 </strong>\n <br />\n <br />\n © 2021 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href=\"https://www.linuxfoundation.org/trademark-usage/\"> Trademark Usage</a> page.\n ",
"message": "\n <br />\n <strong>© Chaos Mesh Authors 2021 | Documentation Distributed under CC-BY-4.0 </strong>\n <br />\n <br />\n © 2021 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href=\"https://www.linuxfoundation.org/trademark-usage/\"> Trademark Usage</a> page.\n ",
"description": "The footer copyright"
}
}

View File

@ -1,6 +1,6 @@
{
"title": {
"message": "Chaos Mesh®",
"message": "Chaos Mesh",
"description": "The title in the navbar"
},
"item.label.Documentation": {

View File

@ -185,7 +185,7 @@ function Home() {
<div className="hero">
<div className="container text--center">
<h2 className="hero__subtitle">
Chaos Mesh® is a <Link to="https://cncf.io/">Cloud Native Computing Foundation</Link> sandbox project
Chaos Mesh is a <Link to="https://cncf.io/">Cloud Native Computing Foundation</Link> sandbox project
</h2>
<div className={clsx('cncf-logo', styles.cncfLogo)} />
</div>