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
Tim Bannister
ccf4a246e5
Amalgamate styles for Community page
...
Put legacy and current styles in one place, and simplify CSS load.
2024-10-26 21:32:02 +01: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
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
4444539c29
Customise footer for Kubernetes
2024-10-02 15:44:15 +01:00
Tim Bannister
e1e2c16621
Use footer from Docsy theme
2024-10-02 14:49:25 +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
f5d4315b4b
Use Docsy layout for community page
...
Adapt the existing page to work with (near-)vanilla Docsy.
This includes new localizable strings.
2024-09-05 00:26:26 +01:00
Tim Bannister
29fc69dea9
Revise docs landing page (Docsy alignment)
...
Drop some vestigial <br> elements from the docs portal page, and tweak
how we do the styling.
Helps get us ready to use vanilla Docsy.
2024-09-04 12:32:49 +01:00
Kubernetes Prow Robot
ae24e82d0d
Merge pull request #46681 from sftim/20240605_redo_mermaid_shortcode
...
Redo Mermaid shortcode (Docsy alignment)
2024-09-03 19:12:22 +01:00
Kubernetes Prow Robot
211b4861b0
Merge pull request #47484 from sftim/20240514_restyle_glossary
...
Restyle glossary page
2024-08-29 11:00:29 +01:00
Kubernetes Prow Robot
fd98767e14
Merge pull request #47411 from sftim/20240808_docsy_friendly_deprecation_warnings
...
Revise deprecation warnings to be more Docsy friendly
2024-08-29 09:10:30 +01:00
Tim Bannister
ef4120423b
Redo Mermaid shortcode
...
Ready this for vanilla Docsy
2024-08-27 14:45:01 +01:00
Kubernetes Prow Robot
2d2f37ac2c
Merge pull request #47482 from sftim/20240813_revise_sweetalert
...
Revise Sweetalert asset load
2024-08-25 09:28:08 +01:00
Kubernetes Prow Robot
81e1083e91
Merge pull request #47620 from Andygol/render-link
...
Implementation of the Link Decorator function for processing localised links 🈂️
2024-08-24 17:50:09 +01:00
Matteo Bianchi
b153426c85
Fixed flag deprecations and updated Hugo version to latest ( #47612 )
...
* Fixed flag deprecations and updated Hugo version to latest
* Removed deprecated flag from css.html
* Includes fix for Hindi and Russian
Signed-off-by: mbianchidev <matteo@mb-consulting.dev>
* Update netlify.toml
Applied node update (from my other PR)
Co-authored-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
---------
Signed-off-by: mbianchidev <matteo@mb-consulting.dev>
Co-authored-by: Dmitry Shurupov <dmitry.shurupov@palark.com>
2024-08-23 16:37:52 +01:00
Andrii Holovin
a0ede947a2
refactor: the link processing logic has been redefined
...
depends on: https://github.com/kubernetes/website/pull/47612
2024-08-22 00:53:49 +03:00
Tim Bannister
8214a5f0ef
Restyle glossary page
...
Match the theme more closely, and use SCSS to define the styling.
Also change the permalink hover behavior to be pure CSS.
2024-08-14 14:16:47 +01:00
Tim Bannister
45f628b047
Drop some unused shortcodes
2024-08-14 00:44:51 +01:00
Tim Bannister
93bd8323cc
Revise Sweetalert asset load
...
Use Hugo Pipes to load the Sweetalert script when needed.
2024-08-14 00:05:51 +01:00
Tim Bannister
55f93e6878
Update layouts for Katacoda removal
2024-08-09 13:15:00 +01:00
Dipesh Rawat
fae63d6e0f
Redo release-binaries shortcode
2024-08-09 01:49:05 +01:00
Tim Bannister
3346b60b8f
Adapt blog section for Docsy
2024-08-08 22:43:27 +01:00
Tim Bannister
932f32412c
Revise deprecation warnings
...
Ready the deprecation warning mechanism for when we want to align with
upstream Docsy.
2024-08-08 22:43:27 +01:00
Dipesh Rawat
051f98bbc6
Refine glossary for vanilla docsy
2024-08-08 00:53:37 +01:00
Dipesh Rawat
da44bfa406
Refine click-to-zoom for Docsy
2024-08-07 01:00:52 +01:00
Junya Okabe
ac4a08abd6
update: layouts/blog
...
fix: using T shortcode
Update layouts/blog/list.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2024-07-27 02:16:53 +09:00
Kubernetes Prow Robot
af3d53cd7c
Merge pull request #46768 from cjyabraham/pagefind2
...
PageFind for users in China
2024-07-04 00:34:59 -07:00
Chris Abraham
baeadc1b48
Increase weight of title in pagefind results
...
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
2024-07-03 15:37:05 +01:00
Chris Abraham
9d2317aa15
Replace Bing with PageFind search for users in China
2024-07-03 15:36:58 +01:00
Tim Bannister
46196821ae
Clean up after the 10th birthday
...
Remove the special banner support, leaving some scaffolding in place.
2024-06-30 18:20:17 +01:00
Kubernetes Prow Robot
2149b21485
Merge pull request #47000 from jbiers/include-cve-status-in-rss-feed
...
Include CVE status in RSS feed
2024-06-28 00:25:27 -07:00
julia
71f2909d45
CVE status as Category field
2024-06-27 11:06:39 -04:00
julia
e69d150967
Include CVE status in RSS feed
2024-06-27 09:53:20 -04: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
Tim Bannister
f8baa0cec2
Ready Landscape shortcode for vanilla Docsy
...
Move the shortcode support for the CNCF landscape shortcode. This
readies us to make the site align with vanilla Docsy.
2024-06-11 14:14:14 +01:00
babugeet
90cd8f7557
Update kubernetes-overview.html
2024-06-06 22:04:43 +05:30
Kubernetes Prow Robot
4238897423
Merge pull request #46684 from sftim/20240605_hbd_k8s
...
Congratulate Kubernetes on its 10th birthday
2024-06-06 08:35:19 -07:00
Tim Bannister
13a96f0a31
Congratulate Kubernetes on its birthday
2024-06-06 16:04:16 +01:00
Tim Bannister
fef04ab4c4
Define custom section partial for K8s overview
2024-06-06 16:04:16 +01:00
Tim Bannister
be2172f9a4
Ready sortable table support for Docsy
...
- make the JavaScript an asset
- add it to the head-end hook rather than the head partial itself
2024-05-24 13:44:48 +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
Kubernetes Prow Robot
7926b1afec
Merge pull request #46260 from dipesh-rawat/click-to-zoom
...
Implement click-to-zoom option for images
2024-05-13 13:02:58 -07:00