Skip to content

Commit 582356b

Browse files
committed
Add a reminder on how to update the latest version
1 parent 3f36f08 commit 582356b

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## WoltLab Suite 6.1 Documentation
1+
## WoltLab Suite 6.2 Documentation
22

33
This repository is used to build the documentation at [https://docs.woltlab.com](https://docs.woltlab.com), contributions are welcome.
44

@@ -7,3 +7,14 @@ This repository is used to build the documentation at [https://docs.woltlab.com]
77
Please create an issue before starting any work on new content or updates/fixes to existing ones. This ensures that the same topic isn't worked on independently by multiple people and that your additions and modifications do not conflict with any other plans.
88

99
The documentation uses the [Material theme](https://squidfunk.github.io/mkdocs-material/) for [MkDocs](https://www.mkdocs.org/).
10+
11+
## Reminder: Updating `latest`
12+
13+
Execute in the branch that will be come the new `latest` branch!
14+
15+
```sh
16+
python3 -m venv mike
17+
source mike/bin/activate
18+
pip install -r requirements.txt
19+
mike alias -u -b target <new-version> latest
20+
```

0 commit comments

Comments
 (0)