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/'
|
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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user