mirror of https://github.com/onweru/compose.git

weru
23.13.2023 797bdd2f9e7175635dffcc7402fa72021e8e82a7
exampleSite/content/docs/clarity/customize.md
@@ -118,7 +118,7 @@
**note:** if you do NOT want any translations (thus removing the translations menu entry), then you must not have any translations.
In the exampleSite that's as easy as removing the extra translations from the `config/_default/...` or executing this onliner:
```
```shell
sed '/^\[pt]$/,$d' -i config/_default/languages.toml   &&   rm config/_default/menus/menu.pt.toml
```