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
e787ff55ed
commit
7df4bad174
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ yarn-error.log
|
||||
markdowns/
|
||||
.vscode/
|
||||
size-plugin.json
|
||||
read-the-docs/
|
@ -155,7 +155,7 @@ module.exports = {
|
||||
options: {
|
||||
name: 'repo-read-the-docs',
|
||||
remote: `https://github.com/oceanprotocol/readthedocs.git`,
|
||||
local: 'markdowns/',
|
||||
local: 'read-the-docs',
|
||||
branch: 'v4',
|
||||
patterns: [
|
||||
'markdowns/ocean-py',
|
||||
@ -167,7 +167,7 @@ module.exports = {
|
||||
{
|
||||
resolve: 'gatsby-source-filesystem',
|
||||
options: {
|
||||
path: `${__dirname}/markdowns/markdowns`,
|
||||
path: `${__dirname}/read-the-docs/markdowns`,
|
||||
name: 'markdowns'
|
||||
}
|
||||
},
|
||||
|
@ -59,7 +59,11 @@ exports.createPages = ({ graphql, actions }) => {
|
||||
}
|
||||
|
||||
allRepoMarkdown: allMarkdownRemark(
|
||||
filter: { fileAbsolutePath: { regex: "/markdowns/markdowns/" } }
|
||||
filter: {
|
||||
fileAbsolutePath: {
|
||||
regex: ".cache/gatsby-source-git/read-the-docs/markdowns/"
|
||||
}
|
||||
}
|
||||
) {
|
||||
edges {
|
||||
node {
|
||||
|
Loading…
Reference in New Issue
Block a user