1
0
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:
Matthias Kretschmann 2018-11-15 14:46:20 +01:00
parent e156f82236
commit f332fef651
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -56,9 +56,7 @@ exports.createPages = ({ graphql, actions }) => {
architectureDocs: allMarkdownRemark(
filter: {
fileAbsolutePath: {
regex: "/dev-ocean/doc/architecture/"
}
fileAbsolutePath: { regex: "/dev-ocean/doc/" }
}
) {
edges {