Skip to content

Commit e8d7f8a

Browse files
committed
final version dropdown edits
1 parent a9ad3c3 commit e8d7f8a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

src/configs/doc-configs.js

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,19 @@ module.exports = {
4747
DEV: 'dev',
4848
},
4949
VERSION_DROPDOWN: [
50-
{
50+
{
5151
label: '26.3.0.cl',
5252
link: ' ',
5353
subLabel: 'Cloud (Latest)',
5454
iframeUrl: 'https://developer-docs-26-3-0-cl.vercel.app/docs/',
5555
},
5656
{
57-
label: '26.3.0.cl',
58-
link: '26.3.0.cl',
59-
subLabel: 'Cloud (Coming soon)',
60-
iframeUrl: 'https://developer-docs-26-3-0-cl.vercel.app/docs/',
57+
label: '26.2.0.cl',
58+
link: '26.2.0.cl',
59+
subLabel: 'Cloud',
60+
iframeUrl: 'https://developer-docs-26-2-0-cl.vercel.app/docs/',
6161
},
62+
6263
{
6364
label: '10.15.0.cl',
6465
link: '10.15.0.cl',
@@ -71,12 +72,6 @@ module.exports = {
7172
subLabel: 'Cloud',
7273
iframeUrl: 'https://developer-docs-10-14-0-cl.vercel.app/docs/',
7374
},
74-
{
75-
label: '10.13.0.cl',
76-
link: '10.13.0.cl',
77-
subLabel: 'Cloud',
78-
iframeUrl: 'https://developer-docs-10-13-0-cl.vercel.app/docs/',
79-
},
8075
{
8176
label: '10.10.0.sw',
8277
link: '10.10.0.sw',

0 commit comments

Comments
 (0)