I have custom React UI components (private repo) and they are well documented with live example on an intra LAN accessible site. Planning to render the documentation for the components on VS Code using custom extensions, on hover of component. Could someone guide me where to start?
FYI : I created sample snippets which displayed static data from json. But I would like to display the documentation from webpage/API end point (as it will be updated info and components might be added or deprecated in the site).
For example, MDText is a React component which contain 15 customizable properties to show it as text, password, validations, regex, custom styles, and more. Every property and the usage is documented well in the site with examples. I want to display the same doc in the VS Code extension.
Reasons for doing this? Some times, due to VPN issues or remote work, developers are unable to connect to fetch documentation.