[Doc] rename component README file (#3662)
This commit is contained in:
+2
-1
@@ -44,7 +44,8 @@ const registerRoute = ({ mobile, componentMap }) => {
|
||||
}
|
||||
} else {
|
||||
const module =
|
||||
componentMap[`./${path}/${lang}.md`] ||
|
||||
componentMap[`./${path}/README.${lang}.md`] ||
|
||||
componentMap[`./${path}/README.md`] ||
|
||||
componentMap[`./${path}.${lang}.md`];
|
||||
|
||||
component = module.default;
|
||||
|
||||
Reference in New Issue
Block a user