Skip to content

Commit

Permalink
Merge pull request #204 from embrace-io/sleira/EMBR-6577-public-errors
Browse files Browse the repository at this point in the history
[EMBR-6577] Add redirect for public errors
  • Loading branch information
santileira authored Feb 14, 2025
2 parents 5ec35a3 + 1d98a18 commit cbb1daf
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,38 @@ const config: Config = {
to: "/features/traces",
from: "/features/performance-tracing",
},
{
to: "/data-destinations/chronosphere-setup",
from: "/code/da-unexpected-input-chronosphere-credentials",
},
{
to: "/data-destinations/elastic-setup",
from: "/code/da-unexpected-input-elastic-credentials",
},
{
to: "/data-destinations/grafana-cloud-setup",
from: "/code/da-unexpected-input-grafana_cloud-instance-id",
},
{
to: "/data-destinations/grafana-cloud-setup",
from: "/code/da-unexpected-input-grafana_cloud-api-key",
},
{
to: "/data-destinations/grafana-cloud-setup",
from: "/code/da-unexpected-input-grafana_cloud-credentials",
},
{
to: "/data-destinations/observe-setup",
from: "/code/da-unexpected-input-observe-credentials",
},
{
to: "/data-destinations/splunk",
from: "/code/da-unexpected-input-splunk-api-key",
},
{
to: "/data-destinations/splunk/",
from: "/code/da-unexpected-input-splunk-credentials",
},
],
},
],
Expand Down

0 comments on commit cbb1daf

Please sign in to comment.