Skip to content

Commit 38336f1

Browse files
author
Divya Bhushan
authored
docs: Upating the messaging for viewing external links (#1704)
1 parent 8f33e3d commit 38336f1

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

docs/user-guide/creating-application/app-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Access an external link
44

5-
The users can access the configured external links from the **App Details** page.
5+
The users can access the [configured external links](../../user-guide/global-configurations/external-links.md) on the **App Details** page.
66

77
1. Select **Applications** from the left navigation pane.
88
2. After selecting a configured application, select the **App Details** tab.

docs/user-guide/global-configurations/external-links.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,27 @@ Before you begin, configure an application in the Devtron dashboard.
6666
<li>{appId}</li>
6767
<li>{envId}</li>
6868
<li>{namespace}</li>
69-
<li>{podName}</li>
70-
<li>{containerName}</li>
69+
<li>{podName}: If used, the link will only be visible at the pod level on the <a href="https://docs.devtron.ai/devtron/user-guide/app-details">App details</a> page. </li>
70+
<li>{containerName}: If used, the link will only be visible at the container level on the <a href="https://docs.devtron.ai/devtron/user-guide/app-details">App details</a> page. </li>
7171
</ul>
72-
<b>Note: URL template is dynamically generated from the env variables provided at the time of adding the link.</b><br></br>
73-
For example:
74-
<code>https://www.grafana.com/grafana/devtroncd/demo-app/details/24/prod/191/details/my-pod-name</code>
72+
<b>Note: The env variables will be dynamically replaced by the values that you used to configure the link.
7573
</td>
7674
</tr>
7775
</table>
7876

79-
> Tip: To add multiple links, select **+ Add another** at the top-left corner.
77+
> Note: To add multiple links, select **+ Add another** at the top-left corner.
8078
81-
5. Select **Save**.
79+
Select **Save**.
8280

8381
## Access an external link
8482

85-
The users (admin and others) can [access the configured external link](././../creating-application/app-details.md) from the **App details** page.
83+
The users (admin and others) can access the configured external link from the [App details](././../creating-application/app-details.md) page.
8684

8785
## Manage external links
8886

8987
On this page, the configured external links can be filtered/searched, as well as edited/deleted.
9088

91-
1. Select `Global Configurations > External links`.
89+
Select `Global Configurations > External links`.
9290

9391
![Manage external links](https://devtron-public-asset.s3.us-east-2.amazonaws.com/external-tools/manage-external-links.png)
9492

0 commit comments

Comments
 (0)