mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-26 05:12:46 -07:00
18 lines
500 B
Markdown
18 lines
500 B
Markdown
|
|
# Documentation Contributing
|
|||
|
|
|
|||
|
|
## Update `tuono` version in `apps/documentation`
|
|||
|
|
|
|||
|
|
Update `tuono` version in the following files
|
|||
|
|
|
|||
|
|
- `.github/workflows/ci-documentation.yml`
|
|||
|
|
- `.github/workflows/deploy-documentation.yml`
|
|||
|
|
- `apps/documentation/Cargo.toml`
|
|||
|
|
- `apps/documentation/package.json`
|
|||
|
|
|
|||
|
|
[Refer to this PR for additional information](https://github.com/tuono-labs/tuono/pull/236/files)
|
|||
|
|
|
|||
|
|
In the future we might:
|
|||
|
|
|
|||
|
|
- move the documentation in a separate repo
|
|||
|
|
- make a script to perform this operation
|