Add an Extend page with a community plugin registry - #42860
Open
mdo wants to merge 1 commit into
Open
Conversation
Third-party plugins were scattered across the web with no canonical list, so drive one from `site/data/extensions.yml`: contributors add a single YAML block and the docs build validates it, with a dialog on the page spelling out the fields. Entries filter by category and major version straight from the table headers, and v6 sits disabled until something supports it. Extend gets its own navbar entry beside Examples rather than living under Docs, so `SingleLayout` picks up the roomier header those standalone pages want.
Contributor
|
PREVIEW: https://deploy-preview-42860--twbs-bootstrap.netlify.app/docs/6.0/extend/ Neat idea and I'm in favour of adding this.
|
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.
site/data/extensions.ymland seeded with 26 plugins.extensionsZod schema insite/src/libs/data.tsfails the docs build on a missing or malformed field, and the "Add your plugin" instructions live in a dialog on the page.SingleLayoutheader with roomier spacing and vertical centering, now shared by Extend and Examples.Follow-up to #42770.