- Home
- Adminmanual User Guide
Admin Manual — User Guide
Admin Manual
The Admin Manual surfaces contextual help text directly on admin and configuration pages. If you see a help panel on a settings or admin page, it is powered by the Admin Manual system.
For site administrators
You can edit the content of any help block without code changes. Go to Admin Manual in the admin navigation to manage entries.
For developers
To add a help block to a new page, load the adminmanual_tags template library
and call {% admin_manual_block "your_section_key" %} in the template.
Create a matching entry in the Admin Manual admin with the same section key.