Skip to content

Commit 51dc79e

Browse files
authored
Merge pull request #778 from michaelhtm/fix/websitenewversioninstruction
fix: website generation instructions
2 parents 73a1240 + 0664dfa commit 51dc79e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

website/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,13 @@ If you are using GitHub pages for hosting, this command is a convenient way to b
5050

5151
When a new kro controller version is released, you should also update/release the documentation:
5252

53-
1. **Update `version.json`**
54-
Add the new version to the `version.json` file.
55-
56-
2. **Create a Docusaurus version**
53+
1. **Create a Docusaurus version**
5754
Remove the `v` prefix from your version (e.g., `v0.1.0``0.1.0`):
5855

5956
```shell
6057
version_number=${version#v}
6158
npm run docusaurus docs:version $version_number
6259
```
6360

64-
3. **Submit a Pull Request**
61+
2. **Submit a Pull Request**
6562
Commit your changes and open a PR to publish the new versioned docs.

0 commit comments

Comments
 (0)