Skip to content

Commit f99f513

Browse files
committed
Include alpha-plugin into docs
1 parent 9be4bd6 commit f99f513

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

blueprint.json

+14
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
"activate": false
3636
}
3737
},
38+
{
39+
"step": "installPlugin",
40+
"pluginZipFile": {
41+
"resource": "url",
42+
"url": "https://github-proxy.com/proxy/?repo=GatherPress/gatherpress-alpha&branch=main"
43+
},
44+
"options": {
45+
"activate": false
46+
}
47+
},
3848
{
3949
"step": "installPlugin",
4050
"pluginZipFile": {
@@ -149,6 +159,10 @@
149159
{
150160
"step": "wp-cli",
151161
"command": "wp parser create '/wordpress/wp-content/plugins/gatherpress' --user=1"
162+
},
163+
{
164+
"step": "wp-cli",
165+
"command": "wp parser create '/wordpress/wp-content/plugins/gatherpress-alpha-main' --user=1"
152166
}
153167
]
154168
}

0 commit comments

Comments
 (0)