Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: add cards RTL example #1603

Merged
merged 9 commits into from
Nov 9, 2022
8 changes: 8 additions & 0 deletions site/content/docs/5.2/examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ One of the missing examples has priority? Feel free to contact a member of the [
<div class="bd-content col-lg-3">
<h2 id="{{ $entry.category | urlize }}">{{ $entry.category }}</h2>
<p>{{ $entry.description }}</p>
{{ if eq $entry.category "RTL" -}}
<div class="bd-callout bd-callout-warning small">
<p>
<strong>RTL is still experimental</strong> and will evolve with feedback. Spotted something or have an improvement to suggest?
</p>
<p><a href="{{ $.Site.Params.repo }}/issues/new/choose">Please open an issue.</a></p>
</div>
{{ end -}}
</div>

<div class="col-lg-9">
Expand Down
Loading