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.
2 parents 52e3a1c + 1cb9c9c commit 31f056aCopy full SHA for 31f056a
tools/override.js
@@ -134,6 +134,10 @@ export class RenderOverride extends EmptyRenderOverride {
134
case 'api:runtime.onUserScriptMessage':
135
// In old versions of Chrome, this is incorrectly marked nodoc.
136
return true;
137
+ case 'api:iconVariants':
138
+ // This is not marked as nodoc, but this is a non-shipping feature so
139
+ // doesn't make sense in our docs.
140
+ return false;
141
}
142
return !spec.nodoc;
143
0 commit comments