Skip to content

Commit

Permalink
FAQ.md docs update
Browse files Browse the repository at this point in the history
`can‘t find plugin on the dashboard` another possibility and solution
  • Loading branch information
holate committed Nov 15, 2023
1 parent 397c0cb commit 6308031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en/latest/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6308031

Please sign in to comment.