-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot generate docs from local #74
Comments
Thanks for opening this @Gaurav0! this is the underlying issue of #70. I can tests any fixes for this while previewing emberjs/data#6449 |
This is a total hack, but I can preview the local documentation for a given version if I disable the S3 syncing portions here: https://github.com/ember-learn/ember-jsonapi-docs/compare/master...efx:local-single-project?expand=1 |
@sivakumar-kailasam I'm happy contribute here to resolve this if that would be helpful / test any changes. Just ping me here or on discord if so. |
it looks like the updates over the past week have broken the ability for ember-jsonapi-docs to generate local api documentation. Not sure what is going on? Nothing appears for the new version in tmp/json-docs/ember or tmp/json-docs/ember-data
As a result, the generated version does not appear in the dropdown in ember-api-docs when running
yarn start:local
.See also #70
Going back to commit 8a34672 fixes that ability, although it hangs on downloading past versions.
This issue is holding up emberjs/data#6449
The text was updated successfully, but these errors were encountered: