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:
parent
e86fd04453
commit
2b33bb65d3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user