mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: doc urls
This commit is contained in:
parent
c29abe4657
commit
f6494bca2c
4 changed files with 17 additions and 17 deletions
|
@ -15,7 +15,7 @@ the [Official Documentation](https://docs.koel.dev).
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
See the [Development Guide](https://docs.koel.dev/#local-development).
|
See the [Development Guide](https://docs.koel.dev/development).
|
||||||
|
|
||||||
## Koel Player
|
## Koel Player
|
||||||
|
|
||||||
|
|
|
@ -23,21 +23,20 @@
|
||||||
>scrobbling</a>.
|
>scrobbling</a>.
|
||||||
</p>
|
</p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<Btn class="connect" @click.prevent="connect">
|
<Btn class="connect" @click.prevent="connect">{{ connected ? 'Reconnect' : 'Connect' }}</Btn>
|
||||||
{{ connected ? 'Reconnect' : 'Connect' }}
|
|
||||||
</Btn>
|
|
||||||
|
|
||||||
<Btn v-if="connected" class="disconnect" gray @click.prevent="disconnect">Disconnect</Btn>
|
<Btn v-if="connected" class="disconnect" gray @click.prevent="disconnect">Disconnect</Btn>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else data-testid="lastfm-not-integrated">
|
<div v-else data-testid="lastfm-not-integrated">
|
||||||
<p>
|
<p>
|
||||||
Last.fm integration is not enabled on this installation of Koel.
|
Last.fm integration is not enabled.
|
||||||
<span v-if="isAdmin" data-testid="lastfm-admin-instruction">
|
<span v-if="isAdmin" data-testid="lastfm-admin-instruction">
|
||||||
Visit
|
Check
|
||||||
<a href="https://docs.koel.dev/3rd-party.html#last-fm" class="text-highlight" target="_blank">Koel’s Wiki</a>
|
<a href="https://docs.koel.dev/service-integrations#last-fm" class="text-highlight" target="_blank">
|
||||||
for a quick how-to.
|
Documentation
|
||||||
|
</a>
|
||||||
|
for instructions.
|
||||||
</span>
|
</span>
|
||||||
<span v-else data-testid="lastfm-user-instruction">
|
<span v-else data-testid="lastfm-user-instruction">
|
||||||
Try politely asking an administrator to enable it.
|
Try politely asking an administrator to enable it.
|
||||||
|
|
|
@ -17,12 +17,11 @@
|
||||||
<p>
|
<p>
|
||||||
Spotify integration is not enabled.
|
Spotify integration is not enabled.
|
||||||
<span v-if="isAdmin" data-testid="spotify-admin-instruction">
|
<span v-if="isAdmin" data-testid="spotify-admin-instruction">
|
||||||
Visit
|
Check
|
||||||
<a href="https://docs.koel.dev/3rd-party.html#spotify" class="text-highlight" target="_blank">Koel’s Wiki</a>
|
<a href="https://docs.koel.dev/service-integrations#spotify" class="text-highlight" target="_blank">
|
||||||
for a quick how-to.
|
Documentation
|
||||||
</span>
|
</a>
|
||||||
<span v-else data-testid="spotify-user-instruction">
|
for instructions.
|
||||||
Try politely asking an administrator to enable it.
|
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,7 +4,9 @@ exports[`renders proper content with Spotify integration status false, current u
|
||||||
<section data-v-49dda1f9="" class="text-secondary">
|
<section data-v-49dda1f9="" class="text-secondary">
|
||||||
<h1 data-v-49dda1f9=""><span data-v-49dda1f9="" class="spotify-icon"><br data-v-49dda1f9="" data-testid="Icon" icon="[object Object]"></span> Spotify Integration </h1>
|
<h1 data-v-49dda1f9=""><span data-v-49dda1f9="" class="spotify-icon"><br data-v-49dda1f9="" data-testid="Icon" icon="[object Object]"></span> Spotify Integration </h1>
|
||||||
<div data-v-49dda1f9="">
|
<div data-v-49dda1f9="">
|
||||||
<p data-v-49dda1f9=""> Spotify integration is not enabled. <span data-v-49dda1f9="" data-testid="spotify-user-instruction"> Try politely asking an administrator to enable it. </span></p>
|
<p data-v-49dda1f9=""> Spotify integration is not enabled.
|
||||||
|
<!--v-if-->
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
`;
|
`;
|
||||||
|
@ -13,7 +15,7 @@ exports[`renders proper content with Spotify integration status false, current u
|
||||||
<section data-v-49dda1f9="" class="text-secondary">
|
<section data-v-49dda1f9="" class="text-secondary">
|
||||||
<h1 data-v-49dda1f9=""><span data-v-49dda1f9="" class="spotify-icon"><br data-v-49dda1f9="" data-testid="Icon" icon="[object Object]"></span> Spotify Integration </h1>
|
<h1 data-v-49dda1f9=""><span data-v-49dda1f9="" class="spotify-icon"><br data-v-49dda1f9="" data-testid="Icon" icon="[object Object]"></span> Spotify Integration </h1>
|
||||||
<div data-v-49dda1f9="">
|
<div data-v-49dda1f9="">
|
||||||
<p data-v-49dda1f9=""> Spotify integration is not enabled. <span data-v-49dda1f9="" data-testid="spotify-admin-instruction"> Visit <a data-v-49dda1f9="" href="https://docs.koel.dev/3rd-party.html#spotify" class="text-highlight" target="_blank">Koel’s Wiki</a> for a quick how-to. </span></p>
|
<p data-v-49dda1f9=""> Spotify integration is not enabled. <span data-v-49dda1f9="" data-testid="spotify-admin-instruction"> Check <a data-v-49dda1f9="" href="https://docs.koel.dev/service-integrations#spotify" class="text-highlight" target="_blank"> Documentation </a> for instructions. </span></p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in a new issue