* updating sublanding to guides page and using DropdownMenu primer component * fix linting error * remove unnecessary import * updating translation files * move data-testid * trying to fix test * fix browser tests * Update content/README.md Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com> Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
13 lines
333 B
Markdown
13 lines
333 B
Markdown
---
|
|
title: Article with learning tracks
|
|
versions:
|
|
free-pro-team: '*'
|
|
learningTracks:
|
|
- track_1
|
|
- track_2
|
|
- non_existing_track
|
|
- '{% if currentVersion == "free-pro-team@latest" %}dotcom_only_track{% endif %}'
|
|
- '{% if currentVersion != "free-pro-team@latest" %}enterprise_only_track{% endif %}'
|
|
layout: product-guides
|
|
---
|