Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Skaffold.yaml page not rendering #4614

Closed
vishal-biyani opened this issue Aug 2, 2020 · 1 comment · Fixed by #4621
Closed

Doc: Skaffold.yaml page not rendering #4614

vishal-biyani opened this issue Aug 2, 2020 · 1 comment · Fixed by #4621
Assignees

Comments

@vishal-biyani
Copy link

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/

@Namielusi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants