Skip to content

Commit

Permalink
Update data/learning-tracks/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahs authored Apr 28, 2021
1 parent 3f27173 commit b70cd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/learning-tracks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Learning track data for a product is defined in two places:
For example, in `data/learning-tracks/actions.yml`, each of the items from the list in #1 is represented with additional data such as `title`, `description`, and a list of `guides` links.
One, and only one, learning track in this YAML must be designated as a "featured" learning track via `featured_track: true`, which will set it to appear at the top of the product sublanding page. Schema validation will fail if this property is missing.
One, and only one, learning track in this YAML must be designated as a "featured" learning track via `featured_track: true`, which will set it to appear at the top of the product sublanding page. A test will fail if this property is missing.
Versioning for learning tracks is processed at page render time. The code lives in [`lib/learning-tracks.js`](lib/learning-tracks.js), which is called by `page.render()`. The processed learning tracks are then rendered by `layouts/product-sublanding.html`.
Expand Down

0 comments on commit b70cd45

Please sign in to comment.