We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1901771 commit fa7a33fCopy full SHA for fa7a33f
template/.redocly.yaml.ejs
@@ -3,7 +3,7 @@ apiDefinitions:
3
main: <%= mainDefinitionFile %>
4
lint:
5
rules:
6
- no-unused-schemas: warning
+ no-unused-components: warning
7
referenceDocs:
8
htmlTemplate: ./docs/index.html
9
theme:
template/package.json.ejs
@@ -7,6 +7,6 @@
"scripts": {
"start": "openapi preview-docs",
"build": "openapi bundle -o dist",
10
- "test": "openapi validate"
+ "test": "openapi lint"
11
}
12
0 commit comments