From 29a51b5859ad98018a307759c2fb8bbff159dcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 5 Jan 2023 17:59:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20languages.en.toml=20to=20i?= =?UTF-8?q?nstallation=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/installation/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```