Skip to content

Commit ff20d67

Browse files
docs publication prelim
1 parent 045e27c commit ff20d67

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

modules/ROOT/pages/whats-new.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
This page lists new features, enhancements, and deprecated functionality in ThoughtSpot Embedded instances.
1010

11+
== Version 26.4.0.cl
12+
13+
ThoughtSpot Cloud 26.4.0.cl release version is now available! For information about the new features and enhancements introduced in this release, see link:https://developers.thoughtspot.com/docs/26.4.0.cl?pageid=whats-new[26.3.0.cl Developer Documentation, windows=_blank].
14+
1115
== Version 26.3.0.cl
1216

1317
=== ThoughtSpot integration with Amazon S3 storage for webhook delivery

src/configs/doc-configs.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module.exports = {
2222
// 'https://developers.thoughtspot.com/docs/26.3.0.cl?pageid=whats-new'
2323
// - GA: ' /docs/whats-new'
2424
//linkHref: '/docs/whats-new',
25-
linkHref: '/docs/26.3.0.cl?pageid=whats-new',
26-
linkText: 'Version 26.3.0.cl',
25+
linkHref: '/docs/26.4.0.cl?pageid=whats-new',
26+
linkText: 'Version 26.4.0.cl',
2727
openInNewTab: true,
2828
},
2929
TYPE_DOC_PREFIX: 'typedoc',
@@ -47,11 +47,17 @@ 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/',
55+
},
56+
{
57+
label: '26.4.0.cl',
58+
link: '26.4.0.cl',
59+
subLabel: 'Coming soon',
60+
iframeUrl: 'https://developer-docs-26-4-0-cl.vercel.app/docs/',
5561
},
5662
{
5763
label: '26.2.0.cl',

0 commit comments

Comments
 (0)