mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
move from old repos to new (with placeholders)
This commit is contained in:
parent
0425eb2658
commit
1994385844
24
config.js
24
config.js
@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user