diff --git a/_layouts/headerfooter.html b/_layouts/headerfooter.html index 5281c62ed9..b40424ac34 100644 --- a/_layouts/headerfooter.html +++ b/_layouts/headerfooter.html @@ -7,6 +7,7 @@ + Kubernetes - {{ page.title }} diff --git a/css/styles.css b/css/styles.css index d90cb77c1c..e96116b4df 100755 --- a/css/styles.css +++ b/css/styles.css @@ -765,7 +765,8 @@ section { line-height: 58px; } #docsContent h2 { font-size: 32px; - line-height: 40px; } + line-height: 40px; + margin: 30px 0px 15px 0px; } #docsContent h3 { font-size: 28px; line-height: 35px; } @@ -778,17 +779,20 @@ section { #docsContent p + p { margin-top: 30px; } #docsContent code { - display: block; - white-space: pre-wrap; - margin: 30px 0; - padding: 30px; - background-color: #f7f7f7; + background-color: #f7f7f7; color: #303030; font-family: "Roboto Mono", monospace; - font-size: 14px; + font-size: 16px; + padding: 2px 4px; } + #docsContent pre code { + display: block; + white-space: pre-wrap; + margin: 20px 0; + padding: 15px; + font-size: 14px; line-height: 32px; overflow: auto; } - #docsContent code::-webkit-scrollbar { + #docsContent pre code::-webkit-scrollbar { background-color: transparent; } #docsContent ul li { list-style: disc; } diff --git a/v1.1/editdocs.md b/v1.1/editdocs.md index b024f21b93..b3505ae411 100644 --- a/v1.1/editdocs.md +++ b/v1.1/editdocs.md @@ -4,8 +4,40 @@ title: Contributing to Kubernetes Documentation Welcome! We are very pleased you want to contribute to the docs for Kubernetes. + + +
-{% raw %}{% endraw %} +

Continue your edit

+ +

Click the below link to edit the page you were just on. When you are done, press "Commit Changes" at the bottom of the screen. This will create a copy of our site on your GitHub account called a "fork." You can make other changes in your fork after it is created, if you want. When you are ready to send us all your changes, go to the index page for your fork and click "New Pull Request" to let us know about it.

+ +

+ +
+
+ +

Edit our site in the cloud

+ +

Click the below button to visit the repo for our site. You can then click the "Fork" button in the upper-right area of the screen to create a copy of our site on your GitHub account called a "fork." Make any changes you want in your fork, and when you are ready to send those changes to us, go to the index page for your fork and click "New Pull Request" to let us know about it.

+ +

https://github.com/kubernetes/kubernetes.github.io/

+ +
+ ## Staging your changes in the cloud @@ -69,28 +101,3 @@ might help for Windows users. Kubernetes thrives on community participation and we really appreciate your contributions to our site and our documentation! -