Website: Broken layout for tabs on "Container runtimes" page in Korean

Created on 8 Sep 2020  路  5Comments  路  Source: kubernetes/website

This is a Bug Report



Problem:
Broken layout for tabs on "Container runtimes" page as below.

image

Proposed Solution:
TBD

Page to Update:
https://kubernetes.io/ko/docs/setup/production-environment/container-runtimes/

/language ko


good first issue help wanted languagko

All 5 comments

/retitle Broken layout for tabs on "Container runtimes" page in Korean

This problem is due to incorrect tab code.
We should fix this like the below: (Line 71, 125, 126, 180)

{{< tabs name="tab-cri-docker-installation" >}}
{{< tab name="Ubuntu 16.04+" >}}

to

{{< tabs name="tab-cri-docker-installation" >}}
{{% tab name="Ubuntu 16.04+" %}}

/good-first-issue

@gochist:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/good-first-issue

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.

Hey folks, I'm happy to help you with this
/assign

Was this page helpful?
0 / 5 - 0 ratings