config.mts 382 B

12345678910111213141516
  1. import type { UserConfig } from 'vitepress'
  2. export const config: UserConfig = {
  3. title: 'kankan components',
  4. description: '四维组件文档中心',
  5. lastUpdated: true,
  6. themeConfig: {
  7. repo: '',
  8. docsBranch: '',
  9. docsDir: '',
  10. editLinks: true,
  11. editLinkText: '',
  12. lastUpdated: 'Last Updated',
  13. },
  14. }
  15. export default config