未验证 提交 10b08af5 编写于 作者: T Tim Lai 提交者: GitHub

Fix: #5669 online validator badge (#5909)

* fix: enable online validator badge

since online validator badge now can handle OAS3 specs
上级 be6a21a9
import { OAS3ComponentWrapFactory } from "../helpers"
import OnlineValidatorBadge from "core/components/online-validator-badge"
// We're disabling the Online Validator Badge until the online validator
// can handle OAS3 specs.
export default OAS3ComponentWrapFactory(() => null)
// OAS3 spec is now supported by the online validator.
export default OAS3ComponentWrapFactory(OnlineValidatorBadge)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册