-
I followed the advice from this site. {
......
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml",
},
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
"tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
"tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
]
......
} And the content of my ......
not_in_nav: |
index.md
...... Then I got a problem from VSCode, "Property not_in_nav is not allowed." How can it be resolved? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
It's currently not in our JSON schema, but we can and should add the new options for sure – cc @alexvoss |
Beta Was this translation helpful? Give feedback.
-
Thanks to @alexvoss, our schema now includes the missing MkDocs settings! |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
There was a user posting spam that flooded this issue and our issue tracker. I've deleted the comments and blocked him. |
Beta Was this translation helpful? Give feedback.
Thanks to @alexvoss, our schema now includes the missing MkDocs settings!