try to fix developer link

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
szaimen 2022-02-25 15:07:31 +01:00 committed by John Molakvoæ
parent ae8a4706cf
commit ec2462d5d2
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
5 changed files with 11 additions and 8 deletions

View file

@ -75,8 +75,8 @@
</template>
<AppNavigationItem id="app-developer-docs"
href="settings.developerDocumentation"
:title="t('settings', 'Developer documentation') + ' ↗'" />
:title="t('settings', 'Developer documentation') + ' ↗'"
@click="openDeveloperDocumentation" />
</template>
</AppNavigation>
@ -302,6 +302,9 @@ export default {
params: { category: this.category },
})
},
openDeveloperDocumentation() {
window.open(this.settings.developerDocumentation)
},
},
}
</script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long