Skip to content

Commit b43888a

Browse files
author
boonhapus
committed
Merge branch 'guides' into dev
2 parents 053f8a6 + 216d85c commit b43888a

File tree

6 files changed

+541
-7
lines changed

6 files changed

+541
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Before merging to `master`, ensure you have a commit bumping the version of the
227227
Once all changes are merged to `master`, two GitHub Action workflows will automatically run.
228228

229229
- [__to ensure the `updater/_bootstrapper.py` script functions__](.github/workflows/test-bootstrapper.yaml) across all supported architecture
230-
- [__to build and push the documentation__](.github/workflows/test-bootstrapper.yaml) out to __https://thoughtspot.github.io/cs_tools/__
230+
- [__to build and push the documentation__](.github/workflows/build-docs.yaml) out to __https://thoughtspot.github.io/cs_tools/__
231231

232232
\*\**note, the GitHub runner for testing the bootstrapper is flaky, and may need be run several times to before all jobs will succeed.*
233233

docs/guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Each of these guides are meant to help get you started in the right direction.
3535
[:point_right:   __Learn more__](process-archiver)
3636

3737

38-
- :octicons-git-merge-16:{ .lg .middle }   __TML Delpoyment CI/CD__
38+
- :octicons-git-merge-16:{ .lg .middle }   [__TML Delpoyment CI/CD__](process-vcs)
3939

4040
---
4141

4242
Manage your TML deployments across ThoughtSpot environments
4343

44-
:point_right:   __Learn more__
44+
[:point_right:   __Learn more__](process-vcs)
4545

4646
</div>

docs/guides/process-archiver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ from the system. This helps your users continue to find relevant, timely, and us
5454

5555
---
5656

57-
## Define a Process
57+
### Define a Process
5858

5959
!!! danger "Critical"
6060

@@ -78,7 +78,7 @@ saved during this time will be identified in your __ThoughtSpot__ cluster with t
7878

7979
---
8080

81-
## Communicate with Users
81+
### Communicate with Users
8282

8383
Let your Users know that their visualizations may be removed from the __ThoughtSpot__ platform.
8484

@@ -99,7 +99,7 @@ You should provide clear timelines to Users and aim for a 2 weeks notice before
9999

100100
---
101101

102-
## Clean Up the Cluster
102+
### Clean Up the Cluster
103103

104104
Run the `remove` command to delete any content which still has the `INACTIVE` tag.
105105

docs/guides/process-searchable.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ hide:
77

88
Use __ThoughtSpot__, on __ThoughtSpot__!
99

10+
See what your Users are up to in the __ThoughtSpot Adoption__ Liveboard. This dataset will help you understand what
11+
types of activities your users are engaging with in __ThoughtSpot__, as well as provide a view into the health of your
12+
queries.
13+
14+
Need to remove a column? The __Worksheet Column Utilization__ Liveboard can help! See exactly how many dependencies are
15+
downstream each column in your system. This is also a great place to quickly check the Column Settings to determine if
16+
your Worksheets are properly configured for a good Search and Spotter experience!
17+
1018
??? tinm "There is No Magic!"
1119

1220
Remember, __CS Tools__ wraps the __ThoughtSpot__ [__REST APIs__][ts-rest-v2]. This tool uses the following endpoints.

0 commit comments

Comments
 (0)