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
The handbook can be regenerated automatically using the "Regenerate Handbook" GitHub Actions workflow. This workflow can be triggered in two ways:
25
+
26
+
1.**Manual trigger**: Navigate to the Actions tab in the GitHub repository and run the "Regenerate Handbook" workflow manually.
27
+
2.**Automated trigger from wp-cli/wp-cli**: When a new version of WP-CLI is released, the main framework repository can trigger this workflow using a `repository_dispatch` event with type `regenerate-handbook`.
28
+
29
+
The workflow will:
30
+
- Install WP-CLI nightly build
31
+
- Install non-bundled packages
32
+
- Run `wp handbook gen-all`
33
+
- Commit and push any changes to the repository
34
+
35
+
## Documentation Import
36
+
22
37
All documentation is imported automatically into WordPress.org in a two step process:
23
38
24
39
1. WordPress reads `commands-manifest.json` or `handbook-manifest.json` to understand all pages that need to be created.
0 commit comments