You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-35Lines changed: 8 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
WP-Parser is the parser for creating the new code reference at [developer.wordpress.org](https://developer.wordpress.org/reference). It parses the inline documentation and produces custom post type entries in WordPress.
4
4
5
+
We are currently looking for contributors to help us complete the work on the parser.
6
+
5
7
There is a guide to developing for developer.wordpress.org in the [WordPress documentation handbook](https://make.wordpress.org/docs/handbook/projects/devhub/)
6
8
7
9
## Requirements
@@ -13,51 +15,22 @@ There is a guide to developing for developer.wordpress.org in the [WordPress doc
13
15
14
16
## Quick Start
15
17
16
-
### 1. Clone the Repository
18
+
Clone the repository into your WordPress plugins directory:
The project uses [@wordpress/env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/) (wp-env) for local development:
0 commit comments