@aravindc26/velu 0.13.21 → 0.13.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aravindc26/velu",
3
- "version": "0.13.21",
3
+ "version": "0.13.23",
4
4
  "description": "A modern documentation site generator powered by Markdown and JSON configuration",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -593,7 +593,7 @@ export function renderDocsLayout(config: DocsLayoutConfig, children: ReactNode):
593
593
  }}
594
594
  {...base}
595
595
  links={headerTabLinks.length > 0 ? headerTabLinks : base.links}
596
- themeSwitch={{ enabled: true }}
596
+ themeSwitch={{ enabled: false }}
597
597
  >
598
598
  {children}
599
599
  </DocsLayout>
@@ -543,6 +543,14 @@ nextjs-portal {
543
543
  }
544
544
 
545
545
 
546
+ /* Reveal the fumadocs sidebar footer wrapper (hidden by default) */
547
+ #nd-sidebar > div:has(> .velu-sidebar-footer-shell) {
548
+ display: block !important;
549
+ padding: 0 !important;
550
+ border-top: none !important;
551
+ color: inherit !important;
552
+ }
553
+
546
554
  .velu-theme-toggle {
547
555
  display: flex;
548
556
  align-items: center;