Website: Page layout for k8s.io/docs/concepts/workloads/controllers/deployment/ is broken

Created on 12 May 2020  路  10Comments  路  Source: kubernetes/website

Problem:
Page layout for Deployment page is broken.

Proposed Solution:
Fix or rollback to previous version

Page to Update:
k8s.io/docs/concepts/workloads/controllers/deployment/

All 10 comments

Hi @supirman

Can you describe the symptoms you saw?

I'm glad it's not just me - I'm seeing quite a few formatting issues today across numerous pages in chromium/firefox as well. Here are some screenshots:

image - e.g the "blockquote" stuff everywhere; text boxes are not looking right either. Source

I happened to look at this page today and yesterday, it used to be that the different distributions (ubuntu vs Fedora/RHEL) were tabs you could select, similar to here, that's now murked. The code snippets are also full of extra whitespaces for some reason.

As an aside - really loving these docs, thanks so much for maintaining them, they're excellent!

that is how Deployment page looks like right now for me in chrome in French language:

current-deployments-french

the reason is broken html: there is a bunch of elements that are on the same level with \

, although they should be inside of it

check it:

good html (English version):

good-html


broken html (French version):

broken-html


only English and Chinese versions of the page have correct html in them.
English version also had broken html yesterday.

@ArtemAlagizov if you log the bug with the French page into its own issue, that lets the French localization team pick it up and work on it. (If you want to submit a PR directly yourself, that is also OK).

@sftim got it, thanks! i will submit a separate bug issue

fixed in #20946
/close

@ArtemAlagizov: You can't close an active issue/PR unless you authored it or you are a collaborator.

In response to this:

fixed in #20946
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot thank you robot

/close
fixed in #20920

@sftim: Closing this issue.

In response to this:

/close
fixed in #20920

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahmetb picture ahmetb  路  4Comments

gochist picture gochist  路  3Comments

Karunamon picture Karunamon  路  3Comments

seokho-son picture seokho-son  路  3Comments

sftim picture sftim  路  3Comments