Fix redirects for streaming ingestion (#15943)

This commit is contained in:
Katya Macedo 2024-02-22 11:04:19 -06:00 committed by GitHub
parent cc5964fbcb
commit f37d019fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 2 deletions

View File

@ -120,12 +120,19 @@ const Redirects=[
"/docs/latest/development/community-extensions/rabbitmq.html",
"/docs/latest/development/kafka-simple-consumer-firehose.html",
"/docs/latest/development/extensions-core/kafka-supervisor-operations.html",
"/docs/latest/development/extensions-core/kafka-supervisor-reference.html"
"/docs/latest/development/extensions-core/kafka-supervisor-reference.html",
"/docs/latest/development/extensions-core/kafka-ingestion.html",
"/docs/latest/development/extensions-core/kafka-supervisor-operations",
"/docs/latest/development/extensions-core/kafka-supervisor-reference",
"/docs/latest/development/extensions-core/kafka-ingestion"
],
"to": "/docs/latest/ingestion/kafka-ingestion"
},
{
"from": "/docs/latest/development/extensions-core/kinesis-ingestion.html",
"from": [
"/docs/latest/development/extensions-core/kinesis-ingestion.html",
"/docs/latest/development/extensions-core/kinesis-ingestion"
],
"to": "/docs/latest/ingestion/kinesis-ingestion"
},
{