Skip to content

Commit dd4a3c0

Browse files
committed
Update from source repository
1 parent 42af7f9 commit dd4a3c0

File tree

800 files changed

+202602
-1553
lines changed

Some content is hidden

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

800 files changed

+202602
-1553
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
.cache
44
node_modules
55
build
6+
ui-bundle
7+
software

404.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "Page Not Found"
3+
search: exclude
4+
---
5+
6+
The page you are trying to view does not exist. Sorry.
7+
8+
You may locate the information you need by finding it in ***Search*** \(look up and to the right\), or by selecting an older ***Version*** of our documentation \(second from the right, next to Search\). Also, check if your original URL looks correct.
9+
10+
<!--
11+
![](TS-Symbol-Black.png =250x "Documentation Home")](http://docs.thoughtspot.com)-->

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# ThoughtSpot Cloud, Software, and Mobile documentation repository
2-
3-
© COPYRIGHT 2025 THOUGHTSPOT, INC. ALL RIGHTS RESERVED.
4-
These documents may not, in whole or in part, be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form without prior consent in writing from ThoughtSpot, Inc.
1+
# thoughtspot-docs

all_branches.txt

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

antora-playbook.yml

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,41 @@
11
site:
2-
title: ThoughtSpot Software
3-
url: http://docs.thoughtspot.com/thoughtspot-docs/
2+
title: ThoughtSpot Cloud
3+
url: https://analyst-studio-preview.netlify.app
4+
start_page: studio::index.adoc
45
content:
56
sources:
67
# embedding empty credentials in the URL disables the Edit this Page link for any page created from this repository
7-
- url: .
8-
branches: HEAD
9-
start_path: home
108
- url: [email protected]:thoughtspot/thoughtspot-docs.git
11-
branches: ['6.1', '6.2', '6.3']
12-
start_paths:
13-
- software/
9+
# Cloud docs branches
10+
branches: [ 'mode-a-studio']
11+
start_path: studio/
12+
urls:
13+
html_extension_style: drop
14+
latest_version_segment_strategy: redirect:to
15+
latest_version_segment: latest
1416
ui:
1517
bundle:
16-
url: build/ui-bundle.zip
18+
url: ui-bundle/ui2-bundle.zip
1719
supplemental_files:
1820
- path: .nojekyll
1921
- path: ui.yml
2022
contents: "static_files: [ .nojekyll ]"
2123
snapshot: true
2224
asciidoc:
2325
attributes:
24-
software: true
25-
cloud: false
26+
page-company: ThoughtSpot
2627
tabs: tabs
28+
product: Analyst Studio
29+
support-url: https://community.thoughtspot.com/customers/s/contactsupport[ThoughtSpot Support^]
30+
seekwell: SeekWell
31+
cl-subscription-agreement: https://www.thoughtspot.com/legal/thoughtspot-cloud-subscription-agreement[subscription agreement^]
2732
extensions:
28-
- "@djencks/asciidoctor-tabset-block"
33+
- '@asciidoctor/tabs'
2934

3035
output:
3136
clean: true
32-
dir: build/software
37+
dir: build
3338
runtime:
3439
fetch: true
40+
log:
41+
level: error

antora.yml

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

0 commit comments

Comments
 (0)