feat: redesign documentation landing page with custom theme and updated site navigation

This commit is contained in:
Firman Ramdhani
2026-06-24 14:18:43 +07:00
parent f05e1c6d05
commit 8e56e05d1b
4 changed files with 163 additions and 38 deletions
@@ -0,0 +1,6 @@
import DefaultTheme from 'vitepress/theme'
import './custom.css'
export default {
extends: DefaultTheme,
}