From 02a9dd82e681355cca164de8075a06b27419a016 Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Sun, 27 Dec 2020 21:26:44 +0800 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf8b136..77dd178 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ When you need to use smart-doc to generate more API document information, you ca "outPath": "D: // md2", // Specify the output path of the document "coverOld": true, // Whether to overwrite old files, mainly used for mardown file overwrite "style":"xt256", //set highlight + "createDebugPage": true,//Create a page that can be used to test your APIs like swagger + "language":"ENGLISH",//support ENGLISH and CHINESE "packageFilters": "", // controller package filtering, multiple package names separated by commas "md5EncryptedHtmlName": false, // only used if each controller generates an html file "projectName": "smart-doc", // Configure your own project name