webbuilders-group / silverstripe-cmsuserdocs
silverstripe/docsviewer 的包装器,将文档拉入CMS,并在帮助菜单中添加“网站帮助”选项。
0.1.1
2016-05-04 19:43 UTC
Requires
This package is auto-updated.
Last update: 2024-09-05 05:31:10 UTC
README
silverstripe/docsviewer 的包装器,将文档拉入CMS,并在帮助菜单中添加“网站帮助”选项。
维护者联系方式
- Ed Chipman (UndefinedOffset)
要求
- SilverStripe CMS 4.3+
- SilverStripe 文档查看器模块 2.0+
安装
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