[CB-13925] Making file fetch happen on every build.#793
[CB-13925] Making file fetch happen on every build.#793stevengill merged 1 commit intoapache:masterfrom
Conversation
…lp always fetch files on build. Improving error message in augment_toc.js a bit.
|
Will this only affect |
|
@janpio this change will not retroactively download files for any languages or versions other than |
|
Yes, just tried to understand on what "scope" this change affects the docs (as it is all undocumented). |
|
@janpio got it. In general, it's unlikely that details like these will ever be documented because they're in code, and they change. I can e-meet with you to give you a full exposé of the codebase (it's not that much, actually). Might you find that helpful? |
|
Telling me won't change the fact that anyone who jumps into the codebase (or even just content) will have the same problem of not knowing which "processes" and tasks there are - which is quite different to the technical details of the implementation. In this case something like this:
|
|
@janpio if you want to know which tasks there are, you run Moreover, I think if you want to work on the docs system (not just modifying contents of the docs), you do need to know the implementation. For example that extra doc section does describe the implementation, since you never actually need to run Since you and @stevengill have been working on the docs a fair bit, I thought it might be useful for me to pass some of the implementation knowledge to you (because reading the code is less efficient, but still just as informative). I also think because you folks are working on this, you might have more opportunities to document the implementation than I will. However, I could try and find some time to document this in the next few months if you think it will be valuable. |
gulpfile.jsalways fetch fetched files on build.gulpfile.js, which skips fetching.augment_toc.jsa bit.Platforms affected
None. It's a docs change.
What does this PR do?
Fixes CB-13925.
What testing has been done on this change?
Built the docs site locally.
Checklist