Commit Graph

138 Commits (d8e8fb9ffbe19a2daa42870505f29447ead2784a)

Author SHA1 Message Date
yupengzte 8053e08125 Replace the tab with 4 spaces in html files
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-23 00:01:55 -07:00
Ahmet Alp Balkan 8bd4011d41 Do not link to org/team links on GitHub
People who are not on the org get 404, causing further confusion.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-03-22 10:18:40 -07:00
yupengzte f6fec80790 Fix the typos
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-21 17:46:26 -07:00
Andrew Chen 60c6921576 User Guide content migration: post notice (#2818)
* Add User Guide content migration notice.

* Fix formatting

* Tweek formatting to block highlight text in light gray.

* Try table instead of code block

* remove extra lines

* try table format

* fix links

* incorporate @ddonnelly feedback
2017-03-14 16:39:25 -07:00
mlambert890b e1fcf04cc1 Correct ASM logo filename 2017-03-06 11:01:11 -08:00
mlambert890b b3f34cd55b fixed ASM blurb 2017-03-06 11:01:11 -08:00
mlambert890b 94f02ff83d Q1 update to k8s tech and service partner list
New partners registered to K8s Partner Ecosystem sign-up form.  Logo updates companion to this edit still WIP
2017-03-02 10:37:01 -08:00
tailnode 47ae58f3c4 fix some wrong links 2017-02-23 16:08:38 +08:00
Andrew Chen 667c1818dc Migrate Init Containers to Concepts (#2438)
* Initial commit for Init Containers migration to Concepts section

* Add 1.5 beta include file

* Change include to renamed user-guide-content-moved.md file

* Fix Concepts/KO/Pods ToC

* reformat examples to bullet points

* fix formatting

* Add back Detailed Behavior, Support and compatibility

* Adjust formatting issues

* revised based on feedback from Steve

* complete sentence rewrite
2017-02-23 15:30:47 +08:00
tailnode c999e614f2 fix link 2017-02-23 15:30:47 +08:00
steveperry-53 9891d65d3e Change name of include file for moved content. 2017-02-01 15:05:34 -08:00
steveperry-53 3185b43411 Move Commands and Capabilities out of User Guide. 2017-01-30 16:19:56 -08:00
Jared 51d39b1e99 Merge branch 'master' into reorganization 2017-01-26 10:44:05 -08:00
steveperry-53 02d17ade5f Reduce heading levels by 1. 2017-01-18 17:23:56 -08:00
Jess Frazelle 88e96a5078
cleanup footer scripts so its in its own file
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-05 10:06:49 -08:00
Jess Frazelle d4275b69af
cleanup head and header into two parts so it is apparent where body starts
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-05 10:05:43 -08:00
Jess Frazelle f6f210420e
make code.html more readable
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-05 10:02:11 -08:00
Jess Frazelle 65a8beae33
move case-study-styles.html to an actual css file and make it a class
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-05 10:02:09 -08:00
Ben Balter eb4cbf9ef0
Don't overwrite the global `page` object when building the table of contents 2016-12-30 12:49:42 -05:00
Aaron.L.Xu e7d75b39f6 Merge branch 'fix-typos' into master 2016-12-24 12:52:36 +08:00
dongziming 19fda13172 Fix typos 2016-12-23 20:53:16 +08:00
Aaron.L.Xu cbc897a320 Merge branch 'master' into master 2016-12-23 19:40:51 +08:00
Andrey c6d6c1e6f9 Target _blank was removed
Serious guys! It is so much annoying - each link in new tab! If I would need it I would hold Ctrl pressed.
2016-12-22 12:15:34 +01:00
SRaddict 5d6a3aaa53 fix a series errors of using "a" and "an" 2016-12-22 16:56:12 +08:00
devin-donnelly 4f5b3fb8f0 Merge branch 'master' into UC-design-patch 2016-12-21 17:32:25 -05:00
Ben Balter d8d99a171e use in-page titles to generate sidebar nav 2016-12-19 15:08:54 -05:00
Eric Baum 73d782abe1 Merge branch 'master' into UC-design-patch 2016-12-15 05:13:13 +00:00
Ben Balter c7a37cf626 Merge branch 'master' into jekyll-plugins 2016-12-14 18:09:10 -05:00
Eric Baum 47a75ca011 Minor header change
Change "Try Kubernetes" link point to /docs/tutorials/kubernetes-basics/
instead of "Hello Node"
Reduce font weight in links across the top.
2016-12-14 00:54:21 +00:00
Eric Baum cb8d3dc175 Merge remote-tracking branch 'refs/remotes/kubernetes/master' into UC-design-patch 2016-12-14 00:12:15 +00:00
Janet Kuo 28899d6ec6 Run update-imported-docs.sh 2016-12-13 13:44:13 -08:00
Eric Baum 8264a17c4e Merge remote-tracking branch 'refs/remotes/kubernetes/master' into UC-design-patch 2016-12-13 21:33:46 +00:00
Ben Balter 731f5bac1a Use Jekyll SEO Tag to generate the search engine HEAD meta.
This commit moves the site to use the official Jekyll SEO Tag
plugin (https://github.com/jekyll/jekyll-seo-tag) to generate the
search-engine meta in the HEAD of each page. The title and canonical
URL output should be largely the same as before, but with additional
metadata, such as JSON-LD (for richer indexing), Twitter card
metadat, etc.

Like the other plugins, this should largely work out-of-the-box,
with no additional day-to-day configuration, but is customizable
where desired.
2016-12-13 14:16:54 -05:00
Ben Balter 91634d19c0 Use absolute_url to generate the cannonical URL
Starting with Jekyll v3.3, Jekyll ships with `relative_url` and
`absolute_url` filters. Rather than manual concatenating strings,
we can rely on Jekyll to handle the logic in Ruby land, which
takes into account the site's URL (locally and in production), and
handles things like double "/"s.
2016-12-13 14:07:53 -05:00
devin-donnelly 94e38475e9 Merge pull request #1929 from jeffmendoza/trademark-footer
Linux Foundation trademark notice. Fix #1846
2016-12-13 12:04:38 -05:00
Saad Ali 4ba5c70d9b Merge branch 'master' into release-1.5 2016-12-12 16:21:05 -08:00
Jeff Mendoza 082f4099d0 Linux Foundation trademark notice. Fix #1846 2016-12-12 11:28:37 -08:00
Eric Baum 08a199d6d1 Update header
Updates header to remove hamburger on desktop, set 100px margin, and
adds 100px margin to body.
2016-12-09 23:03:48 +00:00
ankurshukla 0bdc0a7960 added harbor and kubernetic to the partners page 2016-12-05 08:28:44 -08:00
Anthony Yeh 7c800a949a Linkify API objects on first mention. 2016-12-02 12:45:49 -08:00
Anthony Yeh fd7c8eee4f Use CamelCase for API objects 2016-12-02 12:45:49 -08:00
Anthony Yeh 38edbd87e6 Add tutorial: Running a Replicated Stateful Application 2016-12-02 12:45:49 -08:00
Jared 53d3f8b134 Merge branch 'master' into carousel 2016-11-30 14:34:34 -08:00
steveperry-53 dd08e2bae9 Fix carousel images. 2016-11-28 12:59:10 -08:00
craigbox e9591bb3ee Add license to footer
- Change "Kubernetes", which is not a thing you can assign copyright to, to "The Kubernetes Authors", in line with comments in source files.  This may or may not be more appropriate to assign copyright to CNCF.
- Add link to LICENSE with CC BY SA text, which will only be true when #1763 is merged.
- I don't think you'll like the CSS, but without the 'light-text' tag you get a blue/purple link.
2016-11-22 13:22:38 +00:00
devin-donnelly 3aafad63f1 Merge pull request #1679 from StackPointCloud/partner/stackpoint.io
Added Stackpoint.io to the Technology and Services Partner sections
2016-11-21 15:15:00 -08:00
scotty 9f0531ba75 added "contribute to codebase" and "download k8s" buttons to the footer
hide left nav area in docs if no nav is present
update text link styles for better readability
2016-11-18 10:27:25 -08:00
ankurshukla d10fed8566 Added new set of Tech and Services Partners 2016-11-15 13:03:34 -08:00
Matt Baldwin 71bc78a652 Merge branch 'master' into partner/stackpoint.io 2016-11-14 15:35:01 -08:00
Matt Baldwin d124edabc3 - updated partner-script.js with the correct logo name.
- added the correct logo.

Change-Id: I160ecf13028977fa491c3047727b12c85b05eae0
2016-11-14 10:34:30 -08:00