feat(docs): add tip for discount

This commit is contained in:
Phan An 2024-03-22 22:19:44 +01:00
parent e927711404
commit f99343e496
3 changed files with 16 additions and 8 deletions

View file

@ -22,6 +22,15 @@ export default defineConfig({
}
},
themeConfig: {
search: {
provider: 'algolia',
options: {
appId: '2EQKL1O1UU',
apiKey: 'e9d7b5be73f29af4030535a726ec7196',
indexName: 'koel'
}
},
outline: {
level: 'deep'
},

View file

@ -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);

View file

@ -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 youre a current or past sponsor, <a href="mailto:me@phanan.net">reach out</a> for a discount code. ❤️
</div>
## Activation
<UISubjectToChangeNote />