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:
commit
7b8a5df78f
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user