Plugins
Gatsby plugins are Node.js packages that implement Gatsby APIs. For larger, more complex sites, plugins let you modularize your site customizations into site-specific plugins.
Here are the guides in this section of the docs:
In this section:
- What is a Plugin?
- Using a Plugin in Your Site
- What You Don't Need Plugins For
- Loading Plugins from Your Local Plugins Folder
- Plugin Library
- Creating Plugins
Edit this page on GitHub