Related Documentation:
The GENESIS documentation system consumes many resources, particularly memory and cpu time, when being rebuilt. Rebuilding can take a considerable time, particularly on a single processor. For example, rebuilding Levels 1 and 2 takes at least ten minutes, whereas, rebuilding all seven levels takes at least 40 minutes. For these reasons the documentation build is an automated operation. The userdocs package comes with a cron script that can be set up to run at periodic intervals to keep your documentation up to date.
To configure the userdocs_cron script you must construct a YAML file with the following options:
---
MAILTO: my@email.com MAILFROM: userdocs@buildmachine.com HTMLDIR: /var/www/html OUTPUTDIR: /tmp URL: http://mywebsite/userdocs |