mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Issue-#850: Rest api doc
This commit is contained in:
parent
5f60b51529
commit
fb13cef33d
@ -196,7 +196,8 @@ exports.createPages = ({ graphql, actions }) => {
|
||||
const r = aquariusList.map(({ node }) => [
|
||||
node.frontmatter.title,
|
||||
node.frontmatter.app,
|
||||
node.frontmatter.source
|
||||
node.frontmatter.source,
|
||||
node.frontmatter.version
|
||||
])
|
||||
console.log('Aquarius rest api', r)
|
||||
const aquariusRestApi = result.data.aquariusRestApi.edges[0].node
|
||||
|
Loading…
Reference in New Issue
Block a user