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
feat(pantheon): add support for root-level WordPress installations
Adds configurable DOCROOT variable for Pantheon projects to support
legacy sites with WordPress at application root (no subdirectory).
Modern sites with web/ subdirectory remain fully supported.
Changes include:
- Interactive docroot prompt in project-configure
- Path handling in all commands (project-init, project-wp, theme-activate)
- Nginx template with {{DOCROOT}} placeholder replacement
- Updated install.yaml for wp-config and mu-plugin path detection
- Comprehensive documentation with troubleshooting guidance
- New integration test for root-level WordPress validation
Backward compatible - existing projects continue working without changes.
0 commit comments