From 630803117c352af81db29310cfbde38a2132ef00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=87=A1?= <33587212+holate@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:36:46 +0800 Subject: [PATCH] =?UTF-8?q?`FAQ.md`=20docs=20update=20`can=E2=80=98t=20fin?= =?UTF-8?q?d=20plugin=20on=20the=20dashboard`=20another=20possibility=20an?= =?UTF-8?q?d=20solution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/latest/FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md index 52133c0655..a3335d9259 100644 --- a/docs/en/latest/FAQ.md +++ b/docs/en/latest/FAQ.md @@ -51,7 +51,9 @@ Refer to [https://apisix.apache.org/docs/apisix/control-api#get-v1schema](https: 3. Copy the exported `schema.json` to the `conf` directory in the Dashboard working directory (About working directory, please refer to https://github.com/apache/apisix-dashboard/blob/master/docs/en/latest/deploy.md#working-directory) -4. Restart the Manager API +4. For versions of the dashboard beyond `3.0.1` , ensure to add your plugin to the `'plugins'` attribute in the `conf.yaml` file located in the `conf` directory to enable it. Otherwise, the plugin will remain disabled in the dashboard and won't be displayed on the dashboard page. + +5. Restart the Manager API ### 5. How to write API documentation