You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure/site/products.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ products:
10
10
edot-collector:
11
11
display: 'Elastic Distribution of OpenTelemetry Collector'
12
12
versioning: 'stack'
13
+
repository: 'elastic-edot-collector'
13
14
#...
14
15
```
15
16
@@ -19,6 +20,7 @@ products:
19
20
: A YAML mapping where each key is an Elastic product.
20
21
*`display`: A friendly name for the product.
21
22
*`versioning`: The versioning system used by the project. The value for this field must match one of the versioning systems defined in [`versions.yml`](https://github.com/elastic/docs-builder/blob/main/config/versions.yml)
23
+
*`repository`: The repository name for the product. It's optional and primarily intended for handling edge cases where there is a mismatch between the repository name and the product identifier.
0 commit comments