dd_id_a96492b69b
5. Documentation (Meta)
WordPress Sync
Table of Contents
This process syncs the local DevDocs into WordPress and ensures navigation, metadata, and taxonomy stay aligned.
Sync Steps
1. Run python3 scripts_local/publish_devdocs.py. 2. Apply page ordering and parent/child hierarchy. 3. Apply taxonomy layers and categories. 4. Update page metadata (IDs, status, etc.). 5. Update plugin-generated content blocks and generated DevDocs pages. 6. Verify live output with curl for changed pages/features.
Important Notes
- The sync should be re-run after changes to DevDocs, rulebook ordering, or plugin logic.
- If container mounts changed (especially WordPress
wp-contentbindings), recreatewordpress-appbefore verification. - For DevDocs issue fixes, do not report success without a live
curlcheck.