Commit Graph

345 Commits (a677e2f3cf795339b67cb88a3f3804eeb924b55c)

Author SHA1 Message Date
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
Arhell 84e93f5c42
svg color update 2020-07-07 00:16:03 +03:00
Qiming Teng bb07d99f08 Address review feedbacks 2020-07-06 06:52:46 +08: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
Arhell 378250c9c0
remove square logos & script 2020-07-03 19:54:20 +03:00
Kubernetes Prow Robot 4c4c9d4075
Merge pull request #22153 from npu21/journeys
Remove unused /static/images/journeys
2020-06-29 16:09:59 -07:00
Zhang Yong 46e8a728e4 Remove unused /static/images/journeys 2020-06-29 11:28:36 +08:00
Zhang Yong 6d1087fc05 Remove invalid /static/images/logos 2020-06-29 11:24:28 +08:00
Kubernetes Prow Robot 86d373b0f9
Merge pull request #21997 from sftim/20200622_tidy_concepts_section_post_docsy
Tidy concepts section post-Docsy
2020-06-27 17:12:14 -07: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 f265aed794 Fold concept overview pages into section indexes
Where an existing Concept section has an index and the first page is
“Overview of X”, move the content of that overview into the index page
itself.

Also, configure redirects accordingly.
2020-06-25 17:10:03 +01:00
Sai Harsha Kottapalli 19f317a634
fix kubectl docs #config overflow on large screens 2020-06-25 19:13:28 +05:30
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
Kubernetes Prow Robot 91e35967ef
Merge pull request #21823 from shuuji3/fix-no-search-result-with-keywords-with-spaces
Fix the no search result error when the keyword includes spaces.
2020-06-22 14:09:43 -07:00
Prasad Katti 473c56aa4f move configure-multiple-schedulers.md 2020-06-21 20:04:18 -07:00
Karen Bradshaw 6f54e80d12 add redirects for snapshot api refs 2020-06-16 16:50:36 -04:00
TAKAHASHI Shuuji 412b4ef0ed Fix the no search result error when the keyword includes spaces. 2020-06-17 00:43:46 +09:00
zacharysarah feac2a6010 Correct source link 2020-06-15 13:58:21 -07: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
Kubernetes Prow Robot 56ac16543b
Merge pull request #19926 from Arhell/fix-menu-blog-page
Fix navigation menu
2020-06-14 06:11:55 -07:00
Tim Bannister 8f9551638b Rename Job concept page
(including Netlify redirects)
2020-06-11 23:13:23 +01:00
Karen Bradshaw b328c19213 more cleanup of _redirects 2020-06-10 16:06:05 -04:00
Karen Bradshaw 5fe8c3ca5e move setup konnectivity svc
move api-access to extend-kubernetes
2020-06-10 16:06:01 -04:00
Kubernetes Prow Robot e0e543c3d0
Merge pull request #20851 from Arhell/fix-community-banner
fix community page banner
2020-06-10 11:02:52 -07: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
Kubernetes Prow Robot 352fafdcc7
Merge pull request #21041 from prasadkatti/move_obj_patching_page
Move update-api-object-kubectl-patch.md to be under 'Manage Kubernete…
2020-06-08 12:19:47 -07:00
Celeste Horgan 4d297ebdef style announcement link
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-06-04 16:48:07 -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 520404a066
Merge pull request #21289 from bweston92/feat/nodelocaldns-image-jpg-to-svg
feat: turn nodelocaldns image to svg
2020-06-01 22:46:15 -07:00
Kubernetes Prow Robot 1f7eea0d1e
Merge pull request #21216 from kbhawkey/kb-cleanup-api-versions
clean up prior api refs and links
2020-06-01 07:17:55 -07:00
Kubernetes Prow Robot 480aad5262
Merge pull request #20515 from Nishikoh/remove-krib
Remove the page */tools/krib/
2020-05-30 08:33:53 -07:00
Kubernetes Prow Robot 2b3a53178b
Merge pull request #21155 from prasadkatti/remove_clc_page
Remove "Running Kubernetes on CenturyLink Cloud"
2020-05-30 08:11:53 -07:00
Karen Bradshaw 311679eeb4 clean up prior api refs and links 2020-05-29 12:09:44 -04:00
Bradley Weston 85c8fd8e1f feat: turn nodelocaldns image to svg 2020-05-29 10:28:47 +01:00
Sascha Grunert b02e5ae457
Add 'My exciting journey into Kubernetes’ history' blog post
This adds an unpublished blog post to the Kubernetes website.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-05-28 10:29:46 +02:00
KoukiNishihara 79f6a841c6 Delete krib.md 2020-05-26 16:35:03 +09:00
Prasad Katti a72c10a18e Remove "Running Kubernetes on CenturyLink Cloud" 2020-05-23 16:29:35 -07:00
Ihor Dvoretskyi 59a376237e WSL+Docker: Kubernetes on the Windows Desktop blog post added
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2020-05-20 20:25:00 +03:00
Prasad Katti 1481e711c6 Move update-api-object-kubectl-patch.md to be under 'Manage Kubernetes Objects' section 2020-05-18 09:25:13 -07:00
Arhell d36e57aedd
update navigation menu 2020-05-15 18:39:47 +03:00
Alex Contini 836907c43a add Denso case study and fix svg images at top of case study landing page 2020-05-13 13:10:55 -04:00
Adam Kaplan 55e17b86f2 mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-05-11 11:29:16 -04:00
Kubernetes Prow Robot f995c63b7f
Merge pull request #20831 from Arhell/fix-white-bar
remove white bar on the blog page
2020-05-09 07:49:51 -07:00
jkld11 b96863ac5f
Add case study: Booking.com (#20783)
* Create index.html

* add logos

* fix logo file name

* add booking.com images

* remove Nav from featured

* add booz allen featured logo

* make Booz Allen featured

* remove spotify from featured

* fix booz allen front matter

* add correct logo

* add correct booz allen logo
2020-05-08 19:29:53 -07:00
Arhell 108c61cca6
fix community page banner 2020-05-09 01:37:50 +03:00
Arhell 7868348a87
remove white bar on the blog page 2020-05-08 00:33:43 +03:00
Kubernetes Prow Robot 5f09fa4814
Merge pull request #20602 from Huang-Wei/Introducing-PodTopologySpread
Blog introducing PodTopologySpread
2020-05-05 10:33:09 -07:00
Wei Huang bd85794f04
Blog introducing PodTopologySpread 2020-05-04 20:17:31 -04:00
Kubernetes Prow Robot 0890487d52
Merge pull request #20764 from jkld11/master
Add case study: Babylon
2020-05-04 15:51:08 -07:00
jkld11 e375147285
update Babylon logos 2020-05-04 16:20:09 -04:00