Skip to main content

WP2 ecosystem

The WP2 site (onepix/wp2-site) is the public face of the WordPress e-learning ecosystem: products, documentation, and API reference.

Docs and OpenAPI live on this site — it is not a docs-only portal.

Products

ProductRepositoryOpenAPI (canon)
WP2 Platformonepix/wp2platformdocs/openapi/wp2platform-modules.yaml
WP2LMSonepix/wp2lmsdocs/openapi/wp2lms.yaml
WP2LMS Proonepix/wp2lms-prodocs/openapi/wp2lms-pro.yaml
WP2Tutoronepix/wp2tutordocs/openapi/wp2tutor.yaml
WP2Tutor Formsonepix/wp2tutor-formsdocs/openapi/wp2tutor-forms.yaml
WP2Tutor Botonepix/wp2tutor-botdocs/openapi/wp2tutor-bot.yaml
WP2 Apponepix/wp2appdocs/openapi/wp2app.yaml
WP2 Wrapper (JS API)edrowzee/wp2-wrapperMD in wrapper docs/api/ (not OpenAPI)

REST API

The API section is MDX from docusaurus-plugin-openapi-docs (sync:openapigen-api-docs).

YAML canon lives in each plugin. PHP register_rest_route ↔ YAML check: npm run audit:openapi (excludes: vendor, tests, AnalogWP).

All REST URLs are {product}/{slug}/v1. For WP2 Platform the {product} in the URL is wp2, not wp2platform. Old addresses (/module/, bare {product}/v1, wp2lms-local-sync, wp2turbo) return 404. Mapping — unification plan. Endpoint checklist — REST inventory.

Legacy

Older Markdown guides are under Archive (Russian source).