mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
11 lines
318 B
TypeScript
11 lines
318 B
TypeScript
import { defineCollections, type ThemeCollections } from 'vuepress-theme-plume'
|
|
import { themeConfig } from './theme-config.js'
|
|
import { themeGuide } from './theme-guide.js'
|
|
import { tools } from './tools.js'
|
|
|
|
export const enCollections: ThemeCollections = defineCollections([
|
|
themeGuide,
|
|
themeConfig,
|
|
tools,
|
|
])
|