Skip to content

Commit 6d052d0

Browse files
committed
update changelog entry
1 parent 52af3a3 commit 6d052d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## External product links
22

3-
You can now configure products to link to external URLs instead of hosting documentation on your site. This is useful when you want to include links to separate applications, third-party documentation, or other external resources in your product switcher.
3+
You can now configure products to link to external URLs (separate applications, third-party documentation, or other external resources) instead of documentation within your site.
44

5-
External products appear in the product switcher alongside internal products but navigate users to the specified URL when selected.
5+
External products appear in the product switcher alongside internal products but navigate users to the specified URL when selected. Unlike internal products, external products are defined directly in `docs.yml` using `href`—no standalone product `.yml` file is needed.
66

77
To define an external product, add an item to the `products` list in `docs.yml` with an `href` instead of a `path`:
88

@@ -14,10 +14,10 @@ products:
1414
slug: api-docs
1515
subtitle: Complete API reference
1616

17-
- display-name: Dashboard
17+
- display-name: Dashboard # External product
1818
href: https://dashboard.example.com
1919
icon: fa-solid fa-chart-line
2020
subtitle: Analytics and insights
2121
```
2222
23-
Visit the [product switching documentation](/learn/docs/navigation/products#link-to-external-products) to learn more.
23+
Visit the [product switching documentation](/learn/docs/configuration/products#define-your-products) to learn more.

0 commit comments

Comments
 (0)