Skip to content

Commit a7bdb56

Browse files
committed
SCAL-315581 - stackblitz boxes
1 parent 861a980 commit a7bdb56

42 files changed

Lines changed: 145 additions & 235 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codesandbox/tasks.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

.stackblitzrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"installDependencies": true,
3+
"startCommand": "npm run dev"
4+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ All examples must comply with the following format:
4040
- It must have a `.gitignore` similar to [utilities/plop-templates/ts/.gitignore](./utilities/plop-templates/ts/.gitignore)
4141

4242
- It must have a `README.md` similar to [utilities/plop-templates/ts/README.md](./plop-templates/example/README.md). The example has to include the following:
43-
- A codesandbox demo URL (all examples are viewable as a codesandbox at `https://githubbox.com/thoughtspot/developer-examples/tree/main/<path>/<to>/<example>`).
43+
- A StackBlitz demo URL (all examples are viewable on StackBlitz at `https://stackblitz.com/github/thoughtspot/developer-examples/tree/main/<path>/<to>/<example>`).
4444

4545
- Link to the relevant documentation for the features, the example is trying to showcase.
4646

rest-api/import-user-multiple-orgs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rest-api/create-user-cross-org/
5252

5353
## Demo
5454

55-
Open in [Codesandbox](https://githubbox.com/thoughtspot/developer-examples/tree/main/rest-api/create-user-cross-org)
55+
Open in [StackBlitz](https://stackblitz.com/github/thoughtspot/developer-examples/tree/main/rest-api/create-user-cross-org)
5656

5757
## Documentation
5858

rest-api/jwt-filter-rules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rest-api/jwt-filter-rules/
5656

5757
## Demo
5858

59-
Open in [Codesandbox](https://githubbox.com/thoughtspot/developer-examples/tree/main/rest-api/jwt-filter-rules)
59+
Open in [StackBlitz](https://stackblitz.com/github/thoughtspot/developer-examples/tree/main/rest-api/jwt-filter-rules)
6060

6161
## Documentation
6262

rest-api/trusted-auth-server-python/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Include, but not limited to:
99

1010
## Demo
1111

12-
Open in [Codesandbox](https://githubbox.com/thoughtspot/developer-examples/tree/main/rest-api/trusted-auth-python)
12+
Open in [StackBlitz](https://stackblitz.com/github/thoughtspot/developer-examples/tree/main/rest-api/trusted-auth-python)
1313

1414
## Documentation
1515

rest-api/trusted-auth-server-typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Include, but not limited to:
99

1010
## Demo
1111

12-
Open in [Codesandbox](https://githubbox.com/thoughtspot/developer-examples/tree/main/rest-api/trusted-auth-server)
12+
Open in [StackBlitz](https://stackblitz.com/github/thoughtspot/developer-examples/tree/main/rest-api/trusted-auth-server)
1313

1414
## Documentation
1515

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"installDependencies": true,
3+
"startCommand": "npm start",
4+
"env": {
5+
"THOUGHTSPOT_HOST": "https://training.thoughtspot.cloud",
6+
"DEMO_USERNAME": "code-sandbox",
7+
"DEMO_USER_PASSWORD": "3mbed+#3xplz"
8+
}
9+
}

rest-api/typescript-sdk/express-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ app.listen(3000);
6161

6262
## Demo
6363

64-
Open in [Codesandbox](https://githubbox.com/thoughtspot/developer-examples/tree/main/rest-api/typescript-sdk/express-example)
64+
Open in [StackBlitz](https://stackblitz.com/github/thoughtspot/developer-examples/tree/main/rest-api/typescript-sdk/express-example)
6565

6666
## Documentation
6767

rest-api/typescript-sdk/react-rest-api/.codesandbox/tasks.json

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)