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/',
|
||||
to: '/concepts/networks/'
|
||||
},
|
||||
{
|
||||
from: '/concepts/oeps-did/',
|
||||
to: '/concepts/metadata-did/'
|
||||
},
|
||||
{
|
||||
from: '/concepts/oeps-asset-ddo/',
|
||||
to: '/concepts/metadata-asset-ddo/'
|
||||
}
|
||||
],
|
||||
swaggerComponents: [
|
||||
|
@ -18,12 +18,12 @@
|
||||
- title: Compute-to-Data Overview
|
||||
link: /concepts/compute-to-data/
|
||||
|
||||
- group: OEPs
|
||||
- group: Metadata
|
||||
items:
|
||||
- title: DID
|
||||
link: /concepts/oeps-did/
|
||||
- title: Asset DDO
|
||||
link: /concepts/oeps-asset-ddo/
|
||||
- title: Asset Identifiers - DIDs
|
||||
link: /concepts/metadata-did/
|
||||
- title: Asset Metadata - DDOs
|
||||
link: /concepts/metadata-asset-ddo/
|
||||
|
||||
- group: Contribute
|
||||
items:
|
||||
|
Loading…
Reference in New Issue
Block a user