Skip to content

Commit 6a1cf60

Browse files
committed
docs: Update docs with vueschool affiliate
1 parent aa72d8b commit 6a1cf60

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ export default defineConfig({
2020
'Vue 3 datepicker component. Lightweight and powerful with support for the timepicker, range picker, month-year picker, text input, week numbers and many more. Options to customize the datepicker from the ground up with props, slots and custom components. Dark and light mode available',
2121
},
2222
],
23+
[
24+
'script',
25+
{
26+
async: 'true',
27+
src: 'https://media.bitterbrains.com/main.js?from=JASKAR&type=top',
28+
},
29+
],
2330
],
2431
metaChunk: true,
2532
cleanUrls: true,

docs/.vitepress/theme/style.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,22 @@
179179
background-color: var(--vp-c-brand-3);
180180
border-color: var(--vp-c-brand-3);
181181
}
182-
}
182+
}
183+
184+
185+
html.has-bb-banner {
186+
@media (min-width: 960px) {
187+
.VPNav {
188+
top: 72px;
189+
}
190+
}
191+
192+
#VPSidebarNav {
193+
padding-top: 70px !important;
194+
}
195+
196+
.aside-content {
197+
padding-top: 60px !important;
198+
}
199+
}
200+

0 commit comments

Comments
 (0)