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:
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: