diff --git a/docs/content/doc/configuration.md b/docs/content/doc/configuration.md index 744e18ea8..a2647a9ba 100644 --- a/docs/content/doc/configuration.md +++ b/docs/content/doc/configuration.md @@ -37,8 +37,8 @@ The following is an example of a json config file with the default values: "publishdir": "public", "builddrafts": false, "indexes": { - category: "categories", - tag: "tags" + "category": "categories", + "tag": "tags" }, "baseurl": "http://yoursite.com/" }