| 123456789101112131415 |
- import type { ThemeCollectionItem } from 'vuepress-theme-plume'
- import { defineCollection } from 'vuepress-theme-plume'
- export const hardware: ThemeCollectionItem = defineCollection({
- type: 'doc',
- dir: 'hardware',
- title: '华菁硬件',
- linkPrefix: '/hardware/',
- sidebar: [
- {
- text: '硬件简介',
- link:'profile'
- }
- ],
- })
|