feat: add "Documentation" link to "About" page (#2734)
This commit is contained in:
parent
d807e06fa0
commit
aa28257754
|
@ -306,6 +306,7 @@
|
||||||
"built_at": "Built {0}",
|
"built_at": "Built {0}",
|
||||||
"compose": "Compose",
|
"compose": "Compose",
|
||||||
"conversations": "Conversations",
|
"conversations": "Conversations",
|
||||||
|
"docs": "Documentation",
|
||||||
"explore": "Explore",
|
"explore": "Explore",
|
||||||
"favourites": "Favorites",
|
"favourites": "Favorites",
|
||||||
"federated": "Federated",
|
"federated": "Federated",
|
||||||
|
|
|
@ -58,6 +58,13 @@ function handleShowCommit() {
|
||||||
@click="openPreviewHelp"
|
@click="openPreviewHelp"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<SettingsItem
|
||||||
|
:text="$t('nav.docs')"
|
||||||
|
icon="i-ri:book-open-line"
|
||||||
|
to="https://docs.elk.zone/"
|
||||||
|
large target="_blank"
|
||||||
|
/>
|
||||||
|
|
||||||
<SettingsItem
|
<SettingsItem
|
||||||
text="Mastodon"
|
text="Mastodon"
|
||||||
icon="i-ri:mastodon-line"
|
icon="i-ri:mastodon-line"
|
||||||
|
|
Loading…
Reference in a new issue