We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d59ed commit 88600b7Copy full SHA for 88600b7
docs/en/_sidebar.md
@@ -1,4 +1,4 @@
1
-- [Information](/en/README.md)
+- [Information](/en/readme.md)
2
- [Quick start](/en/quick-start/quick-start.md)
3
- Class component
4
- [Component](/en/class-component/component/component.md)
docs/index.html
@@ -43,7 +43,7 @@
43
alias: {
44
'/zh-cn/(.*)': '/zh-cn/$1',
45
'/en/(.*)': '/en/$1',
46
- '/': '/README.md',
+ '/': '/readme.md',
47
'^/_(.*)': '/en/_$1'
48
}
49
docs/zh-cn/_sidebar.md
-- [信息](/zh-cn/README.md)
+- [信息](/zh-cn/readme.md)
- [开始](/zh-cn/quick-start/quick-start.md)
- 类组件
- [组件](/zh-cn/class-component/component/component.md)
0 commit comments