Commit Graph

169 Commits (60cdbe8d0693b03dba48a4d852f332084d572e1f)

Author SHA1 Message Date
Qiming Teng 3782732ce4 Fix feature gate name conflicts (2/2) 2025-01-08 10:51:36 +08:00
Qiming Teng 58d1204d7d Fix feature gate name conflicts (1/2) 2025-01-08 10:30:42 +08:00
Patrice Chalin 30b92ffc3d Upgrade to Docsy 0.5.1 via NPM module 2024-12-09 09:35:30 -05:00
Kubernetes Prow Robot d7be80735f
Merge pull request #46706 from mariasalcedo/fix/glossary-definition
fix(shortcode): Amend glossary definition shortcode
2024-11-25 00:44:55 +00:00
Kubernetes Prow Robot 7801d4cc2b
Merge pull request #48367 from sftim/20241015_drop_reference_docs_partial
Drop unused Hugo shortcode
2024-11-21 19:04:54 +00:00
Kubernetes Prow Robot d08a2f4c7a
Merge pull request #48308 from sftim/20241012_main_page_feature_boxes
Restyle feature boxes on main page and ready for vanilla Docsy
2024-11-21 19:00:55 +00:00
Reza Ghanbari eb56651165
Fix whitespace handling in features-state.html using Go comment tags (#48331)
- Utilized Go comment tags {{- /* Comment Text here */ -}} to manage whitespace
- Improved indentation for better readability
- Prevented unwanted line breaks or spaces in the rendered HTML output
2024-10-31 21:07:27 +00:00
Kubernetes Prow Robot 55ef334065
Merge pull request #46306 from Andygol/patch-1
Update glossary_tooltip.html to include relLangURL for $external_link
2024-10-25 12:30:53 +01:00
Kubernetes Prow Robot cc33a61fdb
Merge pull request #48422 from vinayakankugoyal/shortcode
Update the feature-state shortcode to display the default value.
2024-10-23 18:56:53 +01:00
Kubernetes Prow Robot 4cf394bb1a
Merge pull request #48447 from sftim/20241020_cluster_diagram_details
Redo cluster diagram details on architecture page
2024-10-22 06:14:51 +01:00
Tim Bannister 9836d105d2
Add support for <details> via shortcode 2024-10-20 14:20:31 +01:00
Vinayak Goyal b41120bb2d Update the feature-state shortcode to display the default value.
Signed-off-by: Vinayak Goyal <vinaygo@google.com>
2024-10-19 20:09:50 +00:00
Tim Bannister c2939d58ec
Ready feature boxes on main page for vanilla Docsy 2024-10-19 16:37:10 +01:00
Tim Bannister 3ab2d3aeb4
Tweak date formats in patch releases page
- Use Hugo's built-in support for localizing dates
- Allow customizing date formats separately
- Make more dates machine readable
- Add a tooltip for dates
2024-10-19 13:03:40 +01:00
Tim Bannister 4410c88c71
Drop unused partial
This layout is unused; drop it.
2024-10-15 18:52:44 +01:00
Reza Ghanbari 44e798ad79 Fix feature-state shortcode for accurate feature gate rendering within tabs
- Adjusted shortcode logic to correctly render feature gates and their states.
- Ensured compatibility with nested tab structures, resolving issues with displaying feature gates inside tabs.
2024-09-18 00:17:02 +02:00
Tim Bannister 45f628b047 Drop some unused shortcodes 2024-08-14 00:44:51 +01:00
Tim Bannister 55f93e6878 Update layouts for Katacoda removal 2024-08-09 13:15:00 +01:00
Tim Bannister 3fd2bdbdd2 Style unfixed vulnerabilities in bold
For the CVE feed, use bold for any vulnerability that hasn't been fixed.
2024-06-27 13:28:29 +01:00
Maria Salcedo 3144f20e32
Merge branch 'kubernetes:main' into fix/glossary-definition 2024-06-06 18:03:43 +02:00
Maria Salcedo e188d07af5 fix(shortcode): Fix glossary definition shortcode
When rendering a index-less glossary definition, it fails with:

execute of template failed: template: shortcodes/glossary_definition.html:15:19: executing "shortcodes/glossary_definition.html" at <$term_info.Content>: nil pointer evaluating resource.Resource.Content
2024-06-06 18:02:42 +02:00
Tim Bannister fef04ab4c4 Define custom section partial for K8s overview 2024-06-06 16:04:16 +01:00
Tim Bannister add8b37790 Warn on use of (deprecated) param shortcode 2024-05-15 21:34:16 +01:00
Tim Bannister 2b498d9bfb Make tooltip localizable
Allow localizations to customize the tooltip for copying code samples to
the clipboard.
2024-05-14 01:09:39 +01:00
Tim Bannister 9e128e3fc7 Reimplement code_sample shortcode
Use Hugo Pipes for the icon asset pipeline, and avoid inline styling.
2024-05-14 01:09:38 +01:00
Kubernetes Prow Robot 6908c84ef6
Merge pull request #46232 from sftim/20240507_docsy_callouts
Use Docsy-style callouts
2024-05-13 13:11:12 -07:00
Tim Bannister d4c3aa474c Use Docsy-style callouts
Adopt callout (notices) that match the Docsy theme we use.

Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-05-11 22:00:12 +01:00
Andrii Holovin 6a75158c8e
Update glossary_tooltip.html to include relLangURL for $external link 2024-05-10 11:13:11 +03:00
Dipesh Rawat ddbc2c23e9
Add full-screen image display feature 2024-05-09 14:25:35 +01:00
Kubernetes Prow Robot 58039b32d2
Merge pull request #45981 from sftim/20240423_redo_feature_state
Revise appearance for feature-state shortcode
2024-04-24 18:55:22 -07:00
Tim Bannister f8bd5568c7 Revise appearance for feature-state shortcode
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
2024-04-24 09:52: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
Sascha Grunert a620a80519
Update schedule using schedule-builder
This is a manual update of the schedule and end-of-life data to match
the format proposed by
[`schedule-builder`](https://github.com/kubernetes/release/tree/master/cmd/schedule-builder).

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-04-19 12:09:40 +02:00
Kubernetes Prow Robot f089d6debc
Merge pull request #45496 from dipesh-rawat/api-ref-link-shortcode
Add mechanism to retrieve API reference page link based on metadata
2024-03-31 19:25:34 -07:00
Dipesh Rawat 9e1c3c8187
Replace deprecated getJSON with transform.Unmarshal 2024-03-22 01:03:49 +00:00
Dipesh Rawat 60ca7a305a
Add mechanism to generate API reference links 2024-03-14 14:14:08 +00:00
John.C dfc0c6682e
Add integrity attribute to script used by CNCF Landscape shortcode (#45412)
* Add integrity attribute to script

* Add integrity attribute to script

* Add integrity attribute to script
2024-03-08 09:02:27 -08:00
Kubernetes Prow Robot c2600bcdd7
Merge pull request #45018 from sergeyshevch/fix/fix-skew-helper
Fix 'skew' shortcode to determine patch version accurately
2024-02-29 10:59:20 -08:00
Andrii Holovin 4764c8706b
Update thirdparty-content.html 2024-02-28 11:18:06 +02:00
Dipesh Rawat a268d81364
Fix feature-state shortcode 2024-02-19 00:47:09 +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
Sergey Shevchenko b4b38264f9
fix: Fix skew helper 2024-02-04 19:50:29 +02: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
aakashdeshamne 5a244d33de change background color of cncf landscape 2024-01-20 13:22:43 +05:30
Cintia Sanchez Garcia 26e760da6e Update references to CNCF landscape (v2)
This PR updates all the references to the CNCF landscape (v2). This includes migrating to the new embeddable views that the new landscape provides, changing how iframe-resizer is used and updating a few links.

Related to #44022

Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
2024-01-18 12:36:45 +01:00
Tim Bannister daecef8292 Render feature gate descriptions automatically
Build a sorted list of feature gates based on the individual files that
describe them.
2023-12-28 14:54:05 +00:00
Tim Bannister f283565582 Set a title for feature gates in the table
If you hover over a feature gate name, you (now) see the text
description. At least in typical web browsers.
2023-12-28 14:51:37 +00:00
Dipesh Rawat eaa2f53324
Add shortcode for Feature gate table 2023-12-23 19:04:54 +00:00
Tim Bannister 4a4fe5ccb9 Add shortcode for feature gate description 2023-12-13 17:21:09 +00:00