mirror of https://github.com/waku-org/js-waku.git
js-waku docs have a new location (#436)
This commit is contained in:
parent
c4577827e0
commit
95b3daf3e8
|
@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Test: Upgrade nim-waku node to v0.7.
|
- Test: Upgrade nim-waku node to v0.7.
|
||||||
- Doc: Renamed "DappConnect" to "Waku Connect".
|
- Doc: Renamed "DappConnect" to "Waku Connect".
|
||||||
|
- Docs: API Docs are now available at https://js-waku.wakuconnect.dev/.
|
||||||
|
|
||||||
## [0.15.0] - 2022-01-17
|
## [0.15.0] - 2022-01-17
|
||||||
|
|
||||||
|
@ -64,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
not the ordering of messages with the page.
|
not the ordering of messages with the page.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Docs: Ensure that `WakuStore`'s `QueryOptions` documentation is available [online](https://status-im.github.io/js-waku/docs/).
|
- Docs: Ensure that `WakuStore`'s `QueryOptions` documentation is available [online](https://js-waku.wakuconnect.dev/).
|
||||||
|
|
||||||
## [0.13.1] - 2021-09-21
|
## [0.13.1] - 2021-09-21
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ A JavaScript implementation of the [Waku v2 protocol](https://rfc.vac.dev/spec/1
|
||||||
|
|
||||||
- [Quick start](https://docs.wakuconnect.dev/docs/quick_start/)
|
- [Quick start](https://docs.wakuconnect.dev/docs/quick_start/)
|
||||||
- [Full documentation](https://docs.wakuconnect.dev/)
|
- [Full documentation](https://docs.wakuconnect.dev/)
|
||||||
- [API documentation (`master` branch)](https://status-im.github.io/js-waku/docs/)
|
- [API documentation (`master` branch)](https://js-waku.wakuconnect.dev/)
|
||||||
- [Waku Connect](https://wakuconnect.dev/)
|
- [Waku Connect](https://wakuconnect.dev/)
|
||||||
- [Waku](https://wakunetwork.com/)
|
- [Waku](https://wakunetwork.com/)
|
||||||
- [Vac](https://vac.dev/)
|
- [Vac](https://vac.dev/)
|
||||||
|
|
Loading…
Reference in New Issue