This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
mkdocs.yml
159 lines (151 loc) · 7.78 KB
/
mkdocs.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
site_name: Qlik Core
theme:
name: 'material'
logo: '/images/qlik-logo-color.svg'
custom_dir: 'theme'
favicon: 'images/favicon.ico'
font:
text: 'Source Sans Pro'
code: 'Roboto Mono'
# 404 page
static_templates:
- 404.html
site_description: 'Qlik Core is an analytics development platform built around the
Qlik Associative Engine and Qlik-authored open source libraries.'
extra_css:
- 'stylesheets/custom-style.css'
- 'stylesheets/downloads.css'
- 'stylesheets/star-rating.css'
extra_javascript:
- 'javascripts/extra.js'
- 'https://unpkg.com/[email protected]/enigma.min.js'
- 'javascripts/downloads.js'
- 'javascripts/star-rating.js'
- 'javascripts/submit-textbox.js'
extra:
social:
- type: 'github'
link: 'https://github.com/qlik-oss/core-website'
- type: 'slack'
link: 'http://qlikbranch-slack-invite.herokuapp.com/'
- type: 'code-fork'
link: 'https://branch.qlik.com'
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets:
base_path: ./
- codehilite:
guess_lang: false
- toc:
permalink: true
plugins:
- search
strict: true
repo_name: 'qlik-oss/core-website'
repo_url: 'https://github.com/qlik-oss/core-website'
edit_uri: edit/master/docs
google_analytics: ['GTM-P7VJSX', 'auto']
nav:
- Home: index.md
- Why Qlik Core?: why-qlik-core.md
- Get Started: get-started.md
- Downloads: downloads.md
- Pricing: licensing.md
- EULA: eula.md
- Use Cases: use-cases.md
- Tutorials:
- Hello Engine: tutorials/hello-engine.md
- Hello Data: tutorials/hello-data.md
- Hello Visualization: tutorials/hello-visualization.md
- Orchestration: tutorials/orchestration.md
- Authorization: tutorials/authorization.md
- Data Loading:
- Local Files: tutorials/data-loading/local-files.md
- Remote Files: tutorials/data-loading/remote-files.md
- Databases: tutorials/data-loading/databases.md
- Tooling:
- Overview: tooling/overview.md
- corectl: tooling/corectl.md
- catwalk: tooling/catwalk.md
- Services:
- Overview: services/services.md
- Qlik Associative Engine:
- Introduction: services/qix-engine/introduction.md
- Access Control: services/qix-engine/access-control.md
- Document Synchronization: services/qix-engine/doc-synchronization.md
- Logging: services/qix-engine/logging.md
- Resource Management: services/qix-engine/resource-management.md
- QIX API:
- Introduction: services/qix-engine/apis/qix/introduction.md
- Definitions: services/qix-engine/apis/qix/definitions.md
- Global: services/qix-engine/apis/qix/global.md
- Doc: services/qix-engine/apis/qix/doc.md
- Generic Object: services/qix-engine/apis/qix/genericobject.md
- Generic Bookmark: services/qix-engine/apis/qix/genericbookmark.md
- Generic Dimension: services/qix-engine/apis/qix/genericdimension.md
- Generic Measure: services/qix-engine/apis/qix/genericmeasure.md
- Generic Variable: services/qix-engine/apis/qix/genericvariable.md
- Field: services/qix-engine/apis/qix/field.md
- Variable: services/qix-engine/apis/qix/variable.md
- File Connector API:
- Introduction: services/qix-engine/apis/file-loading/introduction.md
- API Specification: services/qix-engine/apis/file-loading/file-connector-api.md
- Data Connector API:
- Introduction: services/qix-engine/apis/data-loading/introduction.md
- API Specification: services/qix-engine/apis/data-loading/data-connector-api.md
- Analytical Connector API:
- Introduction: services/qix-engine/apis/server-side-extension/introduction.md
- API Specification: services/qix-engine/apis/server-side-extension/analytical-connector-api.md
- Rest API: services/qix-engine/apis/rest/qlik-associative-engine-api.md
- Load Script Reference:
- Introduction: services/qix-engine/script_reference/introduction.md
- Script syntax:
- Error variables: services/qix-engine/script_reference/error.md
- Operators: services/qix-engine/script_reference/operators.md
- Control statements: services/qix-engine/script_reference/script_control.md
- Regular statements: services/qix-engine/script_reference/Script_regular_statements.md
- Prefixes: services/qix-engine/script_reference/script_prefix.md
- Variables:
- Overview: services/qix-engine/script_reference/variables.md
- Number: services/qix-engine/script_reference/number_variables.md
- Value handling: services/qix-engine/script_reference/value_handling_variables.md
- Script functions:
- Aggregation Functions:
- Basic Aggregation Functions: services/qix-engine/script_reference/basic_aggregation_functions.md
- Counter Aggregation Functions: services/qix-engine/script_reference/counter_aggregation_functions.md
- Financial Aggregation Functions: services/qix-engine/script_reference/financial_aggregation_functions.md
- Statistical Aggregation Functions: services/qix-engine/script_reference/statistical_aggregation_functions.md
- Statistical Test Functions: services/qix-engine/script_reference/statistical_test_functions.md
- String Aggregation Functions: services/qix-engine/script_reference/string_aggregation_functions.md
- Color Functions: services/qix-engine/script_reference/color_functions.md
- Conditional Functions: services/qix-engine/script_reference/conditional_functions.md
- Counter Functions: services/qix-engine/script_reference/counter_functions.md
- Date And Time Functions: services/qix-engine/script_reference/date_and_time_functions.md
- Exponential And Logarithmic Functions: services/qix-engine/script_reference/exponential_and_logarithmic_functions.md
- File Functions: services/qix-engine/script_reference/file_functions.md
- Financial Functions: services/qix-engine/script_reference/financial_functions.md
- Formatting Functions: services/qix-engine/script_reference/formatting_functions.md
- General Numeric Functions: services/qix-engine/script_reference/general_numeric_functions.md
- Geospatial Functions: services/qix-engine/script_reference/geospatial_functions.md
- Interpretation Functions: services/qix-engine/script_reference/interpretation_functions.md
- Inter-Record Functions: services/qix-engine/script_reference/inter-record_functions.md
- Logical Functions: services/qix-engine/script_reference/logical_functions.md
- Mapping Functions: services/qix-engine/script_reference/mapping_functions.md
- Mathematical Functions: services/qix-engine/script_reference/mathematical_functions.md
- NULL Functions: services/qix-engine/script_reference/NULL_functions.md
- Range Functions: services/qix-engine/script_reference/range_functions.md
- Statistical Distribution Functions: services/qix-engine/script_reference/statistical_distribution_functions.md
- String Functions: services/qix-engine/script_reference/string_functions.md
- System Functions: services/qix-engine/script_reference/system_functions.md
- Table Functions: services/qix-engine/script_reference/table_functions.md
- Trigonometric And Hyperbolic Functions: services/qix-engine/script_reference/trigonometric_and_hyperbolic_functions.md
- License: services/licenses.md
- Mira: services/mira.md
- Conventions:
- Introduction: conventions/introduction.md
- API Strategy: conventions/api-strategy.md
- Logging: conventions/logging.md
- Metrics: conventions/metrics.md
- Third Party Licenses: third-party-licenses.md