Skip to content

Commit 70f9252

Browse files
committed
Remove redirects
1 parent 593f692 commit 70f9252

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/.vuepress/public/_redirects

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
/clients/http-api/generated/v5/docs/introduction/reading-streams.html /http-api/v5/#reading-streams-and-events 301
5454
/clients/http-api/generated/v5/docs/introduction/optimistic-concurrency-and-idempotence.html /http-api/v5/#optimistic-concurrency-and-idempotence 301
5555

56-
/clients/grpc/python /clients/grpc/python/getting-started.html 301
57-
/clients/grpc/rust /clients/grpc/rust/getting-started.html 301
58-
/clients/grpc/nodejs /clients/grpc/nodejs/getting-started.html 301
59-
/clients/grpc/java /clients/grpc/java/getting-started.html 301
60-
/clients/grpc/dotnet /clients/grpc/dotnet/getting-started.html 301
61-
/clients/grpc/go /clients/grpc/go/getting-started.html 301
56+
; /clients/grpc/python /clients/grpc/python/getting-started.html 301
57+
; /clients/grpc/rust /clients/grpc/rust/getting-started.html 301
58+
; /clients/grpc/nodejs /clients/grpc/nodejs/getting-started.html 301
59+
; /clients/grpc/java /clients/grpc/java/getting-started.html 301
60+
; /clients/grpc/dotnet /clients/grpc/dotnet/getting-started.html 301
61+
; /clients/grpc/go /clients/grpc/go/getting-started.html 301
6262

6363
/server/generated/v5/http-api/persistent-subscriptions.html /http-api/v5/persistent.html 301
6464
/server/generated/v5/http-api/reading-subscribing-events.html /http-api/v5/#reading-an-event-from-a-stream 301
@@ -237,7 +237,7 @@
237237

238238
# gRPC Clients from Vuepress v1 to v2
239239
/clients/grpc/subscribing-to-streams/* /clients/grpc/subscriptions.html 301
240-
/clients/grpc/:firstpart/* /clients/grpc/:firstpart.html 301
240+
; /clients/grpc/:firstpart/* /clients/grpc/:firstpart.html 301
241241

242242
# HTTP API from Vuepress v1 to v2
243243
/server/v5/docs/http-api/:firstpart.html /http-api/v5/ 301

import/repos.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
{
115115
"version": "Legacy v23.3",
116116
"name": "release/legacy/v23.3",
117+
"deprecated": true,
117118
"startPage": "getting-started.html"
118119
}
119120
]

0 commit comments

Comments
 (0)