Mistake on file navigation.yml (#1079)

Previous wrong name was `navigations.yml`
This commit is contained in:
Eduardo Leggiero 2017-06-24 16:27:22 +01:00 committed by Michael Rose
parent bc12fd840c
commit 1f1aa440b1

View File

@ -10,7 +10,7 @@ Nothing clever here :wink:. Layouts, data files, and includes are all placed in
```bash ```bash
minimal-mistakes minimal-mistakes
├── _data # data files for customizing the theme ├── _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 | └── ui-text.yml # text used throughout the theme's UI
├── _includes ├── _includes
| ├── analytics-providers # snippets for analytics (Google and custom) | ├── analytics-providers # snippets for analytics (Google and custom)
@ -48,4 +48,4 @@ minimal-mistakes
├── Gemfile.lock # gem file dependencies ├── Gemfile.lock # gem file dependencies
├── index.html # paginated home page showing recent posts ├── index.html # paginated home page showing recent posts
└── package.json # NPM build scripts └── package.json # NPM build scripts
``` ```