const content = [ { title: '简介', path: '/standard/' }, { title: "javascript", path: '/standard/javascript.md' }, { title: "typescript", path: '/standard/typescript.md' }, { title: "约定", path: '/standard/appoint.md' }, { title: "git 提交规范", path: '/standard/git.md' }, { title: "typescript 自动生成 api 文档规范", path: '/standard/typedoc.md' }, ]; module.exports = content;