From def79376c4c8416e63fff6cb0f4b8dfb6d88214b Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Tue, 23 Sep 2014 21:34:13 -0400 Subject: [PATCH] Make taxonomy documentation match the example. --- docs/content/taxonomies/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/taxonomies/usage.md b/docs/content/taxonomies/usage.md index 4db37364d..cd462ecc4 100644 --- a/docs/content/taxonomies/usage.md +++ b/docs/content/taxonomies/usage.md @@ -16,7 +16,8 @@ Taxonomies must be defined in the site configuration, before they can be used throughout the site. You need to provide both the plural and singular labels for each taxonomy. -Here is an example configuration in YAML that specifies two taxonomies. +Here is an example configuration in YAML that specifies three taxonomies +(the default two, plus `series`). Notice the format is **singular key** : *plural value*. ### config.yaml