1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00

move from old repos to new (with placeholders)

This commit is contained in:
trentmc 2020-10-25 14:56:57 +01:00
parent 0425eb2658
commit 1994385844
2 changed files with 40 additions and 23 deletions

View File

@ -42,16 +42,28 @@ module.exports = {
to: '/concepts/wallets/' to: '/concepts/wallets/'
}, },
{ {
from: '/references/squid-py/', from: '/references/ocean.js/',
to: 'https://squid-py.readthedocs.io/en/latest/' to: 'https://github.com/oceanprotocol/ocean.js2'
}, },
{ {
from: '/references/squid-java/', from: '/references/react/',
to: 'https://www.javadoc.io/doc/com.oceanprotocol/squid/' to: 'https://github.com/oceanprotocol/react'
}, },
{ {
from: '/tutorials/token-bridge/', from: '/references/ocean.py/',
to: '/tutorials/' to: 'https://github.com/oceanprotocol/ocean.py2'
},
{
from: '/references/ocean-contracts/',
to: 'https://github.com/oceanprotocol/ocean-contracts2'
},
{
from: '/references/aquarius/',
to: 'https://github.com/oceanprotocol/aquarius'
},
{
from: '/references/provider-py/',
to: 'https://github.com/oceanprotocol/provider-py'
} }
] ]
} }

View File

@ -3,27 +3,32 @@
- title: API References - title: API References
link: /references/introduction/ link: /references/introduction/
- group: ocean.js
items:
- title: API Reference
link: /references/ocean.js/
- group: react
items:
- title: API Reference
link: /references/react/
- group: ocean.py
items:
- title: API Reference
link: /references/ocean.py/
- group: Smart Contracts
items:
- title: API Reference
link: /references/ocean-contracts/
- group: aquarius - group: aquarius
items: items:
- title: API Reference - title: API Reference
link: /references/aquarius/ link: /references/aquarius/
- group: brizo - group: provider-py
items: items:
- title: API Reference - title: API Reference
link: /references/brizo/ link: /references/provider-py/
- group: squid-js
items:
- title: API Reference
link: /references/squid-js/
- group: squid-py
items:
- title: API Reference
link: https://squid-py.readthedocs.io/en/latest/
- group: squid-java
items:
- title: API Reference
link: https://www.javadoc.io/doc/com.oceanprotocol/squid/