diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index 4a2d96e1..bf8cf1eb 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -114,8 +114,9 @@ Once you've copied the files, your config folder should look like this: ```shell config/_default/ ├─ config.toml +├─ languages.en.toml ├─ markup.toml -├─ menus.toml +├─ menus.en.toml ├─ module.toml # if you installed using Hugo Modules └─ params.toml ```