mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
link from placeholder repos (e.g. market2) --> proper repos (e.g. market)
This commit is contained in:
parent
d47f3e3195
commit
b422dc6ba7
@ -39,7 +39,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/references/ocean.js/',
|
from: '/references/ocean.js/',
|
||||||
to: 'https://github.com/oceanprotocol/ocean.js2'
|
to: 'https://github.com/oceanprotocol/ocean.js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/references/react/',
|
from: '/references/react/',
|
||||||
@ -47,11 +47,11 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/references/ocean.py/',
|
from: '/references/ocean.py/',
|
||||||
to: 'https://github.com/oceanprotocol/ocean.py2'
|
to: 'https://github.com/oceanprotocol/ocean.py'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/references/ocean-contracts/',
|
from: '/references/ocean-contracts/',
|
||||||
to: 'https://github.com/oceanprotocol/ocean-contracts2'
|
to: 'https://github.com/oceanprotocol/ocean-contracts'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '/references/aquarius/',
|
from: '/references/aquarius/',
|
||||||
|
@ -3,7 +3,7 @@ title: Quickstart
|
|||||||
description:
|
description:
|
||||||
---
|
---
|
||||||
|
|
||||||
These Ocean drivers each have their own quickstart. Pick your favorite and have fun!
|
These drivers each have their own quickstart. Pick your favorite and have fun!
|
||||||
|
|
||||||
- [ocean.js](/references/ocean.js/)
|
- [ocean.js](/references/ocean.js/)
|
||||||
- [ocean.py](/references/ocean.py/)
|
- [ocean.py](/references/ocean.py/)
|
||||||
|
@ -5,10 +5,10 @@ description:
|
|||||||
|
|
||||||
This section has API reference docs (or links to external ones) for the following Ocean Protocol components and libraries:
|
This section has API reference docs (or links to external ones) for the following Ocean Protocol components and libraries:
|
||||||
|
|
||||||
<repo name="ocean.js2"></repo>
|
<repo name="ocean.js"></repo>
|
||||||
<repo name="react"></repo>
|
<repo name="react"></repo>
|
||||||
<repo name="ocean.py2"></repo>
|
<repo name="ocean.py"></repo>
|
||||||
<repo name="ocean-contracts2"></repo>
|
<repo name="ocean-contracts"></repo>
|
||||||
<repo name="aquarius"></repo>
|
<repo name="aquarius"></repo>
|
||||||
<repo name="provider-py"></repo>
|
<repo name="provider-py"></repo>
|
||||||
|
|
||||||
|
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
- group: Drivers
|
- group: Drivers
|
||||||
items:
|
items:
|
||||||
- name: ocean.js2
|
- name: ocean.js
|
||||||
- name: ocean.py2
|
- name: ocean.py
|
||||||
- name: react
|
- name: react
|
||||||
|
|
||||||
- group: Smart Contracts
|
- group: Smart Contracts
|
||||||
items:
|
items:
|
||||||
- name: ocean-contracts2
|
- name: ocean-contracts
|
||||||
|
|
||||||
- group: Ocean Market & Services
|
- group: Ocean Market & Services
|
||||||
items:
|
items:
|
||||||
- name: market2
|
- name: market
|
||||||
- name: aquarius
|
- name: aquarius
|
||||||
links:
|
links:
|
||||||
- name: API reference
|
- name: API reference
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
- group: ocean.js
|
- group: ocean.js
|
||||||
items:
|
items:
|
||||||
- title: API Reference
|
- title: API Reference
|
||||||
link: https://github.com/oceanprotocol/ocean.js2
|
link: https://github.com/oceanprotocol/ocean.js
|
||||||
|
|
||||||
- group: react
|
- group: react
|
||||||
items:
|
items:
|
||||||
@ -16,12 +16,12 @@
|
|||||||
- group: ocean.py
|
- group: ocean.py
|
||||||
items:
|
items:
|
||||||
- title: API Reference
|
- title: API Reference
|
||||||
link: https://github.com/oceanprotocol/ocean.py2
|
link: https://github.com/oceanprotocol/ocean.py
|
||||||
|
|
||||||
- group: Smart Contracts
|
- group: Smart Contracts
|
||||||
items:
|
items:
|
||||||
- title: API Reference
|
- title: API Reference
|
||||||
link: https://github.com/oceanprotocol/ocean-contracts2
|
link: https://github.com/oceanprotocol/ocean-contracts
|
||||||
|
|
||||||
- group: aquarius
|
- group: aquarius
|
||||||
items:
|
items:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user