build(aio): add `@usageNotes` tag def for API docs (#22401)
PR Close #22401
This commit is contained in:
parent
11f30fc351
commit
7d65356ae3
|
@ -0,0 +1,5 @@
|
|||
module.exports = function() {
|
||||
return {
|
||||
name: 'usageNotes'
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue