File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,20 @@ products:
2424
2525## Substitutions
2626
27- The following substitutions are available :
27+ Writing ` {{ product.<product-id> }} ` renders the friendly name of the product in the documentation. For example :
2828
2929| Substitution | Result |
3030| ---------------------------------| ---|
3131| ` {{ product.apm_agent_dotnet }} ` | {{ product.apm_agent_dotnet }} |
32- | ` {{ .apm_agent_ios }} ` | {{ .apm_agent_ios }} |
32+ | ` {{ product.edot_collector }} ` | {{ product.edot_collector }} |
33+
34+ You can also use the shorthand notation ` {{ .<product_id> }} ` . For example:
35+
36+ | Substitution | Result |
37+ | ---------------------------------| ---|
38+ | ` {{ .apm_agent_dotnet }} ` | {{ .apm_agent_dotnet }} |
39+ | ` {{ .edot_collector }} ` | {{ .edot_collector }} |
40+
3341
3442## See also
3543
You can’t perform that action at this time.
0 commit comments