-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Nightly docs missing #14930
Comments
#13482 seems like a likely source of the issue. |
`gen-doc` always calls `gen-json`, which means it's impossible to generate html docs. Changed this to pass in the command the user wants to run. PR-URL: #14932 Fixes: #14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
`gen-doc` always calls `gen-json`, which means it's impossible to generate html docs. Changed this to pass in the command the user wants to run. PR-URL: #14932 Fixes: #14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
cc @nodejs/build |
Opened #15447 to try and fix this |
Will break YAML parsing! See details in the PR. PR-URL: nodejs/node#15447 Fixes: nodejs/node#14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Will break YAML parsing! See details in the PR. PR-URL: #15447 Fixes: #14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Will break YAML parsing! See details in the PR. PR-URL: #15447 Fixes: #14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Will break YAML parsing! See details in the PR. PR-URL: #15447 Fixes: #14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Will break YAML parsing! See details in the PR. PR-URL: #15447 Fixes: #14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Sigh. The same again. The last nightly with docs folder: https://nodejs.org/download/nightly/v9.0.0-nightly20171001f9be5fe52a/ The next ones lack docs: https://nodejs.org/download/nightly/v9.0.0-nightly201710027069e633ca/ cc @nodejs/build |
Fixed in 0c49038 |
Pending issue is nodejs/build#887, personally still think best solution here is to compile docs with each node-test-commit run. |
Will break YAML parsing! See details in the PR. PR-URL: #15447 Fixes: #14930 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
Sorry, if this is a known issue or not an issue.
It seems the last full nightly docs are:
https://nodejs.org/download/nightly/v9.0.0-nightly201708155f31d54720/docs/api/
The next 3 have only JSON:
https://nodejs.org/download/nightly/v9.0.0-nightly20170816e9c0263696/docs/api/
https://nodejs.org/download/nightly/v9.0.0-nightly2017081760f2fa9a8b/docs/api/
https://nodejs.org/download/nightly/v9.0.0-nightly201708184d842e3d66/docs/api/
The text was updated successfully, but these errors were encountered: