Skip to content

Commit 33aff39

Browse files
authored
Update index.md
1 parent d421cf8 commit 33aff39

File tree

1 file changed

+2
-0
lines changed
  • docs/blog/2019-04-25-plugin-authoring-study

1 file changed

+2
-0
lines changed

docs/blog/2019-04-25-plugin-authoring-study/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ ANSWER: make time-consuming things take less time, and make frustrating things l
4949

5050
People who use plugin authoring docs say they are super helpful; however, most people don’t know about them and solve challenges through looking at the source code of other plugins. While this works for many people, we think making this even easier is a positive change.
5151

52+
<!--lint disable no-duplicate-headings-->
5253
## Solution
5354

5455
- [Gatsby CLI to add scaffolding for source plugin creation #13376](https://github.com/gatsbyjs/gatsby/issues/13376)
@@ -66,6 +67,7 @@ Examples of things that are confusing:
6667
- Most people don’t know how to write automated tests for plugins and mentioned building a site just to test the plugin, which they felt wasn't the most ideal way to test
6768
- Rebuilding for every change often “feels wrong” to people
6869

70+
<!--lint disable no-duplicate-headings-->
6971
## Solution
7072

7173
[Redesigned the plugin docs](https://github.com/gatsbyjs/gatsby/pull/13261/files) to include a category called "Creating Plugins" where we can document answers to people's concerns; for example, ideas for how to test plugins and advice to use yarn workspaces to avoid yarn link inconsistencies.

0 commit comments

Comments
 (0)