ride/web-manual

Ride Web应用程序的手册浏览器。

1.0.0 2016-10-14 14:57 UTC

This package is auto-updated.

Last update: 2024-09-13 00:22:22 UTC


README

Ride Web应用程序的手册浏览器。

要激活,请将 config/routes.manual.json 中的路由添加到您的配置中。

例如,在 application/config/routes.json 中,您可以设置

{
    "routes": [
        {
            "path": "/admin/documentation/manual",
            "file": "config/routes.manual.json"
        },
    ]
}

相关模块

安装

您可以使用 Composer 安装此应用程序。

composer require ride/web-manual