Go to file
Will Rossiter 7f3e9cbc82 Merge pull request #52 from dhensby/master
Adding .editorconfig
2014-12-05 12:49:44 +13:00
_config Moved routing to YML, allow correct priorities between modules 2013-02-15 11:13:40 +01:00
code Fix RebuildLuceneDocsIndex to use new Markdown parser 2014-11-11 20:44:50 +13:00
css Add basic responsive styles 2014-02-02 17:23:55 +13:00
docs Add SilverStripe markdown documentation. 2014-07-27 11:26:10 +12:00
images Migrated theme from doc.ss back to the module 2012-11-10 11:12:30 +13:00
javascript Add basic responsive styles 2014-02-02 17:23:55 +13:00
lang NEW: Github style code fence blocks. (Fixes #22) 2013-02-19 22:23:22 +13:00
templates FIX: Fixed encoding of & in OpenSearchDescription URLs. 2014-02-14 09:38:37 +13:00
tests Remove outdated dependancy. Fixes #46 2014-08-01 16:45:09 +12:00
thirdparty Use erusev/parsedown as the Markdown parser. (Fixes #31) 2014-07-27 12:39:44 +12:00
.editorconfig Adding .editorconfig 2014-12-04 15:38:45 +00:00
.gitignore MINOR: ignore ds store files 2012-04-08 21:19:29 +12:00
.travis.yml Travis support 2013-03-29 09:38:02 +01:00
LICENSE Fix RebuildLuceneDocsIndex to use new Markdown parser 2014-11-11 20:44:50 +13:00
README.md Fix RebuildLuceneDocsIndex to use new Markdown parser 2014-11-11 20:44:50 +13:00
_config.php Fix RebuildLuceneDocsIndex to use new Markdown parser 2014-11-11 20:44:50 +13:00
composer.json Fix RebuildLuceneDocsIndex to use new Markdown parser 2014-11-11 20:44:50 +13:00

README.md

Documentation Viewer Module

Build Status

Maintainer Contact

Requirements

  • SilverStripe 3.1

Summary

Reads text files from a given list of folders from your installation and provides a web interface for viewing.

To read documentation go to yoursite.com/dev/docs/

For more documentation on how to use the module please read /docs/Writing-Documentation.md (or via this in /dev/docs/docsviewer/Writing-Documentation in your webbrowser)

Note This module assumes you are using numeric values for your versions.

HTML Publishing

If you wish to generate a truly static version of your documentation after it has been rendered through the website, add the Static Publisher module to your documentation project and set the following configuration in your applications config.yml:

StaticExporter:
  extensions:
    - DocumentationStaticPublisherExtension

If you don't plan on using static publisher for anything else and you have the cms module installed, make sure you disable the CMS from being published.

Again, in your applications config.yml file

StaticExporter:
  disable_sitetree_export: true