Dokument


Book Properties

When you create a new book Dokument will generate a config file containing all of the books basic details. This information is used to construct the header and footer of your user guide.

Example Config File Defaults

The first section of the the config file stores the properties of your user guide. You can change any of these details by editing ./application/dokument/{book_name}/config.php.

## Basic Details for this Book ##
$config['author'] 			= 'Terry Test';
$config['author_website'] 	= 'http://www.example.com';
$config['book'] 			= 'My Code Project';
$config['book_website'] 	= 'http://www.example.com/my_code_project/';
$config['controller'] 		= 'my_code_project';
$config['version'] 			= '1.0';
$config['copyright_year'] 	= '2010';

Changing the version property will change the file name when you next build your user guide. The previous versions files with the books archive directory will remain.