Kubernetes Prow Robot
be026b5703
Merge pull request #50556 from Andygol/tutorial-shortcodes
...
Replace html-inline code with shortcodes in the Learn Kubernetes Basics tutorial
2025-07-10 08:17:29 -07:00
Anshuman Tripathi
b825276a56
fix: Support offline builds
...
Signed-off-by: Anshuman Tripathi <anshuman.tripathi305@gmail.com>
2025-06-22 11:43:37 -07:00
Tim Bannister
9c14c3768f
Ready case studies shortcode for Docsy
...
This changes the HTML on the site landing page(s), not the rendering
within the Case Studies section.
Co-authored-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
2025-05-23 17:07:56 +01:00
Andrii Holovin
c4d31da65b
replace html-inline with shortcodes in the tutorial
2025-04-19 21:50:07 +03:00
Kubernetes Prow Robot
9a90bbb2fc
Merge pull request #50499 from ntheanh201/case-studies-link
...
Updates case studies link
2025-04-15 19:45:06 -07:00
The Anh Nguyen
881bc8ed97
Updates case studies link
2025-04-15 05:57:57 +02:00
Sayak Mukhopadhyay
33d1ee9401
feat: remove the site-searchbar shortcode
2025-04-14 15:15:38 +05:30
Dmitry Shurupov
3064146649
Fix KubeWeekly archive link
...
Signed-off-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
2025-03-20 14:15:26 +07:00
Tim Bannister
2c82605c93
Add dark images for case studies
...
Co-Authored-By: Tamilselvan Thangamony <20103020+tamilselvan1102@users.noreply.github.com>
2025-02-16 20:16:52 +00:00
Tim Bannister
ab484498e4
Refactor KubeWeekly signup form
...
Turn it into a shortcode. Allow fallback in case localizations have not
yet caught up.
Co-authored-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
Co-authored-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
2025-02-04 17:23:20 +00:00
Adam In Tae Gerard
3d606b7b21
docs: shortcode formatting ( #48622 )
...
* docs: fix typo
* docs: fix shortcode formatting
* fix: move p tag
* docs: fix typos
* docs: fix typos
* fix: make suggested correction
Co-authored-by: Arvind <aruparekh@gmail.com>
* fix: revert corrected typos in this PR
---------
Co-authored-by: Arvind <aruparekh@gmail.com>
2025-01-26 06:39:22 -08:00
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