HubSpot-Developer-Extension
HubSpot-Developer-Extension copied to clipboard
Ability to detect HubSpot Documentation page and inject additional information
Been wanting to update some of their docs for them to include some missing information.
I think the extension would be an interesting solution, I would make any edits that are applied have a visually distinct way of displaying so there would be no confusion what was added by the extension.
However this gets built I would want it to be kind of a framework - a way we can easily update and add to it with consistency.
Anyone got any ideas of how this could be implemented?
Thinking json array to hold all of the data.
Then loop through all of the Headings in the documentation, if one matches, add a section below original documentation with any clarifications/additions.
Have a second array for "new" items this would add items to the documentation that are not documented at all.