fix: reorganize vitepress docs into /docs

This commit is contained in:
Aarnav Tale
2025-10-16 18:29:51 -04:00
parent 5d94667186
commit 639e7e9c6b
8 changed files with 22 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
html.dark .light-only {
display: none !important;
}
html:not(.dark) .dark-only {
display: none !important;
}