webbuilders-group / silverstripe-cmsuserdocs

silverstripe/docsviewer 的包装器,将文档拉入CMS,并在帮助菜单中添加“网站帮助”选项。

安装数量: 6,527

依赖者: 0

建议者: 0

安全性: 0

星星: 4

关注者: 3

分支: 2

开放问题: 4

类型:silverstripe-vendormodule

0.1.1 2016-05-04 19:43 UTC

This package is auto-updated.

Last update: 2024-09-05 05:31:10 UTC


README

silverstripe/docsviewer 的包装器,将文档拉入CMS,并在帮助菜单中添加“网站帮助”选项。

维护者联系方式

要求

安装

composer require webbuilders-group/silverstripe-cmsuserdocs

使用

默认情况下,模块将显示捆绑到已安装的任何模块中的文档文件。要配置要显示在可用的文档列表中的内容以及其他有关如何编写文档的信息,请参阅SilverStripe 文档查看器模块的详细文档。

配置

有多个配置选项可供选择,请见下文以获取完整列表。

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