1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge pull request #643 from oceanprotocol/feature/read-the-docs

Feature/read the docs
This commit is contained in:
Akshay 2021-05-18 15:52:12 +02:00 committed by GitHub
commit 7b8a5df78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View File

@ -8,16 +8,26 @@
- title: API Reference - title: API Reference
link: /references/ocean.js link: /references/ocean.js
- group: aquarius - group: Aquarius REST API
items: items:
- title: API Reference - title: API Reference
link: /references/aquarius/ link: /references/aquarius/
- group: provider - group: Aquarius Py Module
items:
- title: API Reference
link: /read-the-docs/aquarius/
- group: provider REST API
items: items:
- title: API Reference - title: API Reference
link: /references/provider/ link: /references/provider/
- group: Provider Py Module
items:
- title: API Reference
link: /read-the-docs/provider/
- group: react - group: react
items: items:
- title: API Reference - title: API Reference
@ -28,16 +38,6 @@
- title: API Reference - title: API Reference
link: /read-the-docs/ocean-py/ 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 - group: Smart Contracts
items: items:
- title: API Reference - title: API Reference

View File

@ -157,7 +157,7 @@ module.exports = {
name: 'repo-read-the-docs', name: 'repo-read-the-docs',
remote: `https://github.com/oceanprotocol/readthedocs.git`, remote: `https://github.com/oceanprotocol/readthedocs.git`,
local: 'markdowns/', local: 'markdowns/',
branch: 'gatsby', branch: 'main',
patterns: [ patterns: [
'markdowns/ocean-py', 'markdowns/ocean-py',
'markdowns/aquarius', 'markdowns/aquarius',