chore: Новый черновик DRAFT, удалить старые docs-v

This commit is contained in:
2026-07-30 09:19:59 +03:00
parent 6f6e4896af
commit 590fb63ca7
122 changed files with 29145 additions and 3253 deletions

View File

@@ -1,12 +1,8 @@
import DefaultTheme from 'vitepress/theme'
import Layout from './Layout.vue'
import RuleCatalog from './RuleCatalog.vue'
import './style.css'
export default {
extends: DefaultTheme,
Layout,
enhanceApp({ app }) {
app.component('RuleCatalog', RuleCatalog)
},
}