1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

restrect depth of table of contents

This commit is contained in:
Matthias Kretschmann 2019-05-13 14:25:06 +02:00
parent c572f2d2c7
commit 99008b6182
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -124,7 +124,7 @@ export const pageQuery = graphql`
query DocBySlug($slug: String!) { query DocBySlug($slug: String!) {
markdownRemark(fields: { slug: { eq: $slug } }) { markdownRemark(fields: { slug: { eq: $slug } }) {
id id
tableOfContents tableOfContents(maxDepth: 3)
html html
htmlAst htmlAst
frontmatter { frontmatter {