📦 YMFE / ydoc

📄 index.jsx · 30 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30---
banner:
  name: '更懂你的文档站构建工具'
  desc: '基于 markdown 轻松生成完整静态站点'
  btns: 
    - { name: '开 始', href: './documents/index.html', primary: true }
    - { name: 'Github >', href: 'https://github.com/YMFE/ydoc' }
  caption: '当前版本: v4.0.3'
features: 
  - { name: '优雅', desc: '经过精雕细琢,我们带给大家一个精心设计的、拥有卓越的视觉与交互体验的文档构建工具' }
  - { name: '灵动', desc: '我们拥有非常灵活的 插件机制 与 主题定制 功能,正在努力构建活跃的插件社区。也许初次使用未见其惊艳,但当你灵活使用插件后便会发现她的强大' }
  - { name: '简洁', desc: '以 ‘无形’ 代替 ‘有形’,从开发体验到用户界面的呈现,不断去除冗余的设计,使用户专注于写作与阅读' }
  - { name: '开源', desc: '作为开源项目,我们拥有高质量的代码、完善的自动化测试流程,对社区的需求能够作出积极快速响应' }

footer:
  copyRight:
    name: 'YMFE Team'
    href: 'https://ymfe.org/'
  links:
    团队网址:
      - { name: 'YMFE', href: 'https://ymfe.org/' }
      - { name: 'YMFE Blog', href: 'https://blog.ymfe.org/' }
    Git仓库:
      - { name: 'Github', href: 'https://github.com/YMFE/ydoc' }
      - { name: 'Github Issue', href: 'https://github.com/YMFE/ydoc/issues' }

---

<Homepage banner={banner} features={features} />
<Footer distPath={props.page.distPath} copyRight={props.footer.copyRight} links={props.footer.links} />