README.md in jekyll-theme-open-project-1.2 vs README.md in jekyll-theme-open-project-1.2.1
- old
+ new
@@ -455,14 +455,14 @@
in above sample, place a file called `navigation.md` containing
only frontmatter, following this sample:
```yaml
items:
-- name: Introduction
+- title: Introduction
items:
- { title: Overview, path: overview/ }
- { title: Installation, path: installation/ }
-- name: Usage
+- title: Usage
items:
- { title: Basic, path: basic-usage/ }
```
In the same directory, place the required document pages—in this case, `overview.md`,