diff --git a/site/content/docs/5.3/examples/_index.md b/site/content/docs/5.3/examples/_index.md index dbba4d7605..e98b76df48 100644 --- a/site/content/docs/5.3/examples/_index.md +++ b/site/content/docs/5.3/examples/_index.md @@ -6,88 +6,3 @@ aliases: - "/examples/" - "/docs/examples/" --- - -{{< callout info >}} -**Some examples are missing here.** - -They are tracked in [#410](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/410) and will be shipped as soon as possible. - -One of the missing examples has priority? Feel free to contact a member of the [Core team]({{< docsref "/about/team" >}}) or add a comment directly [in the corresponding issue](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues/410) to let us know. -{{ callout >}} - -{{< list-examples.inline >}} -{{ range $entry := $.Site.Data.examples -}} -
{{ $entry.description }}
- {{ if eq $entry.category "RTL" -}} -- RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest? -
- -
- To get working Boosted examples based on the Bootstrap ones, you need to replace all bootstrap
occurrences with boosted
in some files.
-
- You may need to tweak a bit Sass files and add a src/fonts
directory to import font family properly in your project.
- "Import Boosted" sections in our Parcel, Vite or Webpack guides could help you.
-
{{ $example.description }}
-- {{- $indexPath := "index.html" -}} - {{- if $example.indexPath -}} - {{- $indexPath = $example.indexPath -}} - {{- end }} - - - Edit in StackBlitz - -
-{{ $entry.description }}
+ {{ if eq $entry.category "RTL" -}} ++ RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest? +
+ +
+ To get working Boosted examples based on the Bootstrap ones, you need to replace all bootstrap
occurrences with boosted
in some files.
+
+ You may need to tweak a bit Sass files and add a src/fonts
directory to import font family properly in your project.
+ "Import Boosted" sections in our Parcel, Vite or Webpack guides could help you.
+
{{ $example.description }}
++ {{- $indexPath := default "index.html" $example.indexPath -}} + {{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }} + + + Edit in StackBlitz + +
+{{ $example.description }}
+