浏览代码

Update apidoc.php

Shalvah A 6 年之前
父节点
当前提交
cd03137d78
共有 1 个文件被更改,包括 4 次插入5 次删除
  1. 4 5
      config/apidoc.php

+ 4 - 5
config/apidoc.php

@@ -89,14 +89,13 @@ return [
     ],
     ],
 
 
     /*
     /*
-     * Custom logo path. Will be copied during generate command.
+     * Custom logo path. Will be copied during generate command. Set this to false to use the default logo.
+     *
+     * Change to an absolute path to use your custom logo. For example:
+     * 'logo' => resource_path('views') . '/api/logo.png'
      *
      *
      * If you want to use this, please be aware of the following rules:
      * If you want to use this, please be aware of the following rules:
-     * - filename: logo.png
      * - size: 230 x 52
      * - size: 230 x 52
-     *
-     * Change false to an absolute path. For example:
-     * 'logo' => resource_path('views') . '/api/logo.png'
      */
      */
     'logo' => false,
     'logo' => false,
 ];
 ];