-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy path_config0.yml
135 lines (116 loc) · 3.51 KB
/
_config0.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Site Settings
locale : "en"
destination : ./_site
output : web
baseurl : /6.0
# Used to designate the current version. Edit when a new version is released
current_version : "6.0"
# used for conditional content filtering
description : "Documentation for the ThoughtSpot BI product. ThoughtSpot is a business intelligence and big data analytics platform that helps you explore, analyze and share real-time business analytics data easily."
twitter : thoughtspot
url : https://docs.thoughtspot.com
# the base hostname & protocol for the site
repository : thoughtspot/thoughtspot.github.io
# GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
repo : thoughtspot.github.io
github_editme_path : thoughtspot/thoughtspot.github.io/blob
# topnav_title : ThoughtSpot® Documentation -- REMOVED IN FAVOR OF image
# appears on the top navigation bar next to the home button
site_title : ThoughtSpot
# appears in the browser tab - seen mostly by search engines, not users
company_name : ThoughtSpot
# this appears in the footer
timezone : America/Tijuana
google_analytics : UA-108077926-1
# if you have google-analytics ID, put it in. if not, edit this value to blank.
# Plugins
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
# Files and directories that jekyll will exclude from the build output
exclude:
- .idea/
- .gitignorecat
- Dockerfile
- Gemfile
- Gemfile.lock
- README.md
- SUMMARY.md
- about.md
- original.txt
- build-site.sh
- pdf-all.sh
- pdf-mydoc.sh
- pdf-product1.sh
- pdf-product2.sh
- update.sh
include:
- images
- index.html
# File Formatting
# Markdown processor. Kramdown differs from github-flavored markdown in some subtle ways
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# Colleciton Settings
collections:
admin:
output: true
advanced-search:
output: true
app-integrate:
output: true
appliance:
output: true
complex-search:
output: true
data-connect:
output: true
data-integrate:
output: true
disaster-recovery:
output: true
end-user:
output: true
error-codes:
output: true
reference:
output: true
release:
output: true
spotiq:
output: true
tooltips:
output: true
faq:
output: true
defaults:
- values:
layout: "page"
comments: true
search: true
sidebar: mydoc_sidebar
topnav: topnav
# these are defaults used for the frontmatter for these file types
sidebars:
- home_sidebar
- mydoc_sidebar
- other
# FEEDBACK Settings
#feedback_subject_line: Documentation Feedback
#feedback_email: [email protected] # used as a contact email for the Feedback link in the top navigation bar
feedback_disable: true # if you uncomment the Feedback link gets removed
# feedback_text: "Need help?" # uncomment to set the Feedback text
# feedback_link: "http://helpy.io/"
# if you uncomment the previous line, it changes where the feedback link points to
# Local Preview Settings
host: 127.0.0.1
# the preview server used. Leave as is.
port: 4000
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.