mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
output more classes
This commit is contained in:
parent
22bc0512ca
commit
a37ed4cb0e
@ -227,8 +227,18 @@ exports.createPages = ({ graphql, actions }) => {
|
|||||||
classes: [
|
classes: [
|
||||||
'ocean/Ocean',
|
'ocean/Ocean',
|
||||||
'ocean/Account',
|
'ocean/Account',
|
||||||
|
'ocean/DID',
|
||||||
|
'ocean/ServiceAgreements/ServiceAgreement',
|
||||||
'ddo/DDO',
|
'ddo/DDO',
|
||||||
'ddo/Service'
|
'ddo/Service',
|
||||||
|
'aquarius/AquariusProvider',
|
||||||
|
'aquarius/Aquarius',
|
||||||
|
'aquarius/query/SearchQuery',
|
||||||
|
'brizo/BrizoProvider',
|
||||||
|
'brizo/Brizo',
|
||||||
|
'keeper/Keeper',
|
||||||
|
'keeper/Web3Provider',
|
||||||
|
'secretstore/SecretStoreProvider'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user