@@ -357,8 +357,8 @@ The `config.json` file should have the following checks:
357357- The ` "approaches[].slug" ` value must be a kebab-case string² with length <= 255
358358- The ` "approaches[].slug" ` value must have a corresponding non-empty ` <slug>/content.md ` file
359359- 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
362362- The ` "approaches[].blurb" ` key is required
363363- The ` "approaches[].blurb" ` value must be a non-blank string¹ with length <= 350
364364- The ` "approaches[].authors" ` key is required
@@ -399,8 +399,8 @@ The `config.json` file should have the following checks:
399399- The ` "articles[].slug" ` value must be a kebab-case string² with length <= 255
400400- The ` "articles[].slug" ` value must have a corresponding non-empty ` <slug>/content.md ` file
401401- 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
404404- The ` "articles[].blurb" ` key is required
405405- The ` "articles[].blurb" ` value must be a non-blank string¹ with length <= 350
406406- The ` "articles[].authors" ` key is required
0 commit comments