mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
query all dev-ocean docs
This commit is contained in:
parent
e156f82236
commit
f332fef651
@ -56,9 +56,7 @@ exports.createPages = ({ graphql, actions }) => {
|
|||||||
|
|
||||||
architectureDocs: allMarkdownRemark(
|
architectureDocs: allMarkdownRemark(
|
||||||
filter: {
|
filter: {
|
||||||
fileAbsolutePath: {
|
fileAbsolutePath: { regex: "/dev-ocean/doc/" }
|
||||||
regex: "/dev-ocean/doc/architecture/"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
edges {
|
edges {
|
||||||
|
Loading…
Reference in New Issue
Block a user