You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bitbeckers did some research into this and there are some decisions we'd have to make. It comes down to us having 2 options:
Host the marketplace-sdk documentation standalone somewhere. The benefits are that it would be very easy to set up, for example just link it to some github pages.
Integrate it into the existing docs on hypercerts.org.
I'd say that the second option is preferable. As far as I can tell, there is no support within docusaurus atm to keep the current setup, but pull in docs from a different repo as well. A more comprehensive answer can be found here: https://stackoverflow.com/a/70978082.
A different solution would entail setting up some sort of workflew in the docs:deploy script in the hypercerts repo, that clones the marketplace-sdk repo and copies over the generated docs files. It seems a bit more brittle, but might be good enough for the time being.
Also turning this into a discussion with an eye on the proposed rewrite of the frontend. Not sure whether this would live in the same mono repo or would bit split off into a separate one. If it will be, that might be an argument for setting up more sophisticated support for hosting docs from multiple at same time.
Setup hosting for the generated documentation of the marketplace SDK.
Follow this example: https://github.com/hypercerts-org/hypercerts/blob/main/docs/docusaurus.config.js
The text was updated successfully, but these errors were encountered: