docs(site): improve UI, add catppuccin theme, fix MDX bugs

This commit is contained in:
2026-07-27 23:27:09 -04:00
parent 2b9b8e495c
commit 1972ea5bb9
27 changed files with 547 additions and 530 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ hero:
<CardGrid>
<LinkCard title="Home" description="Return to the main manual page" href="/" />
<LinkCard title="Installation" description="Set up the configuration" href="/09-installation/" />
<LinkCard title="Troubleshooting" description="Fix common issues" href="/11-troubleshooting/" />
<LinkCard title="Function Reference" description="Browse all functions" href="/05-functions/" />
<LinkCard title="Installation" description="Set up the configuration" href="/10-installation/" />
<LinkCard title="Troubleshooting" description="Fix common issues" href="/12-troubleshooting/" />
<LinkCard title="Function Reference" description="Browse all functions" href="/reference/" />
</CardGrid>