You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,11 @@ make docs
43
43
mkdocs serve
44
44
```
45
45
46
+
Note that documentation in GitHub pages is versioned with `mike`. See [docs](.github/workflows/docs.yml) workflow for more details. The versions are `main` and `latest`:
47
+
48
+
- The `main` version is updated on every push to `main` branch. It is useful for reviewing new commands and features. The `main` version often contains instructions for features that are not yet released.
49
+
- The `latest` version is updated on every release. It is the default version and only contains released commands and features to avoid confusion for end-users.
50
+
46
51
## Contributing
47
52
48
53
Contributions from the community are much appreciated! Please note that all features using our
0 commit comments