valaxy-theme-press
v1.0.0-rc.15
Published
Docs (VitePress-like) theme for Valaxy
Maintainers
Readme
valaxy-theme-press
Documentation theme for Valaxy.
It is inspired by VitePress, and it powers the Valaxy documentation site.
Install
pnpm add valaxy-theme-pressimport type { PressTheme } from 'valaxy-theme-press'
import { defineValaxyConfig } from 'valaxy'
export default defineValaxyConfig<PressTheme.Config>({
theme: 'press',
themeConfig: {
logo: '/favicon.svg',
},
})