diff --git a/docs/docs/rest-api-docs.md b/docs/docs/rest-api-docs.md index 549b8043800..02c8afc79e3 100644 --- a/docs/docs/rest-api-docs.md +++ b/docs/docs/rest-api-docs.md @@ -6,10 +6,6 @@ To add REST API docs, include the swagger JSON file to the `build` config in `do ```json { - "metadata": { - "src": [ "../src/**/bin/Release/**.dll" ], - "dest": "api" - }, "build": { "content": [{ "files": [ "**/*.swagger.json" ] // <-- Include swagger JSON files