Go to file
Sean Harvey 6eca5af929 Improve default template of DocumentationViewer
class "container" was missing, so a bunch of CSS wasn't being applied.
The layout of the default docsviewer checkout now looks more like the
one on doc.silverstripe.org.
2013-01-24 10:02:18 +13:00
code Fixing functions called statically to be declared as such 2013-01-23 16:22:27 +13:00
css Tighten up spacing 2012-11-10 11:48:46 +13:00
docs BUGFIX: make links relative so they resolve correctly 2012-05-24 16:47:26 -07:00
images Migrated theme from doc.ss back to the module 2012-11-10 11:12:30 +13:00
javascript Allow for either nested or separate submenu form template. Include recursive option 2012-11-13 18:04:05 +13:00
lang FEATURE: implemented initial cut of open search output and description functionality. 2011-01-21 04:10:41 +00:00
templates Improve default template of DocumentationViewer 2013-01-24 10:02:18 +13:00
tests Migrated theme from doc.ss back to the module 2012-11-10 11:12:30 +13:00
thirdparty NEW Yaml highlighting 2012-09-25 19:36:43 +12:00
_config.php Add _resources to the list of files to be ignored 2012-11-10 09:27:27 +13:00
.gitignore MINOR: ignore ds store files 2012-04-08 21:19:29 +12:00
composer.json Expanded composer.json 2012-11-10 11:32:42 +13:00
LICENSE ENHANCEMENT: rolled out basic versioning support. 2011-07-01 13:19:35 +12:00
README.md BUGFIX: upgrade module to fit 3.0 api. 2012-04-14 17:00:22 +12:00

Documentation Viewer Module

Maintainer Contact

Requirements

  • SilverStripe 3.0

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/sapphiredocs/Writing-Documentation in your webbrowser)

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