From 9462b08103a7bb3802adf1a8483bcf221886534a Mon Sep 17 00:00:00 2001 From: Gage Krumbach Date: Mon, 6 Jan 2025 12:54:16 -0600 Subject: [PATCH] added docs --- docs/external-redirects.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs/external-redirects.md diff --git a/docs/external-redirects.md b/docs/external-redirects.md new file mode 100644 index 0000000000..c84f8b1ae4 --- /dev/null +++ b/docs/external-redirects.md @@ -0,0 +1,23 @@ +# External Redirects + +The supported external redirect paths in the application. + +## Supported Redirects + +### Pipeline SDK Redirects + +Redirecting from Pipeline SDK output URLs to internal dashboard routes. + +#### Supported URL Patterns + +1. **Experiment Details** + ``` + /external/pipelinesSdk/{namespace}/#/experiments/details/{experimentId} + ``` + Redirects to the internal experiment runs route for the specified experiment. + +2. **Run Details** + ``` + /external/pipelinesSdk/{namespace}/#/runs/details/{runId} + ``` + Redirects to the internal pipeline run details route for the specified run.