Skip to content

Commit

Permalink
SCAL-198317 Renaming in SDK (#1095)
Browse files Browse the repository at this point in the history
* SCAL-198317 Renaming in SDK

* SCAL-198317 old-keywords

* SCAL-198317 everywhere-embedded-renaming
  • Loading branch information
yinstardev committed May 14, 2024
1 parent 5641012 commit b554481
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ There are a few options here:
3. The clover bank demo [app](https://github.com/ts-blink/clover-bank).

Once the changes are made and tests are written, raise a PR against the `main` branch of this repo. Please make sure to include
the `JIRA` id in the commit message. Request members on the TSE team to review your PR. The sanity tests should run automatically.
the `JIRA` id in the commit message. Request members on the ThoughtSpot Embedded team to review your PR. The sanity tests should run automatically.
Once everything is complete, you should be able to merge the PR.


4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ console.log(getPath(config.DOC_REPO_NAME));
module.exports = {
pathPrefix: getPath(config.DOC_REPO_NAME),
siteMetadata: {
title: 'tseverywhere-docs',
title: 'tsembedded-docs',
},
plugins: [
'gatsby-plugin-sass',
Expand Down Expand Up @@ -165,7 +165,7 @@ module.exports = {
{
resolve: 'gatsby-plugin-manifest',
options: {
name: 'ThoughtSpot Everywhere Documentation',
name: 'ThoughtSpot Embedded Documentation',
short_name: 'Documentation',
icon: `${__dirname}/docs/src/assets/icons/favicon.png`,
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"keywords": [
"thoughtspot",
"everywhere",
"embedded",
"embed",
"sdk",
"analytics"
Expand Down
2 changes: 1 addition & 1 deletion src/embed/sage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface SageViewConfig
showObjectResults?: boolean;
/**
* flag used by the TS product tour page to show the blue search bar
* even after the search is completed. This is different from TSE Sage Embed
* even after the search is completed. This is different from Thoughtspot Embedded Sage Embed
* experience where it mimics closer to the non-embed case.
* The Sample questions container is collapsed when this value is set after
* does a search.
Expand Down

0 comments on commit b554481

Please sign in to comment.