Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 081dc19

Browse files
committedAug 4, 2021
docs: v2.0.0
Signed-off-by: Yue Yang <[email protected]>
1 parent 182bfb0 commit 081dc19

File tree

85 files changed

+4703
-7
lines changed

Some content is hidden

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

85 files changed

+4703
-7
lines changed
 

‎docs/upgrade-to-2.0.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Upgrade to Chaos Mesh 2.0
3-
sidebar_label: Upgrade to Chaos Mesh 2.0
43
---
54

65
This document provides detailed instruction for upgrading Chaos Mesh from 1.x to 2.0. Chaos Mesh 2.0 introduced some new features and fixed many issues. Because in Chaos Mesh 2.0, some code has been rebuilt, you need to perform extra actions for the upgrade.
@@ -68,4 +67,4 @@ bash migrate.sh -i
6867

6968
## Report issues
7069

71-
If you encounter any problems in the upgrade process, submit the output of your command to [slack](https://cloud-native.slack.com/archives/C0193VAV272) or create an [issue](https://github.com/pingcap/chaos-mesh/issues) on Github. Thanks for your feedback, and the Chaos Mesh team is happy to resolve your problems.
70+
If you encounter any problems in the upgrade process, submit the output of your command to [slack](https://cloud-native.slack.com/archives/C0193VAV272) or create an [issue](https://github.com/pingcap/chaos-mesh/issues) on Github. Thanks for your feedback, and the Chaos Mesh team is happy to resolve your problems.

‎sidebars.js

+9-5
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,15 @@ module.exports = {
108108
// label: 'Reference Guides',
109109
// items: ['architecture', 'chaos-engineering-principles', 'chaosctl-tool', 'glossary'],
110110
// },
111-
// {
112-
// type: 'category',
113-
// label: 'FAQs and Troubleshooting',
114-
// items: ['faqs', 'troubleshooting-guide'],
115-
// },
111+
{
112+
type: 'category',
113+
label: 'FAQs and Troubleshooting',
114+
items: [
115+
// 'faqs',
116+
// 'troubleshooting-guide',
117+
'upgrade-to-2.0',
118+
],
119+
},
116120
// {
117121
// type: 'category',
118122
// label: 'Release Notes',

0 commit comments

Comments
 (0)
This repository has been archived.