@@ -357,8 +357,8 @@ The `config.json` file should have the following checks:
357
357
- The ` "approaches[].slug" ` value must be a kebab-case string² with length <= 255
358
358
- The ` "approaches[].slug" ` value must have a corresponding non-empty ` <slug>/content.md ` file
359
359
- The ` "approaches[].slug" ` value must have a corresponding non-empty ` <slug>/snippet.txt ` file
360
- - The ` "approaches[].name " ` key is required
361
- - The ` "approaches[].name " ` value must be a Title Case string³ with length <= 255
360
+ - The ` "approaches[].title " ` key is required
361
+ - The ` "approaches[].title " ` value must be a Title Case string³ with length <= 255
362
362
- The ` "approaches[].blurb" ` key is required
363
363
- The ` "approaches[].blurb" ` value must be a non-blank string¹ with length <= 350
364
364
- The ` "approaches[].authors" ` key is required
@@ -399,8 +399,8 @@ The `config.json` file should have the following checks:
399
399
- The ` "articles[].slug" ` value must be a kebab-case string² with length <= 255
400
400
- The ` "articles[].slug" ` value must have a corresponding non-empty ` <slug>/content.md ` file
401
401
- The ` "articles[].slug" ` value must have a corresponding non-empty ` <slug>/snippet.md ` file
402
- - The ` "articles[].name " ` key is required
403
- - The ` "articles[].name " ` value must be a Title Case string³ with length <= 255
402
+ - The ` "articles[].title " ` key is required
403
+ - The ` "articles[].title " ` value must be a Title Case string³ with length <= 255
404
404
- The ` "articles[].blurb" ` key is required
405
405
- The ` "articles[].blurb" ` value must be a non-blank string¹ with length <= 350
406
406
- The ` "articles[].authors" ` key is required
0 commit comments