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

View File

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

View File

@ -88,4 +88,4 @@
"not ie <= 11", "not ie <= 11",
"not op_mini all" "not op_mini all"
] ]
} }