1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

mention local typedoc generation

This commit is contained in:
Matthias Kretschmann 2019-01-30 17:46:14 +01:00 committed by Pedro Gutiérrez
parent e86fd04453
commit 2b33bb65d3

View File

@ -77,7 +77,14 @@ const ocean: Ocean = await Ocean.getInstance({
## Documentation
* [Docs: squid-js API Reference](https://docs.oceanprotocol.com/references/squid-js/)
* **[Docs: squid-js API Reference](https://docs.oceanprotocol.com/references/squid-js/)**
Alternatively, you can generate the raw TypeDoc documentation locally by running:
```bash
# will output to ./doc folder
npm run doc
```
## Development