Creating a handbook page

The Open Media Globe

All changes to documentation made at om.civicpixel.com are automatically propagated to all stations using OM Handbooks. In order to create a new page to for a handbook, the page must be added to om.civicpixel.com and the same child page must be created on the station's website with some specific PHP code.

At om.civicpixel.com.
Navigate to Handbooks.
Create a child page, add a title and content, save content.
Please take note of page's URL.

At station's website.
Navigate to Handbooks.
Create a child page, add a title.
Add <?php om_localize_documentation('PAGE_URL'); ?> to page body.

Example of body text for handbook page on station's website;
<?php om_localize_documentation('http://om.civicpixel.com/handbooks/content-administration-guide/importing-equipment'); ?>