PimiDocs ships ten blocks under the Documentation category in the inserter. They are all dynamic — each renders the same router-aware output as the PHP templates, so pages built from blocks and pages rendered by the plugin cannot drift apart.
For landing pages
- Doc Product Showcase — every product’s docs in one block, as tabs or stacked sections, with per-tab colours. Made for a
/docs/landing page. - Doc Category Grid — a product’s categories as cards, with article links rolled up from subcategories. Follows the current page’s product, or pins one explicitly.
- Doc Product List — a plain linked list of products.
- Doc Search — instant typeahead search backed by a prebuilt index, falling back to native WordPress search with JavaScript off.
For doc pages
- Doc Breadcrumbs — the trail from Home through product to article, with matching JSON-LD.
- Category Navigation — the sidebar tree, as a list or a native accordion that needs no JavaScript.
- Doc Navigation — previous/next links in reading order, with text, chevron or icon-only labels.
- Category List, Product Title, Product Description — the building blocks for custom layouts.
Block themes and classic themes
On a block theme (WordPress 6.7+), the three docs views — article, product home, docs home — register as block templates you can open and restyle in the Site Editor. On classic themes the plugin renders PHP templates, overridable from a pimi-docs/ folder in your theme. Either way the blocks above work anywhere blocks do.
