Skip to content

Commit

Permalink
docs: v2.6.5
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Sep 20, 2024
1 parent d662789 commit a22a5b9
Show file tree
Hide file tree
Showing 254 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ For patch versions, it's only needed to move some folders and change some text.

1. Replace `2.1.3` in **versions.json** with `2.1.4`.
2. `versioned_docs/version-2.1.3` to `versioned_docs/version-2.1.4`.
3. `versioned_sidebars/version-2.1.3-sidebars.json` to `versioned_sidebars/version-2.1.4-sidebars.json` and replace `2.1.3` with `2.1.4` (if have) in json.
3. `versioned_sidebars/version-2.1.3-sidebars.json` to `versioned_sidebars/version-2.1.4-sidebars.json`.
4. `i18n/zh/docusaurus-plugin-content-docs/version-2.1.3` to `i18n/zh/docusaurus-plugin-content-docs/version-2.1.4`.
5. `i18n/zh/docusaurus-plugin-content-docs/version-2.1.3.json` to `i18n/zh/docusaurus-plugin-content-docs/version-2.1.4.json` and replace `2.1.3` with `2.1.4` in json.
6. Update `src/data/versions.js`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version.label": {
"message": "2.6.4",
"description": "The label for version 2.6.4"
"message": "2.6.5",
"description": "The label for version 2.6.5"
},
"sidebar.docs.category.About Chaos Mesh": {
"message": "关于 Chaos Mesh",
Expand Down
4 changes: 2 additions & 2 deletions src/data/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const stableVersions = [
date: '2024.09.20',
},
{
version: '2.6.4',
date: '2024.08.20',
version: '2.6.5',
date: '2024.09.20',
},
{
version: '2.5.2',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
"2.7.0",
"2.6.4",
"2.6.5",
"2.5.2",
"2.4.3"
]

0 comments on commit a22a5b9

Please sign in to comment.