From b2174e500d198dc4619fb666063e17d632c7285b Mon Sep 17 00:00:00 2001 From: Kerstens Maxim Date: Fri, 13 May 2011 08:16:11 +0200 Subject: [PATCH] Userguide didn't show up in the browser, all fixed now --- config/userguide.php | 23 +++++++++++++++++++ .../examples.md} | 0 .../{kostache.about.md => kostache/index.md} | 0 guide/kostache/menu.md | 4 ++++ .../{kostache.usage.md => kostache/usage.md} | 0 guide/menu.kostache.md | 4 ---- 6 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 config/userguide.php rename guide/{kostache.examples.md => kostache/examples.md} (100%) rename guide/{kostache.about.md => kostache/index.md} (100%) create mode 100644 guide/kostache/menu.md rename guide/{kostache.usage.md => kostache/usage.md} (100%) delete mode 100644 guide/menu.kostache.md diff --git a/config/userguide.php b/config/userguide.php new file mode 100644 index 0000000..353acf1 --- /dev/null +++ b/config/userguide.php @@ -0,0 +1,23 @@ + 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', + ) + ) +); \ No newline at end of file diff --git a/guide/kostache.examples.md b/guide/kostache/examples.md similarity index 100% rename from guide/kostache.examples.md rename to guide/kostache/examples.md diff --git a/guide/kostache.about.md b/guide/kostache/index.md similarity index 100% rename from guide/kostache.about.md rename to guide/kostache/index.md diff --git a/guide/kostache/menu.md b/guide/kostache/menu.md new file mode 100644 index 0000000..a76cf3f --- /dev/null +++ b/guide/kostache/menu.md @@ -0,0 +1,4 @@ +1. **Kostache** + - [About](index) + - [Usage](usage) + - [Examples](examples) \ No newline at end of file diff --git a/guide/kostache.usage.md b/guide/kostache/usage.md similarity index 100% rename from guide/kostache.usage.md rename to guide/kostache/usage.md diff --git a/guide/menu.kostache.md b/guide/menu.kostache.md deleted file mode 100644 index 4eaee02..0000000 --- a/guide/menu.kostache.md +++ /dev/null @@ -1,4 +0,0 @@ -1. **Kostache** - - [About](kostache.about) - - [Usage](kostache.usage) - - [Examples](kostache.examples) \ No newline at end of file