feat: update docs links
This commit is contained in:
parent
ead7fb4233
commit
633579e738
|
@ -21,7 +21,7 @@
|
||||||
<h3>{{ $t('settings.branding') }}</h3>
|
<h3>{{ $t('settings.branding') }}</h3>
|
||||||
|
|
||||||
<i18n path="settings.brandingHelp" tag="p" class="small">
|
<i18n path="settings.brandingHelp" tag="p" class="small">
|
||||||
<a class="link" target="_blank" href="https://docs.filebrowser.xyz/configuration/custom-branding">{{ $t('settings.documentation') }}</a>
|
<a class="link" target="_blank" href="https://filebrowser.xyz/configuration/custom-branding">{{ $t('settings.documentation') }}</a>
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
<i18n path="settings.commandRunnerHelp" tag="p" class="small">
|
<i18n path="settings.commandRunnerHelp" tag="p" class="small">
|
||||||
<code>FILE</code>
|
<code>FILE</code>
|
||||||
<code>SCOPE</code>
|
<code>SCOPE</code>
|
||||||
<a class="link" target="_blank" href="https://docs.filebrowser.xyz/configuration/command-runner">{{ $t('settings.documentation') }}</a>
|
<a class="link" target="_blank" href="https://filebrowser.xyz/configuration/command-runner">{{ $t('settings.documentation') }}</a>
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
||||||
<div v-for="command in settings.commands" :key="command.name" class="collapsible">
|
<div v-for="command in settings.commands" :key="command.name" class="collapsible">
|
||||||
|
|
Loading…
Reference in New Issue