mirror of
https://github.com/rommapp/docs.git
synced 2026-02-19 22:56:33 +08:00
docs: add deployment instructions for documentation using mike
This commit is contained in:
parent
931b2000a9
commit
1f73ee4355
10
README.md
10
README.md
@ -59,6 +59,16 @@ trunk fmt
|
||||
trunk check
|
||||
```
|
||||
|
||||
## Deploy
|
||||
|
||||
We use [mike]() to build and deploy documentation versions. Manually deploy a version needs to update and push the specific version (or a new one if creating a new version) with the following command:
|
||||
|
||||
```sh
|
||||
uv run mike deploy --push <version> [alias]
|
||||
```
|
||||
|
||||
This will update the `gh-pages` branch and automatically deploys the version with the fix/update to https://docs.romm.app
|
||||
|
||||
## Social
|
||||
|
||||
Join us on Discord, where you can ask questions, submit ideas, get help, showcase your collection, and discuss RomM with other users.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user