We are using the JetBrains integration plugin to generate Web Types for internal components. We do not have any documentation URL. The integration plugin generates empty documentation URLs: "doc-url": "", for which IntelliJ shows links which point to nothing.
Given doc-url is not a required property according to the Web Types JSON schema, it would be better to not generate it (if it is empty).
I'll provide a PR for this.
We are using the JetBrains integration plugin to generate Web Types for internal components. We do not have any documentation URL. The integration plugin generates empty documentation URLs:
"doc-url": "",for which IntelliJ shows links which point to nothing.Given
doc-urlis not a required property according to the Web Types JSON schema, it would be better to not generate it (if it is empty).I'll provide a PR for this.