From 573dfdcbc3d1a592a2fc24bd3a6538d1230475fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 5 Jan 2023 20:51:11 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=90=9B=20Add=20languages.en.tom?= =?UTF-8?q?l=20to=20installation=20docs"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 29a51b5859ad98018a307759c2fb8bbff159dcd0. --- exampleSite/content/docs/installation/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index bf8cf1eb..4a2d96e1 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -114,9 +114,8 @@ Once you've copied the files, your config folder should look like this: ```shell config/_default/ ├─ config.toml -├─ languages.en.toml ├─ markup.toml -├─ menus.en.toml +├─ menus.toml ├─ module.toml # if you installed using Hugo Modules └─ params.toml ```