Skip to content

Commit b493577

Browse files
committed
link from components
1 parent faa2590 commit b493577

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/content/docs/style-guide/components/external-resources.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The type of resources to show, apps or videos.
4040

4141
Filter resources down to those where the `tags` property contains any of these strings.
4242

43+
To see a list of the available tags, and which pages are associated with them, refer to [this list](/style-guide/frontmatter/tags/).
44+
4345
### `products`
4446

4547
**type:** `string[]`

src/content/docs/style-guide/components/products-by-tag.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ styleGuide:
44
component: ProductsByTag
55
---
66

7+
To see a list of the available tags, and which pages are associated with them, refer to [this list](/style-guide/frontmatter/tags/).
8+
79
```mdx live
810
import { ProductsByTag } from "~/components";
911

src/content/docs/style-guide/components/resources-by-selector.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import { ResourcesBySelector } from "~/components";
2929

3030
An array of `tags` values to filter by.
3131

32+
To see a list of the available tags, and which pages are associated with them, refer to [this list](/style-guide/frontmatter/tags/).
33+
3234
- `products` <Type text="string[]" /> <MetaInfo text="optional" />
3335

3436
An array of `products` values to filter by.

0 commit comments

Comments
 (0)