Skip to content

Commit

Permalink
[docs] Add local plugins to "Building Themes" (#19330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wang authored and sidharthachatterjee committed Nov 19, 2019
1 parent 26c1b65 commit e1930af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/themes/building-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Yarn workspaces are a great way to set up a project for theme development becaus

For Gatsby theme development, that means you can keep multiple themes and example sites together in a single project, and develop them locally.

> 💡 If you prefer, using `yarn link` or `npm link` are viable alternatives. In general, Gatsby recommends the yarn workspaces approach for building themes, and that's what the starter and this guide will reflect.
> 💡 If you prefer, you can develop themes as [local plugins](https://www.gatsbyjs.org/docs/creating-a-local-plugin/). Using `yarn link` or `npm link` are also viable alternatives. In general, Gatsby recommends the yarn workspaces approach for building themes, and that's what the starter and this guide will reflect.
> 💡 The starter takes care of all of the configuration for developing a theme using yarn workspaces. If you're interested in more detail on this setup, check out [this blog post](/blog/2019-05-22-setting-up-yarn-workspaces-for-theme-development/).
Expand Down

0 comments on commit e1930af

Please sign in to comment.