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/',
|
||||
to: 'https://github.com/oceanprotocol/ocean.js2'
|
||||
to: 'https://github.com/oceanprotocol/ocean.js'
|
||||
},
|
||||
{
|
||||
from: '/references/react/',
|
||||
@ -47,11 +47,11 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
from: '/references/ocean.py/',
|
||||
to: 'https://github.com/oceanprotocol/ocean.py2'
|
||||
to: 'https://github.com/oceanprotocol/ocean.py'
|
||||
},
|
||||
{
|
||||
from: '/references/ocean-contracts/',
|
||||
to: 'https://github.com/oceanprotocol/ocean-contracts2'
|
||||
to: 'https://github.com/oceanprotocol/ocean-contracts'
|
||||
},
|
||||
{
|
||||
from: '/references/aquarius/',
|
||||
|
@ -3,7 +3,7 @@ title: Quickstart
|
||||
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.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:
|
||||
|
||||
<repo name="ocean.js2"></repo>
|
||||
<repo name="ocean.js"></repo>
|
||||
<repo name="react"></repo>
|
||||
<repo name="ocean.py2"></repo>
|
||||
<repo name="ocean-contracts2"></repo>
|
||||
<repo name="ocean.py"></repo>
|
||||
<repo name="ocean-contracts"></repo>
|
||||
<repo name="aquarius"></repo>
|
||||
<repo name="provider-py"></repo>
|
||||
|
||||
|
@ -2,17 +2,17 @@
|
||||
|
||||
- group: Drivers
|
||||
items:
|
||||
- name: ocean.js2
|
||||
- name: ocean.py2
|
||||
- name: ocean.js
|
||||
- name: ocean.py
|
||||
- name: react
|
||||
|
||||
- group: Smart Contracts
|
||||
items:
|
||||
- name: ocean-contracts2
|
||||
- name: ocean-contracts
|
||||
|
||||
- group: Ocean Market & Services
|
||||
items:
|
||||
- name: market2
|
||||
- name: market
|
||||
- name: aquarius
|
||||
links:
|
||||
- name: API reference
|
||||
|
@ -6,7 +6,7 @@
|
||||
- group: ocean.js
|
||||
items:
|
||||
- title: API Reference
|
||||
link: https://github.com/oceanprotocol/ocean.js2
|
||||
link: https://github.com/oceanprotocol/ocean.js
|
||||
|
||||
- group: react
|
||||
items:
|
||||
@ -16,12 +16,12 @@
|
||||
- group: ocean.py
|
||||
items:
|
||||
- title: API Reference
|
||||
link: https://github.com/oceanprotocol/ocean.py2
|
||||
link: https://github.com/oceanprotocol/ocean.py
|
||||
|
||||
- group: Smart Contracts
|
||||
items:
|
||||
- title: API Reference
|
||||
link: https://github.com/oceanprotocol/ocean-contracts2
|
||||
link: https://github.com/oceanprotocol/ocean-contracts
|
||||
|
||||
- group: aquarius
|
||||
items:
|
||||
|
Loading…
x
Reference in New Issue
Block a user