diff --git a/content/concepts/bounties.md b/content/concepts/bounties.md index 2ef17719..6b892fb1 100644 --- a/content/concepts/bounties.md +++ b/content/concepts/bounties.md @@ -9,3 +9,5 @@ Check out the: - [Ocean Protocol Bounties on bounties.network](https://explorer.bounties.network/explorer?bountyStage=active&search=ocean%20protocol) <repo name="ocean-bounties"></repo> + +<repo name="openwaters"></repo> diff --git a/content/references/introduction.md b/content/references/introduction.md index 2d09fe5c..0d43324f 100644 --- a/content/references/introduction.md +++ b/content/references/introduction.md @@ -16,4 +16,7 @@ References of all the functions and methods used in our libraries are not yet in <repo name="squid-js"></repo> <repo name="squid-py"></repo> + +ReadTheDocs hosts the [squid-py API Reference Docs](https://squid-py.readthedocs.io/en/latest/). + <repo name="squid-java"></repo> diff --git a/content/references/squid-py.md b/content/references/squid-py.md new file mode 100644 index 00000000..266104dd --- /dev/null +++ b/content/references/squid-py.md @@ -0,0 +1,6 @@ +--- +title: API Reference +description: +--- + +ReadTheDocs hosts the [squid-py API Reference Docs](https://squid-py.readthedocs.io/en/latest/). diff --git a/data/sidebars/references.yml b/data/sidebars/references.yml index e153745c..10a4448f 100644 --- a/data/sidebars/references.yml +++ b/data/sidebars/references.yml @@ -5,15 +5,20 @@ # - group: squid-js # items: -# - title: API reference -# link: /api/squid-js/ +# - title: API Reference +# link: /references/squid-js/ + +- group: squid-py + items: + - title: API Reference + link: /references/squid-py/ - group: aquarius items: - - title: API reference + - title: API Reference link: /references/aquarius/ - group: brizo items: - - title: API reference + - title: API Reference link: /references/brizo/