mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 09:05:56 +00:00
martimiz
58d4f242b0
Fix: Search returns no results for auto-registered modules
Automatic registration sets the version to '' (empty). This breaks the search as Lucene Search will return an Empty query object if a subquery has an empty key. Fix: register the modules as 'current' instead of ''. Setting the version title to 'current' in DocumentViewer->getVersions() is now no longer necessary.
Documentation Viewer Module
Maintainer Contact
- Will Rossiter (Nickname: willr, wrossiter) will@fullscreen.io
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.
Description
Languages
PHP
74.9%
CSS
15.8%
Scheme
5.7%
JavaScript
3.6%