From 1f1aa440b171b711f4eae360d1d4b82fd2cae4c7 Mon Sep 17 00:00:00 2001 From: Eduardo Leggiero Date: Sat, 24 Jun 2017 16:27:22 +0100 Subject: [PATCH] Mistake on file navigation.yml (#1079) Previous wrong name was `navigations.yml` --- _docs/02-structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/02-structure.md b/_docs/02-structure.md index 005f72f2..a8ca7037 100644 --- a/_docs/02-structure.md +++ b/_docs/02-structure.md @@ -10,7 +10,7 @@ Nothing clever here :wink:. Layouts, data files, and includes are all placed in ```bash minimal-mistakes ├── _data # data files for customizing the theme -| ├── navigations.yml # main navigation links +| ├── navigation.yml # main navigation links | └── ui-text.yml # text used throughout the theme's UI ├── _includes | ├── analytics-providers # snippets for analytics (Google and custom) @@ -48,4 +48,4 @@ minimal-mistakes ├── Gemfile.lock # gem file dependencies ├── index.html # paginated home page showing recent posts └── package.json # NPM build scripts -``` \ No newline at end of file +```