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
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.
The text was updated successfully, but these errors were encountered:
Thanks for figuring this out @aniewielska! The un-scoped version is probably pulling from my personal npm account, which maybe means the commit to support themes got dropped somewhere for the scoped version (which should be more up-to-date). I'll try to get that re-added.
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.
The text was updated successfully, but these errors were encountered: