1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +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/'
},
{
from: '/references/squid-py/',
to: 'https://squid-py.readthedocs.io/en/latest/'
from: '/references/ocean.js/',
to: 'https://github.com/oceanprotocol/ocean.js2'
},
{
from: '/references/squid-java/',
to: 'https://www.javadoc.io/doc/com.oceanprotocol/squid/'
from: '/references/react/',
to: 'https://github.com/oceanprotocol/react'
},
{
from: '/tutorials/token-bridge/',
to: '/tutorials/'
from: '/references/ocean.py/',
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
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
items:
- title: API Reference
link: /references/aquarius/
- group: brizo
- group: provider-py
items:
- title: API Reference
link: /references/brizo/
- 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/
link: /references/provider-py/