Skip to content

Commit f42c542

Browse files
authored
[RTL] Add CHANGELOG entry and drop RTL for en (#2021)
1 parent b32bb90 commit f42c542

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ For the full list of changes, see the [0.x.y] release notes.
2828

2929
**New**:
3030

31+
- Support for Right-To-Left (RLT) languages is reintroduced via [Bootstrap's
32+
base support for RTL][bs-rtl].
33+
3134
**Other changes**:
3235

3336
[0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
37+
[bs-rtl]: https://getbootstrap.com/docs/5.3/getting-started/rtl/
3438

3539
## 0.10.0
3640

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{{ template "_internal/opengraph.html" . -}}
2525
{{ template "_internal/schema.html" . -}}
2626
{{ template "_internal/twitter_cards.html" . -}}
27-
{{ partialCached "head-css.html" . "head-css-cache-key" }}
27+
{{ partialCached "head-css.html" . "head-css-cache-key" -}}
2828
<script
2929
src="https://code.jquery.com/jquery-3.7.1.min.js"
3030
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="

userguide/hugo.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ menu:
3030
languages:
3131
en:
3232
languageName: English
33-
languageDirection: rtl
3433
params:
3534
description: Docsy does docs
3635

0 commit comments

Comments
 (0)