summaryrefslogtreecommitdiff
path: root/buildscripts/texbuilder/time-tracker/pages.php
blob: a9c32347fa158d348ff5b3f1bd94566188ca2ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

//list page into chapters
$pages['Getting Started'] = array(
	'Docs/Introduction.page',
	'Docs/GettingStarted.page',
	'Docs/WritingUnitTest.page',
	'Docs/WritingFunctionalTest.page'
	);

$pages['Testing Business Code'] = array(
	'Docs/CreateBusinessCode.page',
	'Docs/UsingSQLMap.page',
	'Docs/UserClassAndExceptions.page'
	);
return $pages;