Kubernetes Prow Robot
9d09e8c0e3
Merge pull request #20228 from cesarpino/patch-1
...
Better error message when window is too narrow to display Terminal
2020-04-20 20:00:55 -07:00
Oleg Butuzov
57d216840a
Changing links in the old interactive tutorials.
2020-04-14 12:31:18 +03:00
cesarpino
e9ad783208
Update cluster-interactive.html
...
If the desktop window is too narrow, Terminal does not show.
The old message was confusing in that case.
2020-04-10 00:21:01 +02:00
Kubernetes Prow Robot
820c5d229d
Merge pull request #19352 from brentcklein/master
...
Updated Deployment description for clarity.
2020-04-08 16:31:45 -07:00
vergissmiNET
588dfad489
Update cluster-intro.html ( #19446 )
2020-03-15 21:14:35 -07:00
Vinicius Barbosa
740e53d1e1
Update expose-intro.html ( #19637 )
2020-03-15 01:32:34 -07:00
Dean Coakley
6a8085fac5
Update deploy-interactive to include note on pods ( #19455 )
...
* Update deploy-interactive to include note on pods
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
* Update copy
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
2020-03-05 19:10:50 -08:00
Brent Klein
93a23a1bf4
Updated Deployment description for clarity.
2020-02-27 13:50:15 -05:00
Laurens Versluis
fa598f196e
Typo fix ( #18830 )
2020-02-03 15:15:26 -08:00
Kyle Smith
45d22102c6
Add Hyperlink to Kubernetes API ( #18852 )
2020-01-27 08:01:03 -08:00
Karen Bradshaw
c26ea07706
Fix styling of tutorial pages ( #17177 )
...
* [WIP] Fix styling of tutorial pages
* additional cleanup of styles.css
2019-10-26 07:31:23 -07:00
Gabriele Cimato
5c41bb0482
docs: update deploy-intro, fix node js sentence ( #15758 )
2019-08-09 14:47:13 -07:00
Stef Ki
bb9ee3db9b
Line break between section and previous paragraph ( #15474 )
...
Line break between the "Kubernetes Basics Modules" and the previous paragraph, for consistency.
2019-07-25 00:33:53 -07:00
Richard Marcum
6498cf861c
Remove unnecessary paragraph ( #15075 )
...
* Remove unnecessary paragraph
Fixes issue #15027
* Revise per PR
2019-06-27 08:55:21 -07:00
mohamed chiheb ben jemaa
cb574f4b75
fix carousel ( #15129 )
2019-06-26 08:55:17 -07:00
mohamed chiheb ben jemaa
ff60500bb1
fixing carousel Fixes ##14882 ( #14895 )
2019-06-16 02:34:08 -07:00
shavidissa
3af9a19141
Updates kubernetes-basics ( #14702 )
...
Minor updates:
- Add a full stop.
- Removed the 'Start the tutorial›' section. The sections are already linked from 1 to 6 and this section doe not add any value after point 6.
2019-06-03 17:37:00 -07:00
WanLinghao
5ffd272aef
Fix a 404 link error in explore document ( #14035 )
2019-04-25 04:20:47 -07:00
chenrui
5a5f77db64
Fix relative links issue in English content ( #13307 )
...
* `http://kubernetes.io/docs/ ` -> `/docs/` in content/en folder
* `https://kubernetes.io/docs/ ` -> `/docs/` in content/en folder
2019-03-20 16:05:05 -07:00
Damini Satya
ae355ed890
Fix #11761 - Provide clear explanation of Kubernetes deployments ( #12561 )
2019-03-07 13:54:16 -08:00
June Yi
8e5d7e4829
Make k8s.io/docs/home to support i18n ( #12570 )
...
* Make k8s.io/docs/home to support i18n
* Apply kbhawkey's review comment
2019-02-21 08:24:20 -08:00
Robin Dupret
9b55294ae4
Fix a broken anchor ( #12215 )
...
The title of this section has been changed so since the anchor is
automatically computed, links were broken.
Stems from da9722af
.
2019-01-14 17:28:04 -08:00
Andrew Chen
2fc30aab67
Remove distracting, superfluous links from Learn Kubernetes Basics ( #11593 )
2018-12-06 18:36:02 -08:00
Ernesto Hegi
9c53721234
Update expose-intro.html ( #11309 )
...
Replaces the word fungible with an easier to read synonym like exchangeable.
2018-11-26 21:16:15 -08:00
June Yi
76c65a8418
Use absolute URLs and avoid aliases in the tutorial ( #10924 )
2018-11-13 17:36:06 -08:00
Karen Bradshaw
0ea9225760
Fix link to deploy node.js app ( #10372 )
...
- Update deploy instructions to link to hello-minikube
node.js app create, deploy.
- See issue #10362 .
2018-10-03 19:35:10 -07:00
Luc Perkins
7631d38534
Add missing font imports ( #10263 )
2018-10-03 19:25:16 -07:00
Jim Angel
1774347e71
Adding a back button on last module ( #10089 )
...
Closes: https://github.com/kubernetes/website/issues/10073
2018-09-19 08:45:46 -07:00
Bjørn Erik Pedersen
1b5ff98a44
Make the home page into reusable and translatable blocks ( #10071 )
...
* Make navigation and UI strings i18n friendly
This commit
* Extracts most UI strings into i18n bundles so they can be translated
* Makes a proper Hugo menu out of the hardcoded menu that is shown on smaller screens
* Changes the language selector logic to navigate to the current page in the other language if possible (e.g. the translation). If not possible, it takes you to the home page for that language.
For testing, this commit also adds Norwegian as a new language. This is turned off.
* Make the home page into reusable and translatable blocks
This commit adds a set of block type shortcodes that is then used to build the home page.
* These shortcodes gets common image resources from a new headless bundle. These resources can be inherited or overridden by translations.
* The hardcoded case studies section on the home page is replaced with a query and a loop.
* The hardcoded feature list on the home page is replaed qith a query and a loop.
2018-09-14 14:47:24 -07:00
Ben Hall
dc58333e85
The Kubernetes Basics link title was confusing ( #9936 )
2018-08-20 13:31:40 -07:00
Ben Hall
4c581ee74b
Fixes #9787 . Be explicit with page name for Hugo to find section ( #9874 )
...
* Fixes #9787 . Be explicit with page name for Hugo to find section
* Revert "Fixes #9787 . Be explicit with page name for Hugo to find section"
This reverts commit b3f4d5be10
.
* Follow @bep suggestions to fix #9787
2018-08-20 12:42:10 -07:00
Zach Seils
4e0858f2d5
Update scale-intro.html ( #9659 )
...
reduce --> increase
2018-07-27 12:13:58 -07:00
Takuya Tokuda
e9435159c6
fix 'Kubernetes Basics' contents order ( #9065 )
2018-06-13 16:13:27 -07:00
Gerald
963f275cd3
Remove spaces from an href content ( #8876 )
...
Spaces inside the text of an href tag caused underlining of a blank space which resembles a period.
2018-06-03 18:58:52 -07:00
Duncan Bell
cdff02f118
Update deploy-intro.html ( #8616 )
...
* Update deploy-intro.html
* Update deploy-intro.html
2018-05-31 09:10:55 -07:00
Xianglin Gao
7f2d1b3bf4
Update deploy-intro.html ( #8811 )
2018-05-29 21:48:54 -07:00
Steve Perry
21fd86ed4b
Fix up Tutorials landing page and Tutorials left nav. ( #8557 )
...
* Fix up Tutorials landing page and Tutorials left nav.
* Add redirects. Fix bullet.
2018-05-15 15:29:27 -07:00
Bjørn Erik Pedersen
7f3b633aa0
Convert site to Hugo ( #8316 )
...
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00