Skip to content

Commit 58682b1

Browse files
committed
Update from source repository
1 parent 82434f9 commit 58682b1

File tree

2,803 files changed

+290117
-132561
lines changed

Some content is hidden

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

2,803 files changed

+290117
-132561
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/build/
2-
/node_modules/
3-
/.idea/
41
.DS_Store
5-
/docs/
6-
/cloud/
2+
.idea
3+
.cache
4+
node_modules
5+
build

antora-playbook.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
site:
2+
title: ThoughtSpot Software
3+
url: https://geomp-thoughtspot.vercel.app
4+
start_page: software::index.adoc
5+
content:
6+
sources:
7+
# embedding empty credentials in the URL disables the Edit this Page link for any page created from this repository
8+
- url: [email protected]:thoughtspot/thoughtspot-docs.git
9+
# Software docs branches
10+
branches: ['geomaps-sw']
11+
start_path: software/
12+
ui:
13+
bundle:
14+
url: ui-bundle/ui2-bundle.zip
15+
supplemental_files:
16+
- path: .nojekyll
17+
- path: ui.yml
18+
contents: "static_files: [ .nojekyll ]"
19+
snapshot: true
20+
asciidoc:
21+
attributes:
22+
software: true
23+
cloud: false
24+
tabs: tabs
25+
support-url: https://community.thoughtspot.com/customers/s/contactsupport[ThoughtSpot Support^]
26+
extensions:
27+
- "@djencks/asciidoctor-tabset-block"
28+
29+
output:
30+
clean: true
31+
dir: build

js/jquery.shuffle.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,4 +1585,4 @@ $.fn.sorted.defaults = {
15851585

15861586
return Shuffle;
15871587

1588-
});
1588+
});

lib/05-tabset.js

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

netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build.environment]
2+
CI = "true"
3+
NODE_VERSION = "10"
4+
NPM_CONFIG_OPTIONAL = "false"
5+
ANTORA_CACHE_DIR = "node_modules/.cache/antora"
6+
7+
[build]
8+
command = "node_modules/.bin/antora playbook.yml --stacktrace"

0 commit comments

Comments
 (0)