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 abdfd99 commit a4b67baCopy full SHA for a4b67ba
scripts/docs/build-docs.mjs
@@ -57,7 +57,7 @@ async function buildDocs() {
57
production: options.production,
58
allowedSnippets: options.snippets
59
},
60
- // skipApi: options.skipApi,
+ skipApi: options.skipApi,
61
skipGuides: options.skipGuides,
62
verbose: options.verbose,
63
watch: options.watch,
0 commit comments