Skip to content

Commit d7a4323

Browse files
authored
feat(docs): hide v3.3 from version dropdown (#1608)
1 parent 9567d58 commit d7a4323

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

src/constants/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const VERSIONS_GROUPS = {
33
STABLE_VERSION: "3.6",
44
LEGACY_VERSIONS: ["3.5", "3.4"],
55
DEV_PREVIEW_VERSION: "3.7",
6-
DEPRECATED_VERSIONS: ["3.3"],
7-
ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "3.3"],
6+
DEPRECATED_VERSIONS: [],
7+
ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4"],
88
},
99
"chat-widget": {
1010
STABLE_VERSION: "4.0",
@@ -17,8 +17,8 @@ const VERSIONS_GROUPS = {
1717
STABLE_VERSION: "3.6",
1818
LEGACY_VERSIONS: ["3.5", "3.4", "2.0"],
1919
DEV_PREVIEW_VERSION: "3.7",
20-
DEPRECATED_VERSIONS: ["3.3"],
21-
ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "3.3", "2.0"],
20+
DEPRECATED_VERSIONS: [],
21+
ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "2.0"],
2222
},
2323
"customer-accounts-api": {
2424
STABLE_VERSION: "2.0",

src/pages/data-reporting/reports-api/v3.3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Reports API"
66
tagline: "Access and extract data from Reports."
77
desc: "See how you can access and extract data from Reports with the use of Reports API."
88
versionGroup: "data-reporting"
9-
apiVersion: "3.3"
9+
apiVersion: ""
1010
robots: "noindex"
1111
---
1212

src/pages/management/configuration-api/v3.3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Configuration API"
66
subtitle: "Commands & Methods List"
77
tagline: "Set up webhooks, create Bots or properties."
88
desc: "Reach out for the Configuration API to create Bots, webhooks, or properties. Check types of features and available methods."
9-
apiVersion: "3.3"
9+
apiVersion: ""
1010
robots: "noindex"
1111
---
1212

src/pages/management/webhooks/v3.3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: "webhooks"
55
title: "Webhooks"
66
tagline: "The refrence of LiveChat webhooks."
77
desc: "The refrence of available LiveChat webhooks. Use webhooks to build automated flows in your integrations."
8-
apiVersion: "3.3"
8+
apiVersion: ""
99
robots: "noindex"
1010
---
1111

src/pages/messaging/agent-chat-api/v3.3/data-structures/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: "agent-chat-api"
55
title: "Data structures"
66
tagline: "The reference of LiveChat data structures."
77
desc: "The reference of LiveChat data structures. Here, you can review the event and user objects, as well as other common structures."
8-
apiVersion: "3.3"
8+
apiVersion: ""
99
robots: "noindex"
1010
---
1111

src/pages/messaging/agent-chat-api/v3.3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: "agent-chat-api"
55
title: "Web API Reference"
66
tagline: "Interact with the chat as an Agent."
77
desc: "Build powerful Text integrations with an open messaging protocol. Use the Agent Chat Web API to send messages and manage access and properties."
8-
apiVersion: "3.3"
8+
apiVersion: ""
99
robots: "noindex"
1010
---
1111

src/pages/messaging/agent-chat-api/v3.3/rtm-pushes/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: "agent-chat-api"
55
title: "RTM pushes"
66
tagline: "The reference of LiveChat RTM API pushes."
77
desc: "This document contains a reference of LiveChat RTM API pushes."
8-
apiVersion: "3.3"
8+
apiVersion: ""
99
robots: "noindex"
1010
---
1111

src/pages/messaging/agent-chat-api/v3.3/rtm-reference/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: "agent-chat-api"
55
title: "RTM API Reference"
66
tagline: "Interact with the chat as an Agent."
77
desc: "Build powerful LiveChat integrations with an open messaging protocol. Use the Agent Chat RTM API to send messages, manage access and properties."
8-
apiVersion: "3.3"
8+
apiVersion: ""
99
robots: "noindex"
1010
---
1111

src/pages/messaging/customer-chat-api/v3.3/data-structures/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: "customer-chat-api"
55
title: "Data structures"
66
tagline: "The reference of LiveChat data structures."
77
desc: "Check the reference of LiveChat data structures. Here, you can review the event and user objects, as well as other common structures."
8-
apiVersion: "3.3"
8+
apiVersion: ""
99
robots: "noindex"
1010
---
1111

src/pages/messaging/customer-chat-api/v3.3/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: "customer-chat-api"
55
title: "Web API Reference"
66
tagline: "Interact with the chat as a Customer."
77
desc: "Use the Customer Chat Web API v3.3 to interact as a Customer."
8-
apiVersion: "3.3"
8+
apiVersion: ""
99
robots: "noindex"
1010
---
1111

0 commit comments

Comments
 (0)