doc: Add link to online documentation for crypto-js and crypto-nodejs

doc: Add link to online documentation for crypto-js and crypto-nodejs
This commit is contained in:
Ivan Enderlin
2022-08-16 10:21:39 +02:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

View File

@@ -37,7 +37,11 @@ TBD
## Documentation
To generate the documentation, please run the following command:
[The documentation can be found
online](https://matrix-org.github.io/matrix-rust-sdk/bindings/matrix-sdk-crypto-js/).
To generate the documentation locally, please run the following
command:
```sh
$ npm run doc

View File

@@ -186,7 +186,11 @@ to learn more about the `RUST_LOG`/`MATRIX_LOG` environment variable.
## Documentation
To generate the documentation, please run the following command:
[The documentation can be found
online](https://matrix-org.github.io/matrix-rust-sdk/bindings/matrix-sdk-crypto-nodejs/).
To generate the documentation locally, please run the following
command:
```sh
$ npm run doc