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',
|
local: 'read-the-docs',
|
||||||
branch: 'v4',
|
branch: 'v4',
|
||||||
patterns: [
|
patterns: [
|
||||||
'markdowns/ocean-py',
|
'read-the-docs/ocean-py',
|
||||||
'markdowns/aquarius',
|
'read-the-docs/aquarius',
|
||||||
'markdowns/provider'
|
'read-the-docs/provider'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -60,9 +60,7 @@ exports.createPages = ({ graphql, actions }) => {
|
|||||||
|
|
||||||
allRepoMarkdown: allMarkdownRemark(
|
allRepoMarkdown: allMarkdownRemark(
|
||||||
filter: {
|
filter: {
|
||||||
fileAbsolutePath: {
|
fileAbsolutePath: { regex: "/read-the-docs/markdowns/" }
|
||||||
regex: ".cache/gatsby-source-git/read-the-docs/markdowns/"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
edges {
|
edges {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user