feat(docs-infra): rename tagdef: `@experimental` to `@publicApi` (#26595)
PR Close #26595
This commit is contained in:
parent
2a78dcbd5a
commit
4bd9f53e8f
|
@ -1,3 +1,3 @@
|
|||
module.exports = function() {
|
||||
return {name: 'experimental'};
|
||||
return {name: 'publicApi'};
|
||||
};
|
Loading…
Reference in New Issue