Kubernetes Prow Robot
843ee21ee8
Merge pull request #22346 from tengqm/zh-fix-examples
...
[zh] fix examples test
2020-07-06 22:31:57 -07:00
Kubernetes Prow Robot
059fb9e8e6
Merge pull request #22320 from ariscahyadi/id-local-container-runtime
...
ID Localization for Setup - Container Runtime.
2020-07-06 18:45:58 -07:00
Kubernetes Prow Robot
19d8758375
Merge pull request #22319 from deryrahman/docs/tutorials/kubernetes-basics/create-cluster
...
ID translation for create cluster
2020-07-06 18:31:57 -07:00
Kubernetes Prow Robot
2c0dda4640
Merge pull request #22397 from sftim/20200706_fix_broken_capture_shortcode
...
Fix broken capture shortcode
2020-07-06 17:43:57 -07:00
Kubernetes Prow Robot
7d7466dcc1
Merge pull request #22357 from tengqm/cleanse-assets-for-apiref
...
Clean up shared assets for API reference
2020-07-06 15:51:57 -07:00
Kubernetes Prow Robot
a740a69f24
Merge pull request #22396 from Arhell/fix-svg
...
svg color update
2020-07-06 14:41:58 -07:00
Tim Bannister
e7fbf945ce
Fix vestigial capture shortcode
2020-07-06 22:36:50 +01:00
Arhell
84e93f5c42
svg color update
2020-07-07 00:16:03 +03:00
Kubernetes Prow Robot
ca8ae6e1cb
Merge pull request #22316 from tengqm/fix-19337
...
Fix indentation of list and code snippet for kms-provider
2020-07-06 13:27:57 -07:00
Kubernetes Prow Robot
b315b96f51
Merge pull request #22179 from kaslin/master
...
Adding SIG-Windows Spotlight blog post with images.
2020-07-06 10:43:57 -07:00
Kaslin Fields
49b09455e1
Update index.md
...
Updating with edits from SIG-Windows.
2020-07-06 10:34:07 -07:00
Kubernetes Prow Robot
3408ac404f
Merge pull request #22323 from Tej-Singh-Rana/k8s-tej
...
Fixed space issue
2020-07-06 09:56:52 -07:00
Kubernetes Prow Robot
8056a69b38
Merge pull request #22301 from kbhawkey/kb-example-content-move
...
create archetype files, _index cleanup
2020-07-06 03:42:50 -07:00
Kubernetes Prow Robot
88ae720661
Merge pull request #22121 from lovebaby979/japan
...
update minikube drivers
2020-07-06 01:04:51 -07:00
Kubernetes Prow Robot
9c2ca24fb3
Merge pull request #22287 from shuuji3/translate-config-toml-for-ja
...
Update Japanese translation of config.toml
2020-07-05 20:08:50 -07:00
Kubernetes Prow Robot
7f070f45ec
Merge pull request #22305 from Arhell/remove-images
...
remove square logos
2020-07-05 19:40:50 -07:00
Kubernetes Prow Robot
01ba60fec8
Merge pull request #22376 from pjhwa/link-22372
...
Fix issue of document link in some documents
2020-07-05 19:02:50 -07:00
Kubernetes Prow Robot
f394cfa487
Merge pull request #22274 from jiaj12/patch-28
...
Update debug-service.md
2020-07-05 18:12:50 -07:00
Kubernetes Prow Robot
8c5966819f
Merge pull request #22332 from wxsms/patch-6
...
fix: zh doc missleading to en link.
2020-07-05 18:02:50 -07:00
Qiming Teng
bb07d99f08
Address review feedbacks
2020-07-06 06:52:46 +08:00
Aris Cahyadi Risdianto
3889465ad6
ID Localization for Setup - Container Runtime.
...
Translating the comment and fixed typo.
2020-07-05 22:10:55 +08:00
Jerry Park
64f62106c1
Fix issue of document link in some documents
2020-07-05 22:46:08 +09:00
Dery Rahman Ahaddienata
4cea5be119
Add id translation support for katacoda embed
2020-07-05 16:32:35 +07:00
Qiming Teng
162e5edb39
Clean up shared assets for API reference
...
This PR promotes the CSS, JS and FONTS files used by API reference to
the `static/css`, `static/js` and `static/fonts` directories
respectively. The intent is that for future releases, when generating
API reference docs, only the `index.html` and `navData.js` files need to
be copied from the generator tools.
Details of changes:
- `jquery-3.2.1.min.js` file is replaced by `jquery-3.3.1.min.js` to
align with the version used by Docsy. We can investigate in the future
whether this can be shared. Converging to the same version at least
can reduce the risks of compatibility.
- `jquery.scrollTo.min.js` moved to `static/js` file and renamed to
`jquery.scrollTo-2.1.2.min.js` so we know the version from file name.
- `scroll.js` moved to `static/js` and renamed to `scroll-apiref.js` to
siginify that it is used by API reference.
- A `README.md` file is added to `static/js` directory for describing
the purposes of the these files.
- `bootstrap.min.css` moved to `static/css` and renamed to
`bootstrap-4.3.1.min.css` so that it can be shared and its version can
be easily discovered.
- `font-awesome.min.css` moved to `static/css` and renamed to
`fontawesome-4.7.0.min.css` for the same reason.
- `stylesheet.css` moved to `static/css` and renamed to
`style_apiref.css` to siginify its purpose.
- A `README.md` file is added to `static/css` directory for describing
the purposes of the these files.
- FontAwesome fonts files moved to `static/fonts` so that they can be
shared across API reference versions.
- Current API reference (1.18) is modified to reference the relocated
files. Upstream generator change on the way
(kubernetes-sigs/reference-tools/#161).
Related: #22016 , #22023 , #22041 , #22024 , #22064
2020-07-05 13:43:03 +08:00
Kubernetes Prow Robot
38eaf3b4e5
Merge pull request #22312 from imrenagi/translation/managing-tls
...
Add Bahasa Indonesia translation for managing tls
2020-07-04 21:04:49 -07:00
Imre Nagi
c1a180b853
Add Bahasa Indonesia translation for managing tls
...
Signed-off-by: Imre Nagi <imre.nagi2812@gmail.com>
Fix for review
Signed-off-by: Imre Nagi <imre.nagi2812@gmail.com>
Rebase from master upstream
Signed-off-by: Imre Nagi <imre.nagi2812@gmail.com>
2020-07-05 10:56:58 +07:00
Kubernetes Prow Robot
436afaabad
Merge pull request #22300 from irvifa/id/control-plane-node-communication
...
chore: Migrate existing master-node-communication to control-plane-node-communication
2020-07-04 19:38:49 -07:00
Kubernetes Prow Robot
6ecca925b8
Merge pull request #22334 from wxsms/patch-8
...
fix: zh doc missleading to en link.
2020-07-04 19:06:49 -07:00
Qiming Teng
5f10c216de
[zh] Fix examples for Chinese localization
2020-07-05 10:04:33 +08:00
Kubernetes Prow Robot
ece28880f9
Merge pull request #22333 from wxsms/patch-7
...
fix: zh doc missleading to english module 6
2020-07-04 16:34:49 -07:00
Kubernetes Prow Robot
36578f4c9e
Merge pull request #22310 from shuuji3/make-versions-translatable-in-navbar
...
Make "Versions" string on the navbar translatable
2020-07-04 10:26:48 -07:00
Kubernetes Prow Robot
731e2506d3
Merge pull request #22279 from maxgio92/patch-1
...
Fix wrong uppercase in content/it/docs/concepts/index
2020-07-04 08:54:48 -07:00
Kubernetes Prow Robot
e0bf0b2699
Merge pull request #22011 from tengqm/fix-examples-test
...
Fix example tests for English site
2020-07-04 05:38:48 -07:00
Kubernetes Prow Robot
4c19ec60a1
Merge pull request #22175 from sftim/20200629_remove_capture_shortcodes
...
Remove capture shortcodes & warn on future use.
2020-07-04 05:30:48 -07:00
Irvi Firqotul Aini
ece482870a
chore: Migrate existing master-node-communication to control-plane-node-communication
...
In this commmit I migrate the former to later and add more information about Konnectivity.
2020-07-04 19:28:39 +07:00
Kubernetes Prow Robot
f682bd7fbb
Merge pull request #22331 from wxsms/patch-5
...
fix: zh doc missleading to english module 5, and translate.
2020-07-04 05:14:48 -07:00
Dery Rahman Ahaddienata
d7b6391c17
Add docs/tutorials/kubernetes-basics/create-cluster ID translation
2020-07-04 19:06:02 +07:00
wxsm
3811e0c6e8
fix: zh doc missleading to en link.
...
fix: zh doc missleading to en link.
2020-07-04 20:05:33 +08:00
wxsm
49b428ac17
fix: zh doc missleading to english module 6
...
`Continue to Module 6` btn in zh docs is leading to en version, this PR simply fix it.
2020-07-04 20:03:13 +08:00
wxsm
cf069a742f
fix: zh doc missleading to en link.
...
fix zh doc missleading to en link.
2020-07-04 19:58:53 +08:00
wxsm
ef561614f9
fix: zh doc missleading to english module 5, and translate.
...
`Continue to Module 5` btn in zh docs is leading to en version and have no translate, this PR simply fix it.
2020-07-04 19:50:01 +08:00
Kubernetes Prow Robot
02d2316c4f
Merge pull request #22326 from wxsms/patch-4
...
fix: zh doc missleading to english module 4, and translate.
2020-07-04 04:40:48 -07:00
Kubernetes Prow Robot
ad2fbb3e93
Merge pull request #22325 from wxsms/patch-3
...
fix: zh doc missleading to english Start Interactive Tutorial
2020-07-04 04:38:48 -07:00
Kubernetes Prow Robot
57b8e2760c
Merge pull request #22324 from wxsms/patch-2
...
fix: zh doc missleading to english module 3
2020-07-04 04:36:48 -07:00
Kubernetes Prow Robot
a733c232fa
Merge pull request #22322 from wxsms/patch-1
...
fix: zh doc missleading to english module 2
2020-07-04 04:34:48 -07:00
Tim Bannister
325ba8754a
Warn on use of capture shortcode
...
If anyone uses the capture shortcode, emit a warning. The website
no longer uses capture shortcodes.
2020-07-04 11:11:29 +01:00
Kubernetes Prow Robot
fe82c29052
Merge pull request #22248 from pjhwa/fix-22247
...
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2020-07-04 03:04:48 -07:00
Kubernetes Prow Robot
51283acc88
Merge pull request #22321 from raelga/fix/deprecated-shortcodes-contribute-start
...
Replace deprecated shortcodes
2020-07-04 03:00:48 -07:00
wxsm
d0d54d2154
fix: zh doc missleading to english module 4, and translate.
2020-07-04 17:32:09 +08:00
wxsm
d2ed626de2
fix: zh doc missleading to english Start Interactive Tutorial
2020-07-04 17:28:01 +08:00