Skip to content

Commit 18386a8

Browse files
authored
engine: change notice behavior (#852)
1 parent 4487fc9 commit 18386a8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

docs/.vuepress/configs/plugins/notices.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const notices: NoticePluginOptions = {
1212
path: "/clients/tcp/dotnet/21.2/",
1313
title: "This documentation is for the legacy TCP client",
1414
content: "This client is no longer supported because newer versions of EventStoreDB only support gRPC-based client protocol. Please use the latest client libraries.",
15-
confirm: true,
1615
actions: [
1716
{
1817
text: "Migration guide",
@@ -24,36 +23,30 @@ export const notices: NoticePluginOptions = {
2423
path: "/server/v5/",
2524
title: "This documentation is for the unsupported EventStoreDB version",
2625
content: "EventStoreDB v5 and below are out of support. Please migrate to the latest server version.",
27-
confirm: true,
2826
actions: [actionLatest]
2927
},
3028
{
3129
path: "/server/v23.10/",
3230
title: "EventStoreDB v23.10",
3331
content: "EventStoreDB v23.10 nearing end of life. Upgrade to the latest server version.",
34-
confirm: false,
35-
showOnce: true,
3632
actions: [actionLatest]
3733
},
3834
{
3935
path: "/server/v22.10/",
4036
title: "EventStoreDB v22.10",
4137
content: "EventStoreDB v22.10 is out of support. Upgrade to the latest server version.",
42-
confirm: true,
4338
actions: [actionLatest]
4439
},
4540
{
4641
path: "/server/v24.6/",
4742
title: "EventStoreDB v24.6",
4843
content: "EventStoreDB v24.6 is out of support. Upgrade to the latest server version.",
49-
confirm: true,
5044
actions: [actionLatest]
5145
},
5246
{
5347
path: "/server/v24.2/",
5448
title: "EventStoreDB v24.2",
5549
content: "EventStoreDB v24.2 is out of support. Upgrade to the latest server version.",
56-
confirm: true,
5750
actions: [actionLatest]
5851
}
5952
]

0 commit comments

Comments
 (0)