Kubernetes website and documentation repo:
Go to file
Ryan McGinnis f0c445980d Update script.js
In copyCode function, removes target.value from if (succeed) sweetAlert function. 

Sometimes target.value is too long, which causes the sweetAlert box to be cut off from the page. The confirmation button also gets cut off, which means that the user can't close the box, which means they need to refresh the page to continue.

Instead, the alert tells the user which file was copied.
2017-06-27 08:58:02 -07:00
.github Update PULL_REQUEST_TEMPLATE.md 2017-05-22 12:40:54 -07:00
_data /docs/samples revamp: move examples to /tutorials 2017-06-26 11:22:35 -07:00
_includes /docs/samples revamp: move examples to /tutorials 2017-06-26 11:22:35 -07:00
_layouts /docs/samples revamp: move examples to /tutorials 2017-06-26 11:22:35 -07:00
_sass Implement PR #3859 with tabs 2017-06-01 10:08:51 -07:00
case-studies Replace the tab with 4 spaces in html files 2017-03-23 00:01:55 -07:00
cn whatisk8s - Chinese version (#3243) 2017-06-22 14:39:41 -07:00
community Replace the tab with 4 spaces in html files 2017-03-23 00:01:55 -07:00
css move case-study-styles.html to an actual css file and make it a class 2017-01-05 10:02:09 -08:00
docs Replace remaining kargo usages to kubespray 2017-06-27 08:49:03 -07:00
images /docs/samples revamp: move examples to /tutorials 2017-06-26 11:22:35 -07:00
js Update script.js 2017-06-27 08:58:02 -07:00
partners Replace the tab with 4 spaces in html files 2017-03-23 00:01:55 -07:00
staging-container dockerfile: change to alpine base and cleanup 2016-12-02 14:13:32 -08:00
test Add TCP socket health check example (#3977) 2017-06-05 13:50:29 -07:00
.gitignore Remove /redirects.rb (#3305) 2017-04-10 15:12:09 -07:00
.travis.yml Update golang version to 1.8.1 2017-06-01 13:51:12 -07:00
404.md Exclude 404.html from the sitemap. 2016-12-13 14:21:22 -05:00
CNAME Create CNAME 2017-03-15 14:42:51 -07:00
CONTRIBUTING.md WIP: Cleanup /docs/contribute/ migration (#3278) 2017-04-10 13:24:14 -07:00
Gemfile semantically version jekyll-include-cache 2016-12-20 14:21:48 -05:00
Gemfile.lock semantically version jekyll-include-cache 2016-12-20 14:21:48 -05:00
LICENSE fix a series punctuation errors 2016-12-22 11:24:05 +08:00
Makefile Remove /redirects.rb (#3305) 2017-04-10 15:12:09 -07:00
OWNERS Remove myself from OWNERS 2017-01-03 10:24:15 -08:00
README.md WIP: Cleanup /docs/contribute/ migration (#3278) 2017-04-10 13:24:14 -07:00
_config.yml Site URL for canonical URLs. (#3927) 2017-05-27 13:05:17 -07:00
editdocs.md WIP: Cleanup /docs/contribute/ migration (#3278) 2017-04-10 13:24:14 -07:00
google2b743c61aa37ebbe.html Get access to search console. (#3901) 2017-05-25 14:21:16 -07:00
googlea92cf511a27d4f6b.html add site verification file 2017-04-27 14:17:09 -07:00
googlead862a0628bec321.html temporary access to webmaster tools 2017-01-04 20:32:41 -08:00
googlece48a67808b497a5.html Adds Answerdash, Analytics, feed.xml, LICENSE, robots.txt, and Google Site Verification files 2016-03-04 13:50:51 -08:00
index.html Update links in home, header, footer, whatisk8s (#3833) 2017-05-18 16:50:06 -07:00
jquery-ui.html Replace the tab with 4 spaces in html files 2017-03-23 00:01:55 -07:00
labels.yaml Issue #124: Automatically create labels. 2016-08-04 22:57:44 -07:00
netlify.toml Remove /redirects.rb (#3305) 2017-04-10 15:12:09 -07:00
robots.txt Cleanup robots.txt 2017-06-01 14:37:00 -07:00
skip_title_check.txt Chenopis 3436 patch (#3480) 2017-04-20 13:59:02 -07:00
skip_toc_check.txt Add drop-in templates 2017-05-24 14:48:20 -07:00
update-imported-docs.sh Fix typo in update-imported-docs.sh 2017-06-08 11:26:21 +05:30
verify-docs-format.sh WIP: Cleanup /docs/contribute/ migration (#3278) 2017-04-10 13:24:14 -07:00

README.md

Instructions for Contributing to the Kubernetes Documentation

Welcome! We are very pleased you want to contribute to the Kubernetes documentation.

You can click the Fork button in the upper-right area of the screen to create a copy of this repository in 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 your fork and create a new pull request to let us know about it.

For more information about contributing to the Kubernetes documentation, see:

Thank you!

Kubernetes thrives on community participation, and we really appreciate your contributions to our site and our documentation!