mirror of
https://github.com/koel/koel
synced 2024-11-27 22:40:26 +00:00
feat(docs): add tip for discount
This commit is contained in:
parent
e927711404
commit
f99343e496
3 changed files with 16 additions and 8 deletions
|
@ -22,6 +22,15 @@ export default defineConfig({
|
|||
}
|
||||
},
|
||||
themeConfig: {
|
||||
search: {
|
||||
provider: 'algolia',
|
||||
options: {
|
||||
appId: '2EQKL1O1UU',
|
||||
apiKey: 'e9d7b5be73f29af4030535a726ec7196',
|
||||
indexName: 'koel'
|
||||
}
|
||||
},
|
||||
|
||||
outline: {
|
||||
level: 'deep'
|
||||
},
|
||||
|
|
|
@ -3,11 +3,6 @@
|
|||
--vp-c-brand-2: #d80693;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--vp-c-brand-1: #ff9be3;
|
||||
--vp-c-brand-2: #ff6ecf;
|
||||
}
|
||||
|
||||
.vp-doc {
|
||||
kbd {
|
||||
background-color: var(--vp-code-bg);
|
||||
|
|
|
@ -10,6 +10,10 @@ Pay __once__, and you get all current _and_ future updates at no extra fee, fore
|
|||
|
||||
<a class="lemonsqueezy-button" :href="config.plus.purchaseUrl">Click here</a> to purchase Koel Plus.
|
||||
|
||||
<div class="info custom-block" style="padding-top: 8px">
|
||||
❤️ If you’re a current or past sponsor, <a href="mailto:me@phanan.net">reach out</a> for a discount code. ❤️
|
||||
</div>
|
||||
|
||||
## Activation
|
||||
|
||||
<UISubjectToChangeNote />
|
||||
|
|
Loading…
Reference in a new issue