Commit Graph

363 Commits (e6053fe98602ed0d9d7dc29b7e484b2dc9d7245b)

Author SHA1 Message Date
Kubernetes Prow Robot 65498d7a84
Merge pull request #22578 from tengqm/fix-script-error
Remove customization of 'anchors'
2020-07-29 13:48:04 -07:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Revise StatefulSet suggestion for Pod concept

Co-authored-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Tim Bannister 8e06ed4658 Improve diagrams for Source IP tutorial
The existing diagrams were ASCII art. Use drawings instead.
2020-07-23 23:26:15 +01:00
TAKAHASHI Shuuji 130822d3d6 Clean up case study images. 2020-07-22 14:24:04 +09:00
Qiming Teng 8a1ccddfd4 Remove customization of 'anchors'
The AnchorsJS module has been killed recently in #22311 prematurely. Now we don't
have a global variable 'anchors' to customize. This PR removes the related code
in script.js in hope everything else is still working correctly.
2020-07-18 21:08:19 +08:00
Qiming Teng 9fc2dad147 Remove loops found in redirects data
This problem was found when checking bad links using the tool proposed
in #22541. It might have confused many browsers so far.
2020-07-17 14:40:18 +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 2750b07564
Merge pull request #22151 from npu21/metadocs
Remove /static/images/metadocs/
2020-07-14 10:01:21 -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
Kubernetes Prow Robot fbfd725ff5
Merge pull request #22417 from Arhell/tooltip
fix tooltip overflows
2020-07-14 09:21:21 -07:00
Arhell 896f046d18 fix glossary page link 2020-07-14 00:26:53 +03:00
Karen Bradshaw e7ef6ba3f7 cleanup example-tutorial template 2020-07-10 15:46:43 -04:00
Kubernetes Prow Robot d585261231
Merge pull request #22183 from ZhiFeng1993/Clean-up-style-user-journeys-css-file
Clean up style user joutneys css file
2020-07-09 10:22:34 -07:00
Arhell 1822626398
fix tooltip overflows 2020-07-08 00:38:22 +03:00
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
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
Arhell 378250c9c0
remove square logos & script 2020-07-03 19:54:20 +03: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
ZhiFeng1993 5f48a54bcd Clean up style user joutneys css file 2020-06-29 22:33:00 -07: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
Zhang Yong bf53749cf6 Remove invalid /static/images/metadocs/ 2020-06-29 11:17:33 +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