-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Since the documentation viewer is completely based on parsing a single docs.json file on the client side, it makes sense that users should be able to drag-drop their own JSON onto the site and have it loaded into the viewer automatically.
The site is already set up with dependency injection to make loading new documents easy, it's just a matter of adding a droppable area that reinitializes the site with the new data source.
Handling page refreshes would be a little more difficult, though I think it's fine to not support that at the start.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers