# XWUIPageDocs (deprecated - renamed to XWUIPage)

The block model grew from "render component docs" into a full block-based
page/document surface (markdown, tables, code, diagrams, images, layouts,
todo, math, view + edit modes, …) - "PageDocs" undersold it, so it was renamed
to [`XWUIPage`](../XWUIPage/XWUIPage.md).

This alias keeps `XWUIPageDocs`/`createXWUIPageDocsLogic` and the
`<xwui-page-docs>` custom element working unchanged (per the never-remove-a-
feature rule) - it is a thin subclass of `XWUIPage`, nothing more. Its example
scenarios (basic markdown page, component API page, events & methods
reference, multi-file guide) now live under
[`../XWUIPage/examples/`](../XWUIPage/examples/), deduped against XWUIPage's
own set. Switch new code to importing `XWUIPage` directly.

Removal: next major version.
