Add JSON schema for mkdocs-awesome-nav external plugin#8341
Merged
squidfunk merged 5 commits intosquidfunk:masterfrom Jul 29, 2025
Merged
Add JSON schema for mkdocs-awesome-nav external plugin#8341squidfunk merged 5 commits intosquidfunk:masterfrom
squidfunk merged 5 commits intosquidfunk:masterfrom
Conversation
Owner
|
It needs to be added to the list of external plugins: mkdocs-material/docs/schema/plugins.json Lines 63 to 94 in d0c4bd6 |
Contributor
Author
|
@squidfunk, as you said,
Thank you for your feedback :) BTW, I'm not a maintainer of that Your works are awesome! :D |
Owner
|
Thanks! LGTM. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new JSON schema file to define the configuration for advanced navigation in MkDocs using external YAML files. The schema provides validation and documentation for the
awesome-navplugin.New feature: JSON schema for
awesome-navplugindocs/schema/plugins/external/awesome-nav.json: Added a JSON schema to support theawesome-navplugin configuration. The schema includes options for specifying a YAML file (filename) that defines the navigation structure, with a default value of.nav.yml. It also provides links to relevant documentation for better usability.PR reason
awesome-navplugin that is insidemkdcos.ymlfile, which is annoying:Can you help me fix this?