mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
site: fix meaningless anchor
This commit is contained in:
parent
3543cdc1cf
commit
2dffa172a4
@ -80,10 +80,10 @@
|
|||||||
"babel-jest": "^13.2.2",
|
"babel-jest": "^13.2.2",
|
||||||
"babel-plugin-antd": "^0.4.0",
|
"babel-plugin-antd": "^0.4.0",
|
||||||
"bisheng": "^0.7.1",
|
"bisheng": "^0.7.1",
|
||||||
"bisheng-plugin-antd": "~0.1.3",
|
"bisheng-plugin-antd": "~0.2.0",
|
||||||
"bisheng-plugin-description": "^0.1.1",
|
"bisheng-plugin-description": "^0.1.1",
|
||||||
"bisheng-plugin-react": "^0.2.0",
|
"bisheng-plugin-react": "^0.2.0",
|
||||||
"bisheng-plugin-toc": "0.2.0",
|
"bisheng-plugin-toc": "^0.3.0",
|
||||||
"dora-plugin-upload": "^0.3.1",
|
"dora-plugin-upload": "^0.3.1",
|
||||||
"enquire.js": "^2.1.1",
|
"enquire.js": "^2.1.1",
|
||||||
"es6-shim": "^0.35.0",
|
"es6-shim": "^0.35.0",
|
||||||
|
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
htmlTemplate: './site/theme/static/template.html',
|
htmlTemplate: './site/theme/static/template.html',
|
||||||
plugins: [
|
plugins: [
|
||||||
'bisheng-plugin-description',
|
'bisheng-plugin-description',
|
||||||
'bisheng-plugin-toc?maxDepth=2',
|
'bisheng-plugin-toc?maxDepth=2&keepElem',
|
||||||
'bisheng-plugin-react?lang=__react',
|
'bisheng-plugin-react?lang=__react',
|
||||||
'bisheng-plugin-antd',
|
'bisheng-plugin-antd',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user