Skaffold: Doc: Skaffold.yaml page not rendering

Created on 2 Aug 2020  路  1Comment  路  Source: GoogleContainerTools/skaffold

Expected behavior

Skaffold YAML reference page in docs site loads full YAML with reference of each section

Actual behavior

It is only loading a line and not full YAML:

image

Information

The docs website
https://skaffold.dev/docs/references/yaml/

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 v2beta5 version.

  1. Head to https://skaffold.dev/docs/references/yaml/ and open chrome dev tools
  2. In the Sources tab, find index.html file
  3. Using chrome local overrides, change the date-version attribute of the #table element from skaffold/v2beta6 to skaffold/v2beta5
  4. Save and reload the page

image

It can be done in the other browsers too if there is a possibility to somehow update the element attribute before js loads.

>All comments

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.

  1. Head to https://skaffold.dev/docs/references/yaml/ and open chrome dev tools
  2. In the Sources tab, find index.html file
  3. Using chrome local overrides, change the date-version attribute of the #table element from skaffold/v2beta6 to skaffold/v2beta5
  4. Save and reload the page

image

It can be done in the other browsers too if there is a possibility to somehow update the element attribute before js loads.

Was this page helpful?
0 / 5 - 0 ratings