mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Issue-#850: Aquarius rest api
This commit is contained in:
parent
1fbb75b1ad
commit
220ea7df29
@ -158,9 +158,9 @@ module.exports = {
|
||||
local: 'read-the-docs',
|
||||
branch: 'v4',
|
||||
patterns: [
|
||||
'markdowns/ocean-py',
|
||||
'markdowns/aquarius',
|
||||
'markdowns/provider'
|
||||
'read-the-docs/ocean-py',
|
||||
'read-the-docs/aquarius',
|
||||
'read-the-docs/provider'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -60,9 +60,7 @@ exports.createPages = ({ graphql, actions }) => {
|
||||
|
||||
allRepoMarkdown: allMarkdownRemark(
|
||||
filter: {
|
||||
fileAbsolutePath: {
|
||||
regex: ".cache/gatsby-source-git/read-the-docs/markdowns/"
|
||||
}
|
||||
fileAbsolutePath: { regex: "/read-the-docs/markdowns/" }
|
||||
}
|
||||
) {
|
||||
edges {
|
||||
|
Loading…
x
Reference in New Issue
Block a user