mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Rename files for oep8 and oep9. Fix sidebars. Backwards compatability with redirects
This commit is contained in:
parent
b459dc4d72
commit
aeb3c7bc8c
@ -67,6 +67,14 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
from: '/concepts/connect-to-networks/',
|
from: '/concepts/connect-to-networks/',
|
||||||
to: '/concepts/networks/'
|
to: '/concepts/networks/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: '/concepts/oeps-did/',
|
||||||
|
to: '/concepts/metadata-did/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
from: '/concepts/oeps-asset-ddo/',
|
||||||
|
to: '/concepts/metadata-asset-ddo/'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
swaggerComponents: [
|
swaggerComponents: [
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
- title: Compute-to-Data Overview
|
- title: Compute-to-Data Overview
|
||||||
link: /concepts/compute-to-data/
|
link: /concepts/compute-to-data/
|
||||||
|
|
||||||
- group: OEPs
|
- group: Metadata
|
||||||
items:
|
items:
|
||||||
- title: DID
|
- title: Asset Identifiers - DIDs
|
||||||
link: /concepts/oeps-did/
|
link: /concepts/metadata-did/
|
||||||
- title: Asset DDO
|
- title: Asset Metadata - DDOs
|
||||||
link: /concepts/oeps-asset-ddo/
|
link: /concepts/metadata-asset-ddo/
|
||||||
|
|
||||||
- group: Contribute
|
- group: Contribute
|
||||||
items:
|
items:
|
||||||
|
Loading…
Reference in New Issue
Block a user