Uh oh!
There was an error while loading. Please reload this page.
tools: build doc/api/all.html by combining generated HTML - #21568
Conversation
Trott
commented
Jun 28, 2018
Trott
commented
Jun 29, 2018
@nodejs/documentation It would be a good idea for someone to build all.html with this and compare it to what's in master. The diff should show some broken links being fixed but otherwise there should be no significant changes. |
338d466 to
0b9ff5fCompareI've made a few fixes to reduce the differences, rebased to master, and here is a current set of differences: https://gist.github.com/rubys/bae70ed087efec625ac04823aaaf803e Summary:
|
vsemozhetbyt
commented
Jun 30, 2018
The same results here)
This is OK. Due to this code: Lines 209 to 216 in 1bf42f4 these links were skipped in |
There was a problem hiding this comment.
Nit: extra space before "As".
There was a problem hiding this comment.
contenated -> concatenated?
Combine the toc and api contents from the generated doc/api/*.html files. This ensures that the single page version of the documentation exactly matches the individual pages. Fixesnodejs#20100
0b9ff5f to
6dac7dbComparerubys
commented
Jun 30, 2018
Can somebody spot the CI error for me? I don't see it. I searched for 'error' and 'fail'. |
vsemozhetbyt
commented
Jun 30, 2018
You can also search for "not ok" in raw log: https://api.travis-ci.com/v3/job/132202841/log.txt |
vsemozhetbyt
commented
Jun 30, 2018
vsemozhetbyt
commented
Jun 30, 2018
Refs: #21605 |
vsemozhetbyt
commented
Jun 30, 2018
#21605 is landed. |
Trott
commented
Jun 30, 2018
And again... CI: https://ci.nodejs.org/job/node-test-pull-request/15695/ |
vsemozhetbyt
commented
Jul 2, 2018
I shall land in some hours if there are no objections. |
vsemozhetbyt
commented
Jul 2, 2018
Landed in f85962f |
Combine the toc and api contents from the generated doc/api/*.html files. This ensures that the single page version of the documentation exactly matches the individual pages. PR-URL: #21568Fixes: #20100 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
vsemozhetbyt
commented
Jul 2, 2018
Maybe we can do the same for the |
rubys
commented
Jul 2, 2018
@vsemozhetbyt in the process, we could also get rid of |
vsemozhetbyt
commented
Jul 2, 2018
We usually do not require an issue for a PR. Feel free to pace as you feel comfortable) |
Awesome to see "Contributor" on @rubys's comments etc. everywhere now. 🎉 |
Combine the toc and api contents from the generated doc/api/*.html files. This ensures that the single page version of the documentation exactly matches the individual pages. PR-URL: #21568Fixes: #20100 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Combine the toc and api contents from the generated doc/api/*.html
files. This ensures that the single page version of the documentation
exactly matches the individual pages.
Fixes#20100
This pull request differs from #21544 in that it is implemented using regular expressions and has no dependencies. See #21544 (comment) for more context.
If this pull request is merged, the other will be deleted.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes