You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
639 B

export default {
categoryOrder: {
组件: 0,
十大原则: 0,
设计基础: 1,
动画: 2,
},
typeOrder: {
基本: 0,
表单: 1,
展示: 2,
导航: 3,
其它: 4,
},
redirects: {
'docs/react/introduce': 'components/introduce',
'docs/react/getting-started': 'components/getting-started',
'docs/react/install': 'components/install',
'docs/react/upgrade-notes': 'components/upgrade-notes',
CHANGELOG: 'components/changelog',
},
docVersions: {
'0.9.x': 'http://09x.ant.design/',
'0.10.x': 'http://010x.ant.design/',
'0.11.x': 'http://011x.ant.design/',
}
};