diff --git a/packages/docs/docs/guide/directory-structure.md b/packages/docs/docs/guide/directory-structure.md index 9bde09ea4e..16319ad08f 100644 --- a/packages/docs/docs/guide/directory-structure.md +++ b/packages/docs/docs/guide/directory-structure.md @@ -32,7 +32,7 @@ VuePress follows the principle of **"Convention is better than configuration"**. ::: warning Note -Please note the capitalization of the directory name. +Please note the capitalization of the directory name. Use all capital letters for the README.md file name. You can use both upper and lower case letters in the names of other files. Don't use capital letters in the file extensions: .png, .jpg, .html, etc. ::: - `docs/.vuepress`: Used to store global configuration, components, static resources, etc.