From fb4629f82ee768bc52ccb90adf4e35176451e66a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Apr 2024 22:00:09 +0300 Subject: docs: move examples inline shortcode to a partial (#39829) * docs: move examples inline shortcode to a partial * Further tweaks --- site/content/docs/5.3/examples/_index.md | 66 -------------------------------- 1 file changed, 66 deletions(-) (limited to 'site/content/docs') diff --git a/site/content/docs/5.3/examples/_index.md b/site/content/docs/5.3/examples/_index.md index 0a08f68e6..75ea52010 100644 --- a/site/content/docs/5.3/examples/_index.md +++ b/site/content/docs/5.3/examples/_index.md @@ -4,69 +4,3 @@ title: Examples description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. aliases: "/examples/" --- - -{{< list-examples.inline >}} -{{ range $entry := $.Site.Data.examples -}} -
-

{{ $entry.category }}

-

{{ $entry.description }}

- {{ if eq $entry.category "RTL" -}} -
-

- RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest? -

-

Please open an issue.

-
- {{ end -}} - {{ range $i, $example := $entry.examples -}} - {{- $len := len $entry.examples -}} - {{ if (eq $i 0) }}{{ end -}} - {{ end -}} -
-{{ end -}} -{{< /list-examples.inline >}} -- cgit v1.2.3