File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Markdown-based generator.
55
66` main ` branch contains the latest documentation updates. After the release a
77separate branch must be created for it. Thus, ` main ` always contains the latest
8- updates and a release branch (for example, ` 2023.09 ` ) contains only a cutoff for
8+ updates and a release branch (for example, ` 2024.12 ` ) contains only a cutoff for
99a particular release.
1010
1111## Prepare Build Environment
@@ -36,27 +36,29 @@ Use `mike deploy` command to build and commit the documentation from the
3636current branch to ` gh-pages ` branch:
3737
3838``` shell
39- mike deploy 2023.09
39+ mike deploy 2024.12
4040```
4141
4242If you are ready to push it to the remote repository, then also use ` --push `
4343command:
4444
4545``` shell
46- mike deploy --push 2023.09
46+ mike deploy --push 2024.12
4747```
4848
4949List all deployed documentation versions:
5050
5151``` shell
5252$ mike list
53+ 2024.12
54+ 2024.06
53552023.09 [latest]
5456```
5557
5658Set the default version:
5759
5860``` shell
59- mike set-default 2023.09
61+ mike set-default 2024.12
6062```
6163
6264## Useful Resources
You can’t perform that action at this time.
0 commit comments