Locale paths fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-08 14:28:36 +03:00
parent fd03306847
commit 11b41a9326
19 changed files with 52 additions and 44 deletions

View file

@ -2,8 +2,8 @@
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
<h3>Screen Reader</h3>
<p>
ScrollTop uses a button element with an <i>aria-label</i> that refers to the <i>aria.scrollTop</i> property of the <NuxtLink to="/locale">locale</NuxtLink> API by default, you may use your own aria roles and attributes as any valid
attribute is passed to the button element implicitly.
ScrollTop uses a button element with an <i>aria-label</i> that refers to the <i>aria.scrollTop</i> property of the <NuxtLink to="/configuration/#locale">locale</NuxtLink> API by default, you may use your own aria roles and attributes as
any valid attribute is passed to the button element implicitly.
</p>
<h3>Keyboard Support</h3>