Commit Graph

83 Commits (88b4eeca2bf3d7249f9fa7a13fa6961f21ca5b9a)

Author SHA1 Message Date
William Stewart e50af70c1f Make caret for version drop-down more visible 2017-08-29 12:42:55 +02:00
William Martin Stewart fa691dafe7 Version Selector (#4386)
* Show current version of docs in nav

* Branch in edit link

* WIP version selector

* An actual working but not pretty version dropdown

* update URLs for versions

v1.7: https://kubernetes.io/docs/home/
v1.6: https://v1-6.docs.kubernetes.io/docs/home/
v1.5: https://v1-5.docs.kubernetes.io/docs/home/
v1.4: https://v1-4.docs.kubernetes.io/docs/home/

* fix v1.4 and v1.5 paths

* Tidier drop downs

* Make font visible always

* Make background match main nav always

* change to major.minor version number

* show only major.minor version in drop down list

* switch from githubbranch to docsbranch

* update githubbranch

* update githubbranch values

* Border radius for bottom of dropdown

* Tabs are hard
2017-08-10 16:41:10 -07:00
Alex Contini 9a89b61103 Updates to box.html and golfnow.html (#4277)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* fix layout and logo

* fix golfnow layout and logo

* fix golfnow link

* Update box.html

* Update golfnow.html

* add custom css logic

* switch layouts back to *basic*

* remove class gridPage

* debug

* Update style_golfnow.css

realized the footer class was what making the bg dark, so added an override to white

* remove logo class on logo image

* remove logo class from golfnow image

* add mechanism to turn off default styles

* debug liquid logic

* rename variable

* Setup custom SASS

* test custom sass for case studies

* remove class for image logos

* cleanup and simplify

* New logo for landing page

* change GolfNow logo on landing page

* fix spacing on case studies landing page

* Updated custom sass 

Fixed mobile issues and some spacing issues

* Update _case-studies.sass

* Update _case-studies.sass
2017-07-20 14:50:16 -07:00
Andrew Chen 8ad0302646 Implement PR #3859 with tabs 2017-06-01 10:08:51 -07:00
Andrew Chen 4ca2f4e738 Add deprecation tag (#3922)
* Add deprecation tag

* match docsContent styling in dialog
2017-05-26 16:59:29 -07:00
Andrew Chen ef2c0920d3 Add feature state templates (#3680)
* Add feature state template

* tweak css

* change wording

* apply wording changes to alpha and beta

* tweak dialog css

* tweak code highlighting

* tweak dialog style

* set for_k8s_version default

* tweak dialog ul

* make init containers 1.5 beta for now

* set default dialog width

* revert a:visited color

* force code style

* simplify copy for alpha, beta, stable

* tweak code style

* fix beta dialog title

* fix dialog link a code

* remaining tweaks

* set a:visited color

* Address Steve's feedback

* rename dialog.md to feature-dialog.md

* remove bold from additional feature state text
2017-05-09 11:24:43 -07:00
Andrew Chen 105942fdb4 Refactor tabs implementation (#3268)
* Refactor tabs implementation

* tidy head.html

* test jquery-ui tabs

* Initial tabs code refactor

* test liquid parsing

* test liquid stack

* move into tabs.html

* test jekyll tabs

* construct array

* test cleaner way

* add example content

* test split hack

* fix md

* add site.emptyArray

* set good defaults

* fix CSS

* cleanup li

* fix a href

* fix content tabs

* add space to default

* remove a href underline

* rename docs/tab-test.md to docs/tab-example.md

* fix skip toc check

* add assignees

* add comment to reference example

* add documentation to example

* escape md

* move demo to top, pretty it up

* add word

* tweak wording
2017-05-04 13:52:59 -07:00
Craig Bilner 857c321f74 Update _base.sass 2017-04-12 14:22:16 -07:00
yupengzte 99426f4c55 The calendarWrapper attribute should be unique
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-03-14 11:00:42 -07:00
Jason Lock a9e63ea61d Add line-height to List Item
Add line-height to the body content
list items. The same line-height as the
paragraph.
2017-02-13 09:53:17 -08:00
Jason Lock 885864b9bc Increase font-size and line-height CSS Properties
Increase the font-size and line-height CSS
properties for the paragraph and list items
within the documentation body content.
Adjusting these properties will make the
information a little easier to read.
2017-02-13 09:53:17 -08:00
Ben Spoon 494f011dd2 Fix overflow scroll on code blocks
Fixes https://github.com/kubernetes/kubernetes.github.io/issues/633
2017-02-07 13:42:11 -08:00
devin-donnelly 9df6011bbc Merge branch 'master' into patch-5 2016-12-21 15:08:16 -08:00
Jared bf6a89741b Merge branch 'master' into UC-design-patch 2016-12-14 11:47:29 -08:00
Jared a473bdbaf2 Merge branch 'master' into patch-4 2016-12-14 11:35:17 -08: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
craigbox af3d24c7ef Change vertical alignment of code blocks
Things looked odd due to the padding on code blocks; they sat 2px above the text surrounding them.  This PR will fix that by aligning inline code blocks, and the text surrounding them, on their baseline.
2016-12-10 18:20:24 +00:00
craigbox 7fcf266a24 Adjust header formatting
There are too many horizontal lines in the documentation, which makes knowing which things are headings (h2) and which are sub-headings (h3) almost impossible. 

I've tidied up the weights a little to make it more obvious and trimmed some excess whitespace. Ultimately I think a typographer's eye on the single choice of font-face (perhaps a serif for headings?) would be worthwhile.
2016-12-10 18:10:54 +00: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
Eric Baum 4477df5242 Update case studies and homepage
Adds additional case studies, swaps video and banner on home page, and
changes the link under ebay case study to Read more from Read the story.
2016-12-09 22:56:41 +00:00
devin-donnelly 7c8256aa4d Merge pull request #1675 from cdrage/remove-stars
Remove "stars" ratings from each page.
2016-11-21 15:15:42 -08:00
scotty 39d1962b28 unbold a tags in #docsContent 2016-11-18 12:09:19 -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
Charlie Drage fbba8e4901 Remove "stars" ratings from each page.
This removes the stars rating that appears on the bottom of each page.

Doing so also required the update the "a.issue" css that correctly
aligns the "Create Issue" button and "Edit this Page" button on the
bottom of the page.
2016-11-14 10:54:34 -05:00
scotty 772455e8c1 add partners to footer nav 2016-10-21 09:17:28 -07:00
scotty a6c9579233 partners 2016-09-30 10:21:03 -07:00
scotty bc4ddfebc5 css refinements - case studies 2016-09-26 16:51:53 -07:00
scotty 56b9fa43f6 css refinements 2016-09-26 14:40:56 -07:00
scotty 47591953dc css refinements 2016-09-26 14:38:02 -07:00
scotty ffc513d5b1 home page updates for case studies 2016-09-26 14:24:41 -07:00
scotty 063c84ff29 home page updates for case studies 2016-09-26 12:55:13 -07:00
scotty ae8d6a053c case studies 2016-09-14 10:39:24 -07:00
Jeff Mendoza 92a802a7fb Replace the 'I Wish' feature with a create issue button. 2016-09-06 15:54:10 -07:00
ankurshukla 155c261549 Adding partner section to community page 2016-06-02 10:57:13 -07:00
Andrew T. Baker ca49a72c24 Make sure anchor links aren't hidden by the header #543 2016-05-22 14:54:02 -07:00
scotty 0121f8ba03 anchor scrolling fix 2016-03-30 09:03:15 -07:00
scotty 3755d22c34 fixed weird firefox text size bug 2016-03-29 11:52:04 -07:00
scotty c0a24845bb minor css fixes 2016-03-28 12:49:21 -07:00
scotty 92175712e5 pencil icon => SVG 2016-03-24 11:04:34 -07:00
scotty 19c1974cb8 embiggened the top level of the TOC 2016-03-24 09:31:39 -07:00
scotty 9d8c1d4a7d fixed TOC text alignment 2016-03-24 08:59:26 -07:00
scotty 90303d7f22 Merge remote-tracking branch 'origin/master' 2016-03-17 17:17:02 -07:00
scotty a10a1364f3 home page css fixes 2016-03-17 17:16:55 -07:00
johndmulhausen c8dd8b8831 Import from Container Engine docs, addition of Tabs functionality, various link fixes 2016-03-16 15:54:34 -07:00
scotty e3b57c3c2c css fixes 2016-03-14 14:29:25 -07:00
scotty d9274dec60 docs right margin fix 2016-03-14 11:49:45 -07:00
scotty 23fe537782 docs right margin fix 2016-03-09 10:59:50 -08:00
scotty 9fb8570df2 moved index.html case studies to "talk to us area" 2016-03-09 10:28:14 -08:00
scotty e802296212 The Community has landed.
Vanilla, yes, but still.
2016-03-08 23:19:34 -08:00
scotty 76f4252758 minor css fixes 2016-03-08 17:28:49 -08:00