fix(docs): add new redirect (#29846)

This commit is contained in:
Charis
2024-10-16 08:11:13 -04:00
committed by GitHub
parent d45f25f502
commit e6dec497a7

View File

@@ -2806,6 +2806,14 @@ module.exports = [
source: '/docs/guides/platform/log-drains',
destination: '/docs/guides/monitoring-troubleshooting/log-drains',
},
{
// [Charis] This is a nice URL and I'm not 100% on permanently
// decommissioning it yet (cache-busting a permanent redirect could be a
// hassle if we ever resurrect it with new content)
permanent: false,
source: '/docs/guides/resources/examples',
destination: '/docs/guides/getting-started',
},
// marketing