Kubernetes Prow Robot
f169e99fee
Merge pull request #22043 from sftim/20200624_update_documentation_section_page_headers
...
Remove hero header from documentation section
2020-08-18 09:15:31 -07:00
Kubernetes Prow Robot
6783d77353
Merge pull request #23032 from sftim/20200808_show_deprecation_warning
...
Tidy & fix deprecation warnings
2020-08-18 09:13:31 -07:00
Tim Bannister
63cbc7c910
Fix buggy match for top of documentation
...
The match was against the page title, which isn't as stable as the
filename of the page. Switch to matching by filename.
2020-08-18 11:13:08 +01:00
Tim Bannister
c7ee5d798c
Remove hero header from documentation section
2020-08-18 11:13:06 +01:00
Tim Bannister
7e23f0f875
Tidy & fix deprecation warnings
...
Co-Authored-By: Karen Bradshaw <kbhawkey@gmail.com>
2020-08-16 18:34:09 +01:00
Karen Bradshaw
0898f1ccfc
clean up analytics in footer
2020-08-12 19:00:55 -04:00
Rémy Léone
7258a8dfb6
Add a search JSON-LD meta description
...
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2020-08-10 09:34:56 +02:00
Kubernetes Prow Robot
91494d2e3c
Merge pull request #22579 from tengqm/disable-analytics-in-non-production
...
Disable analytics for non-production environment
2020-08-01 16:43:40 -07:00
Kubernetes Prow Robot
7713f1c16f
Merge pull request #22440 from sftim/20200709_link_to_alternative_translations
...
Add machine-readable hyperlinks to alternative translations
2020-07-30 14:41:06 -07:00
Tim Bannister
90b85c7a5e
Automatically detect MermaidJS shortcode
...
Rather than requiring metadata set in a page's front matter,
automatically detect when detect when a page relies on MermaidJS.
2020-07-27 17:37:47 +01:00
Qiming Teng
bf11d5a744
Disable analytics for non-production environment
...
The analytics code/link is not always working. It takes about 33 seconds
to fail when building local sites for testing, and that is terrible.
This PR disables the analytics in non-production environment, so local
build starts up in seconds!
2020-07-18 21:27:57 +08:00
Qiming Teng
026989d5c5
Fix language selector issue
...
The language selector is not working. We are getting ERR_CONNECTION_CLOSED
when fetching jquery-3.3.1.min.js from code.jquery.com. The failure of
jquery is breaking other scripts such as jquery-ui-1.12.1.min.js,
script.js, bootstrap.min.js etc.
This PR changes the head partial to use cached version of
jquery-3.3.1.min.js in hope we fix the language selector issue and
possibly other relate problems.
2020-07-18 20:12:31 +08:00
Kubernetes Prow Robot
1943aaafd6
Merge pull request #22311 from sabazubair/remove-anchor.js
...
Remove /static/js/anchor-4.1.1-min.js
2020-07-15 18:58:35 -07:00
Kubernetes Prow Robot
e5be21ef4d
Merge pull request #22283 from thekad/issue-22044
...
Removing duplicate custom-jekyll js
2020-07-14 09:55:21 -07:00
Karen Bradshaw
28e42c0f4a
format search-input.html
2020-07-13 17:15:39 -04:00
Tim Bannister
b59f68e857
Hyperlink to alternative translations
2020-07-09 13:31:25 +01:00
Celeste Horgan
37b1f94fe4
Revert T "version_menu"
2020-07-08 09:48:16 -07:00
Celeste Horgan
086e8a60f2
Use bootstrap right alignment
2020-07-07 17:50:20 -07:00
TAKAHASHI Shuuji
a15b40604c
Make "Versions" string on the navbar translatable.
2020-07-04 12:22:01 +09:00
Saba Zubair
9aad658f6a
removed anchor-4.1.1-min.js file from static/js/anchor-4.1.1 and the corresponding call in /layouts/partial/head.html#L77. This completes #22040 and serves as my first contribution to an OS project. 🎉
2020-07-03 21:12:27 -04:00
Jorge Gallegos
f34fe97ba0
Removing duplicate custom-jekyll js
...
After docsy theme got merged these scripts aren't needed anymore. Confirmed
after removing it (and all `<script>` references to it) the tooltip
functionality is still there.
Also removed the reference in `config.toml` to it, which may have stripped some
dangling whitespace.
2020-07-02 16:35:51 -05:00
Karen Bradshaw
e2dadcf668
adjust title, description order
2020-06-28 06:50:39 -04:00
Kubernetes Prow Robot
d839ff12de
Merge pull request #21817 from shuuji3/narrow-spaces-between-lines
...
Narrow the space between lines in buttons in docs/home
2020-06-27 16:38:14 -07:00
TAKAHASHI Shuuji
b2f7323f54
Narrow the space between lines of labels.
...
Apply suggestions from code review
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-06-28 01:08:49 +09:00
Kubernetes Prow Robot
b86347d72a
Merge pull request #22047 from sftim/20200624_mark_announcement_as_aside
...
Adjust HTML generated for announcements
2020-06-26 17:00:14 -07:00
Tim Bannister
8fcfbe692b
Mark announcements nosnippet
...
Add special metadata that Google Search pays attention to, so that the
search engine ignores the <aside> element contents for announcements.
2020-06-26 21:20:16 +01:00
Kubernetes Prow Robot
5567be79bc
Merge pull request #21888 from Arhell/fix-toggle
...
fix toggle button color on hover & jumping menu when close
2020-06-25 01:24:40 -07:00
Tim Bannister
6a94d9838b
Mark front page announcements as <aside> elements
...
This matches the HTML used on the rest of the site. It helps avoid
search engines treating the aside as the primary content of the web
page.
2020-06-24 22:35:00 +01:00
Arhell
2adc272dbe
fix toggle button color on hover & jumping menu when close
2020-06-25 00:08:03 +03:00
Arhell
a3af36a5af
update search placeholder
2020-06-23 16:41:48 +03:00
Karen Bradshaw
e4bab03c1a
change main tag in announcement
2020-06-15 16:24:19 -04:00
Aidan Ranney
0625ced466
Revise the Kubernetes website to use Docsy ( #20874 )
...
* Add Docsy, required packages and config
* Apply Docsy integration work to k8s website
This encompasses significant changes to the style system, layout files,
as well as changes to some of the static assets. To examine this work
and the iterations that were performed, the original repository can be
found at https://github.com/gearbox-built/kubernetes-hugo.git
* Address issues found in review
The styling and positioning of the header, footer, some shortcodes and
main container elements are improved. A new partial is added for
favicons. The sidebars, as well as inner table of contents, have been
altered for better positioning and rendering of content. Localization
has also been addressed.
* Enable announcements
The recent Black Lives Matter announcement surfaced issues which have
been addressed.
2020-06-15 12:09:57 -07:00
Karen Bradshaw
59dbf9d693
clean up capture templates
2020-06-09 19:33:15 -04:00
Celeste Horgan
9b9ce1f942
Reimplement announcements ( #21586 )
...
* Reimplement announcements
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Address deprecation-warning styling
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Use partial only
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Refine
Signed-off-by: Celeste Horgan <celeste@cncf.io>
* Turn on announcements for preview only
Signed-off-by: Celeste Horgan <celeste@cncf.io>
* Update config.toml
Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-06-09 13:46:05 -07:00
Celeste Horgan
9caa83d75b
Improve announcements implementation
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-06-04 14:20:47 -07:00
Kubernetes Prow Robot
83a4559c2c
Merge pull request #21231 from Lonor/master
...
Bind the link of the page history to the language
2020-05-28 14:37:15 -07:00
Lawrence
4a1b1c4271
Bind the link of the page history to the language
2020-05-27 14:20:36 +08:00
Tim Bannister
2eb6ab1ad3
Add a link checker
...
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-05-26 16:06:46 -07:00
Kubernetes Prow Robot
6c96bcbe84
Merge pull request #20893 from jimangel/fix-feature-state
...
fix for feature state shortcode
2020-05-11 14:28:22 -07:00
Jim Angel
f3e733ecba
fix for feature state shortcode
2020-05-11 14:57:03 -05:00
Jim Angel
afccb08ced
updating link for community cal
2020-05-11 13:59:04 -05:00
Jim Angel
bea8e2b1be
adding mermaidjs shortcode with example
2020-04-19 14:48:22 -05:00
Karen Bradshaw
45d3532de9
fix duplicate Slack name, header
2020-04-14 11:43:25 -04:00
Rémy Léone
9c864c965b
Add a Progressive Web App manifest
...
Add a valid apple-touch-icon link in header
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2020-04-06 11:59:47 +02:00
Kubernetes Prow Robot
522d1ce587
Merge pull request #19343 from remyleone/logo_json_types
...
Add a logo JSON-LD meta information about Kubernetes
2020-04-04 13:39:45 -07:00
Ihor Sychevskyi
97849f96e3
fix home docs page button on mobile & tablet ( #19646 )
2020-03-22 14:06:44 -07:00
Kubernetes Prow Robot
67c0fb987e
Training page in the top nav ( #19214 )
...
* Create new page and add to top nav
Signed-off-by: Celeste Horgan <celeste@cncf.io>
* The basics
Signed-off-by: Celeste Horgan <celeste@cncf.io>
* A bit of inline css
Signed-off-by: Celeste Horgan <celeste@cncf.io>
* Fix CSS
Signed-off-by: Celeste Horgan <celeste@cncf.io>
* Fix link + Add to bottom row
Signed-off-by: Celeste Horgan <celeste@cncf.io>
* Address feedback in PR
* Address feedback from elsewhere
* Fix button alignment
* Add training partners
* Simplify css
* Apply suggestions from review
Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
* Fix landscape + text block widths
Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-03-04 11:01:48 -08:00
Rémy Léone
9142d89630
Add a logo information about Kubernetes
2020-02-27 15:54:19 +01:00
Rémy Léone
207c654042
Add a theme-color ( #18976 )
2020-02-14 16:33:27 -08:00
John Morrissey
1e6d352c93
maintain the current relative path when switching to other site versions ( #18871 )
2020-02-06 13:05:26 -08:00