diff --git a/data/sidebars/references.yml b/data/sidebars/references.yml index 7b879c35..f24ff904 100644 --- a/data/sidebars/references.yml +++ b/data/sidebars/references.yml @@ -8,16 +8,26 @@ - title: API Reference link: /references/ocean.js -- group: aquarius +- group: Aquarius REST API items: - title: API Reference link: /references/aquarius/ -- group: provider +- group: Aquarius Py Module + items: + - title: API Reference + link: /read-the-docs/aquarius/ + +- group: provider REST API items: - title: API Reference link: /references/provider/ +- group: Provider Py Module + items: + - title: API Reference + link: /read-the-docs/provider/ + - group: react items: - title: API Reference @@ -28,16 +38,6 @@ - title: API Reference link: /read-the-docs/ocean-py/ -- group: Aquarius read the docs - items: - - title: API Reference - link: /read-the-docs/aquarius/ - -- group: Provider read the docs - items: - - title: API Reference - link: /read-the-docs/provider/ - - group: Smart Contracts items: - title: API Reference diff --git a/gatsby-config.js b/gatsby-config.js index 7e3e73b3..d8443273 100755 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -157,7 +157,7 @@ module.exports = { name: 'repo-read-the-docs', remote: `https://github.com/oceanprotocol/readthedocs.git`, local: 'markdowns/', - branch: 'gatsby', + branch: 'main', patterns: [ 'markdowns/ocean-py', 'markdowns/aquarius',