A wrapper for silverstripe/docsviewer that pulls the documentation into the CMS adding a Site Help option to the help menu.


Repository: https://github.com/webbuilders-group/silverstripe-cmsuserdocs

Packagist: http://packagist.org/packages/webbuilders-group/silverstripe-cmsuserdocs

Issues: https://github.com/webbuilders-group/silverstripe-cmsuserdocs/issues

Authors: Ed Chipman

4 2 6.5K


Readme

CMS User Docs Viewer

A wrapper for silverstripe/docsviewer that pulls the documentation into the CMS adding a Site Help option to the help menu.

Maintainer Contact

Requirements

Installation

composer require webbuilders-group/silverstripe-cmsuserdocs

Usage

Out of the box the module will display the documentation files that have been bundled into any of your installed modules. To configure what is shown in the list of available documentation and other information on how to write documentation see the detailed documentation for the SilverStripe Documentation Viewer Module.

Configuration

There are a number of configuration options available see below for a full list:

CMSDocumentationViewer:
    append_current_doc_title: true #Whether to append the current documentation path titles to the cms title or not
    search_engine: false #Search engine to use for searching documentation this must be an implementor of ICMSUserDocsSearchEngine, if left as false then the search form is not shown. See below for more information
    skip_default_entity: false #Skip the default entity in the page title and the breadcrumbs

Versions

dev-master
2019-56-4 2458578: UTC
BSD-3-Clause

Install composer require webbuilders-group/silverstripe-cmsuserdocs dev-master

Manual Install: Download

Requires
  • silverstripe/admin: ~1.3
  • silverstripe/docsviewer: ~3.0
1.0.x-dev
2016-38-2 2457603: UTC
BSD-3-Clause

Install composer require webbuilders-group/silverstripe-cmsuserdocs 1.0.x-dev

Manual Install: Download

Requires
  • silverstripe/framework: ~3.1
  • silverstripe/docsviewer: ~1.4
  • composer/installers: *
0.1.1
2016-43-4 2457513: UTC
BSD-3-Clause

Install composer require webbuilders-group/silverstripe-cmsuserdocs 0.1.1

Manual Install: Download

Requires
  • silverstripe/framework: ~3.1
  • silverstripe/docsviewer: ~1.4
  • composer/installers: *
0.1.0
2016-21-20 2457499: UTC
BSD-3-Clause

Install composer require webbuilders-group/silverstripe-cmsuserdocs 0.1.0

Manual Install: Download

Requires
  • silverstripe/framework: ~3.1
  • silverstripe/docsviewer: ~1.4
  • composer/installers: *