|
apache
/
flink
|
|
master
|
5 hrs, 5 mins, 52 secs
|
Nico Kruber
|
|
[FLINK-13791][docs] Speed up sidenav by using group_by
_includes/sidenav.html parses through pages_by_language over and over again trying to find children when building the (recursive) side navigation. By doing this once with a group_by, we can gain considerable savings in building the docs via `./build_docs.sh` without any change to the generated HTML pages:
This closes #9487
|
|