Skip to content

Update basic.md and basic.html to take into account showcase feature #127

@andrewdempsey2018

Description

@andrewdempsey2018

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions