mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
feat: add "Documentation" link to "About" page (#2734)
This commit is contained in:
parent
d807e06fa0
commit
aa28257754
2 changed files with 8 additions and 0 deletions
|
@ -306,6 +306,7 @@
|
|||
"built_at": "Built {0}",
|
||||
"compose": "Compose",
|
||||
"conversations": "Conversations",
|
||||
"docs": "Documentation",
|
||||
"explore": "Explore",
|
||||
"favourites": "Favorites",
|
||||
"federated": "Federated",
|
||||
|
|
|
@ -58,6 +58,13 @@ function handleShowCommit() {
|
|||
@click="openPreviewHelp"
|
||||
/>
|
||||
|
||||
<SettingsItem
|
||||
:text="$t('nav.docs')"
|
||||
icon="i-ri:book-open-line"
|
||||
to="https://docs.elk.zone/"
|
||||
large target="_blank"
|
||||
/>
|
||||
|
||||
<SettingsItem
|
||||
text="Mastodon"
|
||||
icon="i-ri:mastodon-line"
|
||||
|
|
Loading…
Reference in a new issue