Skip to content

Commit

Permalink
feat: add documentation link to settings section
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang <github@linux-dude.de>
  • Loading branch information
wofferl authored and Grotax committed Jan 30, 2025
1 parent 50b6db1 commit 703d962
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@
</template>
<template #footer>
<NcAppNavigationSettings :name="t('news', 'Settings')">
<div class="settings-button">
<NcButton wide="true" target="_blank" href="https://nextcloud.github.io/news/">
{{ t('news', 'Documentation') }}
</NcButton>
</div>
<div class="settings-button">
<NcButton wide="true" @click="showHelp = true">
{{ t('news', 'Keyboard shortcuts') }}
Expand Down

0 comments on commit 703d962

Please sign in to comment.