diff options
Diffstat (limited to 'buildscripts/texbuilder/quickstart')
-rw-r--r-- | buildscripts/texbuilder/quickstart/pages.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php index 230ed6a4..2a2c6b54 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -8,6 +8,7 @@ $pages['Getting Started'] = array( 'GettingStarted/Introduction.page',
'GettingStarted/AboutPrado.page',
'GettingStarted/Installation.page',
+ 'GettingStarted/NewFeatures.page',
'GettingStarted/Upgrading.page'
);
|