Commit Graph

57 Commits (ebfc1eaeae9819563f0e39399ba93bf38af93ac9)

Author SHA1 Message Date
Kubernetes Prow Robot 6be32f03db
Merge pull request #45945 from sftim/20240421_localize_case_study_fallback_text
Make case study title prefix localizable
2024-04-22 14:05:39 -07:00
Tim Bannister c2f33c779e Make case study title prefix localizable
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-04-22 10:46:42 +01:00
Sascha Grunert a7993c7d2b
Add upcoming monthly releases to schedule.yaml
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-04-22 09:05:47 +02:00
Tim Bannister b0c35d4d24 Make ICP license leader text localizable
Don't assume we'll use English text to introduce the ICP license.
2024-04-21 11:40:13 +01:00
Dipesh Rawat 60ca7a305a
Add mechanism to generate API reference links 2024-03-14 14:14:08 +00:00
Gauravpadam d234b6c57d Added script for managing state of announcement banner
Script for dismissing the banners

Integration of the script

Some optimizations for the script

Reverting test changes for scheduled.yaml

rebase commit

Enhanced code readability
2024-03-13 18:34:37 +00:00
Andrii Holovin 8e36c10c02 Localize a string in blog index
Co-authored-by: Andrii Holovin <Andygol@users.noreply.github.com>
2024-03-13 09:30:50 +00:00
Kubernetes Prow Robot da14ff8f59
Merge pull request #43176 from sftim/20230923_revise_security_concept_section
Move and revise overview for Security section
2024-02-16 11:41:30 -08:00
Dipesh Rawat a936505492
Update feature-state shortcode with dynamic state retrieval 2024-02-12 19:16:20 +00:00
Tim Bannister cd434ba5f2 Support third party disclaimers about vendors
Add support for a third party disclaimer about vendor docs, even where
the things we link to are not necessary for Kubernetes to function.
2024-01-28 23:29:59 +00:00
Dipesh Rawat eaa2f53324
Add shortcode for Feature gate table 2023-12-23 19:04:54 +00:00
steve-hardman 4beb409fd9 revert miseleading link 2023-12-03 19:10:29 +00:00
Suruchi Kumari 2d285b7909
Link to same page from old releases' documentation (#44173)
* added latest page link

Signed-off-by: coder12git <suruchikumarimfp4@gmail.com>

* add line

Signed-off-by: GitHub <noreply@github.com>

* changes

Signed-off-by: coder12git <suruchikumarimfp4@gmail.com>

---------

Signed-off-by: coder12git <suruchikumarimfp4@gmail.com>
Signed-off-by: GitHub <noreply@github.com>
2023-12-03 01:56:38 +01:00
Dipesh Rawat 0c514f8e58
Add Hugo shortcode to fetch and display release binaries details
Signed-off-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2023-11-03 15:18:19 +00:00
Marko Mudrinić e4a2ab2bd0
Update upgrade guides to clarify that legacy repos are frozen (#43472)
* Add legacy-repos-deprecation shortcode and localization

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>

* Update install/upgrade guides to clarify that legacy repos are frozen

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>

* Update the legacy repos message

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>

---------

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-10-17 03:37:39 +02:00
Kubernetes Prow Robot 2157373ad3
Merge pull request #43478 from xmudrii/doc-versions-list
Add doc-versions-list shortcode
2023-10-17 03:33:09 +02:00
Marko Mudrinić 324e867d66
Add doc-versions-list shortcode
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-10-16 19:48:07 +02:00
Kubernetes Prow Robot 3c8ff35d11
Merge pull request #43316 from Royal-Dragon/patch-1
Changed "search" to "search this site" on front page
2023-10-15 20:41:24 +02:00
abhiram royals 27e6da11d9
changed "search" to "search this site" #43291
a feature request to replace "search" with "search this site"

label  #43291
2023-10-04 19:18:14 +05:30
Gauravpadam 6296f46c87 Added github repo link to feedback
Limited changes to en.toml

Multiline string

changed html to markdown
2023-10-01 23:44:31 +05:30
Kubernetes Prow Robot f227e22843
Merge pull request #41370 from dipesh-rawat/conditional-layout-release-info
Add Hugo layout to hide release information on outdated k8s.io versions
2023-08-16 23:26:20 -07:00
morix1500 4fa23bc604 Provide a per-page outdated notification for localized content 2023-07-04 19:43:37 +09:00
Dipesh Rawat 5c29d1dd6b
Add layout to hide outdated releases 2023-05-29 17:57:24 +01:00
Nate W c3f31fea70 updating katacoda removal message, adding it to more pages
Signed-off-by: Nate W <natew@cncf.io>
2023-03-25 10:05:21 -07:00
Nate W 26b24d762f Adding katacoda removal notices on pages with interactive tutorials
Signed-off-by: Nate W <natew@cncf.io>
2023-03-24 17:38:38 -07:00
mtardy 3d850f6b9a Clean CVE feed shortcode i18n caption data
Previsouly we were using two data items:
    ```toml
    [cve_table_date_before]
    other = "(last updated: "
    [cve_table_date_after]
    other = ")"
    ```
Which was simplified, using printf, to:
    ```toml
    [cve_table_date_format_string]
    other = "(last updated: %s)"
    ```
This is related to the following discussion
https://github.com/kubernetes/website/pull/38579#discussion_r1116992896
2023-02-28 11:46:04 +01:00
Kubernetes Prow Robot 1d514a5b3c
Merge pull request #38579 from mtardy/cve-json-feed
Update CVE feed layouts for new JSON feed format
2023-02-27 08:36:38 -08:00
mtardy 96fe076330 Remove unused localization strings 2023-02-21 10:34:44 +01:00
mtardy e277fe5f8c Update CVE feed layouts for new JSON feed format
Also add information about last update time on CVE table
2023-02-21 10:34:37 +01:00
ashwin ab954ffeba Sorted the order for entries in data/i18n/en/en.toml 2023-01-20 18:40:41 +05:30
Sergey Shevchenko 5c2e4f4f66
fix: Remove release_complete string since it's unused 2022-11-25 16:28:50 +02:00
Mauren Berti 2f39d55857
Changes from code review. 2022-11-19 09:55:43 -05:00
Mauren Berti 74b03f943a
Localization for glossary tag headers. 2022-11-18 21:35:57 -05:00
Kubernetes Prow Robot 24540ba388
Merge pull request #36923 from a-mccarthy/fix-36903
Fix URL in navbar-version-selector.html to point to correct localization
2022-09-30 06:08:29 -07:00
Tim Bannister 4b8ec4dc73
Add page info to autogenerated pages
Tell the reader when they're viewing an autogenerated page, in case
they want to report an issue - it should help make reports about
autogenerated content stand out.

Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-09-27 23:47:10 +01:00
Kubernetes Prow Robot 45d4eba260
Merge pull request #36639 from rolfedh/resort-strings
Moved conjunction_1 below community strings
2022-09-27 08:45:50 -07:00
Abigail McCarthy fb11b32a59 Fix URL in navbar-version-selector.html to point to correct localization
Add missing space
2022-09-20 12:28:04 -04:00
Nabarun Pal 6d7a573eb1
release: move markdown tables to shortcode
also, add i18n definitions for terms in the patch release page

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2022-09-15 12:57:16 +05:30
Rolfe Dlugy-Hegwer 4dbfab119e Moved conjunction_1 2022-09-06 13:16:08 -04:00
Rolfe Dlugy-Hegwer b6299f907b Fix release-data i18n 2022-08-31 06:49:06 -04:00
Pushkar Joglekar cafe6d258c Fetch and Render CVE JSON feed
- Pull JSON blob from queried issues
- Use layout output formats + templates to generate HTML table and JSON blob
- Add localized strings and caption for CVE feed
- Add a new page to describe details about CVE feed and how to use it
- Update existing pages and link the official CVE feed from it

Co-authored-by: Neha Lohia <nehapithadiya444@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-08-02 09:32:01 -07:00
Christopher Negus ee36e095d9 Reworded dockershim message 2022-04-18 22:58:03 +00:00
Christopher Negus 6d560379a8 Create dockershim shortcode 2022-04-18 17:13:23 +00:00
Qiming Teng 8311f4324c Make FEATURE STATE localizable
Add i18n string for FEATURE STATE, for ease of localization.
2022-03-06 21:44:40 +08:00
Jordan Liggitt a61da6510d Soften language about older articles 2022-02-27 17:23:36 -05:00
Kubernetes Prow Robot ca8f4f1b7d
Merge pull request #31056 from sftim/20211221_mermaid_improvements
Improvements for Mermaid support
2022-02-19 14:22:09 -08:00
Patrice Chalin 1a88ffdf99 Final cleanup and choice of i18n-key and class names 2022-02-02 09:04:05 -05:00
Patrice Chalin 6de4f5bcf1 Use single i18n entry for the message 2022-02-01 15:59:01 -05:00
Patrice Chalin d7b651a76d
page -> article
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-02-01 15:42:26 -05:00
Patrice Chalin a4726731ed Mark blogs older than a year as outdated 2022-02-01 14:04:08 -05:00