basic.md and basic.html need to be updated to incorporate the new 'showcase' feature. These files suggest the user add the following:
{
"name": "your_name_or_alias",
"course_start": "year_of_course_start",
"course_stage": "student_alum_staff_mentor",
"favorite_language": "favorite_language",
"currently_learning": "latest_learning"
}
However, the text should include the showcase:
"showcase": true key/value pair
and should read more like:
{
"name": "your_name_or_alias",
"course_start": "year_of_course_start",
"course_stage": "student_alum_staff_mentor",
"favorite_language": "favorite_language",
"currently_learning": "latest_learning",
"showcase": true
}
The relevant screenshots should be updated also
basic.md and basic.html need to be updated to incorporate the new 'showcase' feature. These files suggest the user add the following:
However, the text should include the showcase:
"showcase": truekey/value pairand should read more like:
The relevant screenshots should be updated also