mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Began documenting settings in settings.json
This commit is contained in:
parent
13e160cbe4
commit
9566fcc9d9
6 changed files with 5103 additions and 4007 deletions
|
@ -3,10 +3,12 @@ import type { Theme } from 'vitepress'
|
|||
import DefaultTheme from 'vitepress/theme'
|
||||
import './styles/vars.css'
|
||||
import SvgImage from './components/SvgImage.vue'
|
||||
import SearchableTable from './components/SearchableTable.vue'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
enhanceApp({ app }) {
|
||||
app.component('SvgImage', SvgImage)
|
||||
app.component('SearchableTable', SearchableTable)
|
||||
},
|
||||
} satisfies Theme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue