1
0
mirror of synced 2026-01-04 09:06:46 -05:00
Files
docs/tests/fixtures/article-with-learning-tracks.md
Grace Park 4ff5167e51 Updating name: sublanding to guides and using DropdownMenu for type/topics filter (#23290)
* 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>
2021-12-02 18:43:33 +00:00

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
---