You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
I need to hide some endpoints which are only for internal use. How can I do that?
I tried adding plugin and registered it with redocly.yaml but it is not working
Here is my redocly.yaml # See https://redoc.ly/docs/cli/configuration/ for more information. apiDefinitions: main: openapi/openapi.yaml lint: extends: - recommended plugins: - './plugins/hider-plugin.js' decorators: hider/remove-internal-operations: error referenceDocs: htmlTemplate: ./docs/index.html theme: colors: primary: main: "red"
The text was updated successfully, but these errors were encountered:
I need to hide some endpoints which are only for internal use. How can I do that?
I tried adding plugin and registered it with redocly.yaml but it is not working
Here is my redocly.yaml
# See https://redoc.ly/docs/cli/configuration/ for more information. apiDefinitions: main: openapi/openapi.yaml lint: extends: - recommended plugins: - './plugins/hider-plugin.js' decorators: hider/remove-internal-operations: error referenceDocs: htmlTemplate: ./docs/index.html theme: colors: primary: main: "red"
The text was updated successfully, but these errors were encountered: