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