From d0cc42c009c2f680e2fdfd3df4cf06b90d0bfd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Wed, 5 Apr 2023 08:10:47 +0200 Subject: Docs: add missing `twbs/examples` and change sorting (#38407) * Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR --- site/content/docs/5.3/examples/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'site/content/docs/5.3/examples') diff --git a/site/content/docs/5.3/examples/_index.md b/site/content/docs/5.3/examples/_index.md index 2fa9a4528..c3c242312 100644 --- a/site/content/docs/5.3/examples/_index.md +++ b/site/content/docs/5.3/examples/_index.md @@ -32,11 +32,11 @@ aliases: "/examples/"

{{ $example.description }}

- {{- $htmlIndexLocation := "index.html" -}} - {{- if $example.htmlIndexLocation -}} - {{- $htmlIndexLocation = printf "%s/index.html" $example.htmlIndexLocation -}} + {{- $indexPath := "index.html" -}} + {{- if $example.indexPath -}} + {{- $indexPath = $example.indexPath -}} {{- end }} - + Edit in StackBlitz -- cgit v1.2.3