-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: plugin authoring workflow overview pages #20847
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome as always @gillkyle! Made some suggestions below, let me know what you think.
Co-Authored-By: LB <[email protected]>
…gatsby into docs/plugin-authoring-overview
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor changes, but in general I think this should be good.
Co-Authored-By: LB <[email protected]>
Looks good. Going to wait for tests but I think we can merge! |
Description
This PR begins to implement docs recommendations from the plugin authoring workflow evaluation found in #20232 in the effort to improve Gatsby workflows from #13708.
The changes here make updates to some of the overview pages to link to more recent guides on plugins that have been added as well as adding additional context.
I added an example repository for loading local plugins using several different methods as well as a section on verifying that your plugin is loading since those were some things I had questions with when I started loading my own custom local plugins.
Related Issues
Related to #20232
I also started working on a flowchart/table of plugin vs theme vs starter features in reference to this card on the Learning Roadmap project: https://github.com/gatsbyjs/gatsby/projects/10#card-30093971 (but figured it could come in another PR)