diff --git a/apps/www/.vitepress/theme/components/APITable.vue b/apps/www/.vitepress/theme/components/APITable.vue
new file mode 100644
index 00000000..c128797d
--- /dev/null
+++ b/apps/www/.vitepress/theme/components/APITable.vue
@@ -0,0 +1,26 @@
+
+
+
+ {{ capitalize(type) }}
+
+
+
+ {{ item.name }}
+ {{ item.type }}
+ Required*
+
{{ frontmatter.description }}
diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 4f21004b..13ebeaf7 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -8,6 +8,7 @@ import MobileNav from '../components/MobileNav.vue' import CodeConfigCustomizer from '../components/CodeConfigCustomizer.vue' import Kbd from '../components/Kbd.vue' +import ThemePopover from '../components/ThemePopover.vue' import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator } from '@/lib/registry/default/ui/command' import { Button } from '@/lib/registry/default/ui/button' @@ -133,6 +134,8 @@ watch(() => $route.path, (n) => {