ceramicnetwork / js-did

A simple interface to interact with DIDs that conform to the DID-provider interface.
Other
95 stars 28 forks source link

Update website #191

Open PaulLeCam opened 2 months ago

PaulLeCam commented 2 months ago

Updates the website to Docusaurus v3 so the setup is aligned with what we have for the docs-docusaurus and js-composedb repos.

This also updates the TypeDoc dependency used to generate the API docs, which unfortunately has changed its output files structure. I used the config options that should match what we used to have (module + individual class files) but as the file names changed, it's still a breaking change for the URIs.

@JustinaPetr IIRC you used a Docusaurus plugin in the past to create redirects for removed URIs? Should we do this as well here or are we OK with changing the URIs, assuming we don't have many links pointing to the API pages directly?