From 7a053447108c551a941e60f0645c67a32a9b8ede Mon Sep 17 00:00:00 2001 From: Ruchi Anand Date: Wed, 23 Apr 2025 11:46:09 +0530 Subject: [PATCH 1/3] doc change --- typedocConverter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typedocConverter.json b/typedocConverter.json index ce6f4a701..04404ac38 100644 --- a/typedocConverter.json +++ b/typedocConverter.json @@ -1,4 +1,4 @@ { - "branch": "main", - "typeDocFilePath": "https://raw.githubusercontent.com/thoughtspot/visual-embed-sdk/{branch}/static/typedoc/typedoc.json" + "branch": "SCAL-246794", + "typeDocFilePath": "https://raw.githubusercontent.com/thoughtspot/visual-embed-sdk/SCAL-246794/static/typedoc/typedoc.json" } From d2a96b78391b36ea4234077b63e810a11fde391d Mon Sep 17 00:00:00 2001 From: Ruchi Anand Date: Thu, 24 Apr 2025 14:14:32 +0530 Subject: [PATCH 2/3] Renamed ConversationEmbed --- modules/ROOT/pages/embed-spotter.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/embed-spotter.adoc b/modules/ROOT/pages/embed-spotter.adoc index 12d9f7f20..0f6ced747 100644 --- a/modules/ROOT/pages/embed-spotter.adoc +++ b/modules/ROOT/pages/embed-spotter.adoc @@ -85,7 +85,7 @@ init({ }); ---- -== Create an instance of ConversationEmbed object +== Create an instance of SpotterEmbed object Create an instance of the `ConversationEmbed` object and specify the data source ID. Optionally, you can specify the search query string to generate a chart or table at load time. From 7f973f7a067fc77d40edaf5d7fb2bed096e685ff Mon Sep 17 00:00:00 2001 From: ShashiSubramanya <76986173+ShashiSubramanya@users.noreply.github.com> Date: Tue, 27 May 2025 20:57:12 +0530 Subject: [PATCH 3/3] Update typedocConverter.json branch name revert --- typedocConverter.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typedocConverter.json b/typedocConverter.json index 04404ac38..ce6f4a701 100644 --- a/typedocConverter.json +++ b/typedocConverter.json @@ -1,4 +1,4 @@ { - "branch": "SCAL-246794", - "typeDocFilePath": "https://raw.githubusercontent.com/thoughtspot/visual-embed-sdk/SCAL-246794/static/typedoc/typedoc.json" + "branch": "main", + "typeDocFilePath": "https://raw.githubusercontent.com/thoughtspot/visual-embed-sdk/{branch}/static/typedoc/typedoc.json" }