Skaffold YAML reference page in docs site loads full YAML with reference of each section
It is only loading a line and not full YAML:

The docs website
https://skaffold.dev/docs/references/yaml/
I found a workaround in case someone doesn't want to wait for a fix, the table renders if you revert to the v2beta5 version.
date-version attribute of the #table element from skaffold/v2beta6 to skaffold/v2beta5
It can be done in the other browsers too if there is a possibility to somehow update the element attribute before js loads.
Most helpful comment
I found a workaround in case someone doesn't want to wait for a fix, the table renders if you revert to the
v2beta5version.date-versionattribute of the#tableelement fromskaffold/v2beta6toskaffold/v2beta5It can be done in the other browsers too if there is a possibility to somehow update the element attribute before js loads.