feat(docs-infra): rename tagdef: @experimental to @publicApi (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin 2018-10-19 12:06:16 +01:00 committed by Alex Rickabaugh
parent 2a78dcbd5a
commit 4bd9f53e8f

View File

@ -1,3 +1,3 @@
module.exports = function() { module.exports = function() {
return {name: 'experimental'}; return {name: 'publicApi'};
}; };