mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #31423 from nextcloud/backport/31355/stable23
This commit is contained in:
commit
08e0f73278
5 changed files with 12 additions and 10 deletions
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
|
|
@ -81,10 +81,9 @@
|
|||
:title="cat.displayName" />
|
||||
</template>
|
||||
|
||||
<AppNavigationItem
|
||||
id="app-developer-docs"
|
||||
href="settings.developerDocumentation"
|
||||
:title="t('settings', 'Developer documentation') + ' ↗'" />
|
||||
<AppNavigationItem id="app-developer-docs"
|
||||
:title="t('settings', 'Developer documentation') + ' ↗'"
|
||||
@click="openDeveloperDocumentation" />
|
||||
</template>
|
||||
</AppNavigation>
|
||||
|
||||
|
|
@ -308,6 +307,9 @@ export default {
|
|||
params: { category: this.category },
|
||||
})
|
||||
},
|
||||
openDeveloperDocumentation() {
|
||||
window.open(this.settings.developerDocumentation)
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue