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
{{ message }}
This repository was archived by the owner on May 21, 2025. It is now read-only.
I followed the migration guide for the TES repo.
It calls for installing a ga4gh scoped package: npm install -g @ga4gh/gh-openapi-docs
Unfortunately, that version of a package ignores the ga4gh theme altogether, whereas the unscoped package: npm install -g gh-openapi-docs
works fine with themes and the result is similar to WES.
I followed the migration guide for the TES repo.
It calls for installing a ga4gh scoped package:
npm install -g @ga4gh/gh-openapi-docsUnfortunately, that version of a package ignores the ga4gh theme altogether, whereas the unscoped package:
npm install -g gh-openapi-docsworks fine with themes and the result is similar to WES.