mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 19:49:59 +08:00
fix pages
This commit is contained in:
parent
84424872f7
commit
2d6285a31b
6
docs/design.md
Normal file
6
docs/design.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 设计
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
5
docs/download.md
Normal file
5
docs/download.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 下载
|
||||
|
||||
---
|
||||
|
||||
|
3
docs/modes.md
Normal file
3
docs/modes.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 模式
|
||||
|
||||
---
|
@ -0,0 +1,4 @@
|
||||
# 上手
|
||||
|
||||
---
|
||||
|
@ -350,10 +350,6 @@ footer ul li > a {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.aside-container li {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.aside-container li a {
|
||||
line-height: 44px;
|
||||
height: 44px;
|
||||
|
@ -28,8 +28,11 @@
|
||||
<li class="{%- if post.filename === 'index' %}current{%- endif %}">
|
||||
<a href="/">首页</a>
|
||||
</li>
|
||||
<li class="{%- if post.filename === 'instruction' %}current{%- endif %}">
|
||||
<a href="/docs/instruction">原则</a>
|
||||
<li class="{%- if post.filename === 'start' %}current{%- endif %}">
|
||||
<a href="/docs/start">上手</a>
|
||||
</li>
|
||||
<li class="{%- if post.filename === 'design' %}current{%- endif %}">
|
||||
<a href="/docs/design">设计</a>
|
||||
</li>
|
||||
<li class="{%- if post.meta.template === 'component' %}current{%- endif %}">
|
||||
<a href="/components/button">组件</a>
|
||||
|
Loading…
Reference in New Issue
Block a user