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:
parent
c572f2d2c7
commit
99008b6182
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user