Skip to content

Commit

Permalink
feat: add "Documentation" link to "About" page (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Apr 1, 2024
1 parent d807e06 commit aa28257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@
"built_at": "Built {0}",
"compose": "Compose",
"conversations": "Conversations",
"docs": "Documentation",
"explore": "Explore",
"favourites": "Favorites",
"federated": "Federated",
Expand Down
7 changes: 7 additions & 0 deletions pages/settings/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa28257

Please sign in to comment.