Userguide didn't show up in the browser, all fixed now

This commit is contained in:
Kerstens Maxim 2011-05-13 08:16:11 +02:00
parent 151a9002e7
commit b2174e500d
6 changed files with 27 additions and 4 deletions

23
config/userguide.php Normal file
View file

@ -0,0 +1,23 @@
<?php defined('SYSPATH') or die('No direct script access.');
return array(
// Leave this alone
'modules' => array(
// This should be the path to this modules userguide pages, without the 'guide/'. Ex: '/guide/modulename/' would be 'modulename'
'kostache' => array(
// Whether this modules userguide pages should be shown
'enabled' => TRUE,
// The name that should show up on the userguide index page
'name' => 'KOstache',
// A short description of this module, shown on the index page
'description' => 'Logic-less View/Mustache Module for Kohana v3',
// Copyright message, shown in the footer for this module
'copyright' => 'Zombor',
)
)
);

4
guide/kostache/menu.md Normal file
View file

@ -0,0 +1,4 @@
1. **Kostache**
- [About](index)
- [Usage](usage)
- [Examples](examples)

View file

@ -1,4 +0,0 @@
1. **Kostache**
- [About](kostache.about)
- [Usage](kostache.usage)
- [Examples](kostache.examples)