Customization

Kirby Paradocs provides several ways to customize the look and behavior of your documentation site. You can extend the layout with custom snippets, adjust configuration options, or hook into the markdown parsing pipeline for deeper customization.

The paradocs.parser.ready hook is a key extension point that lets you register custom markdown processors. See Custom Processors for details.