1
0
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:
Matthias Kretschmann 2019-01-22 16:48:15 +01:00
parent 22bc0512ca
commit a37ed4cb0e
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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'
] ]
} }
}) })