mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
一点小文档优化
This commit is contained in:
parent
5e344e4946
commit
bc6701515e
@ -5,7 +5,7 @@ import {flattenTree, filterTree, mapTree} from '../../src/utils/helper';
|
||||
export const docs = [
|
||||
{
|
||||
// prefix: ({classnames: cx}) => <li className={cx('AsideNav-divider')} />,
|
||||
label: '📌 开始',
|
||||
label: '📌 开始',
|
||||
children: [
|
||||
{
|
||||
label: '介绍',
|
||||
@ -57,7 +57,7 @@ export const docs = [
|
||||
},
|
||||
|
||||
{
|
||||
label: '💡 概念',
|
||||
label: '💡 概念',
|
||||
children: [
|
||||
{
|
||||
label: '配置与组件',
|
||||
@ -127,7 +127,7 @@ export const docs = [
|
||||
},
|
||||
|
||||
{
|
||||
label: '🎼 类型',
|
||||
label: '🎼 类型',
|
||||
children: [
|
||||
{
|
||||
label: 'SchemaNode',
|
||||
@ -149,7 +149,7 @@ export const docs = [
|
||||
},
|
||||
|
||||
{
|
||||
label: '⚙ 组件',
|
||||
label: '⚙ 组件',
|
||||
children: [
|
||||
{
|
||||
label: '组件介绍',
|
||||
|
@ -378,6 +378,7 @@ a {
|
||||
color: #999;
|
||||
font-weight: 700;
|
||||
margin-bottom: 10px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user