1
0
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:
Akshay 2022-02-24 20:15:01 +01:00
parent 1fbb75b1ad
commit 220ea7df29
3 changed files with 5 additions and 7 deletions

View File

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

View File

@ -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 {