forked from TIBCOSoftware/snappydata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
325 lines (318 loc) · 22.2 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
site_name: SnappyData Documentation
site_url: http://www.snappydata.io
site_description: Project documentation for SnappyData
site_author: SnappyData Team
site_favicon: favicon.ico
repo_url: https://github.com/SnappyDataInc/snappydata
pages:
# this file may just be the [toc] tag .. not sure if that works.
#
- Overview: index.md
# - Introduction: snappyIntroduction.md
- 'Getting Started in 5 minutes or Less': 'quickstart.md'
- 'Getting Started in 5 minutes or Less':
- 'Getting Started with your Spark Distribution': 'quickstart/getting_started_with_your_spark_distribution.md'
- 'Getting Started by Installing SnappyData On-Premise': 'quickstart/getting_started_by_installing_snappydata_on-premise.md'
- 'Getting Started with Docker Image': 'quickstart/getting_started_with_docker_image.md'
- 'Using Spark Scala APIs': 'quickstart/using_spark_scala_apis.md'
- 'SnappyData Performance:16x-20x faster than Apache Spark': 'quickstart/performance_apache_spark.md'
- 'Using SQL': 'quickstart/using_sql.md'
- 'Download and Install': 'install.md'
- 'Download and Install':
- System Requirements: 'install/system_requirements.md'
- 'Install On-Premise': 'install/install_on_premise.md'
- 'Setting up Cluster on Amazon Web Services': 'install/setting_up_cluster_on_amazon_web_services.md'
- 'Building from Source': 'install/building_from_source.md'
- 'Upgrade Instructions (1.0.0 to 1.0.1)': 'install/upgrade.md'
#- 'Migration Guide': 'migration/migration.md'
#- 'Migration Guide':
# - 'Manually Upgrading from GemFire XD 1.4.x to SnappyData RowStore 1.0': 'migration/upgrade_gemfirexd_standalone.md'
# - 'Manually Upgrading from SQLFire 1.1.x to SnappyData RowStore 1.0': 'migration/upgrade_sqlfire_standalone.md'
# - 'Migrating from Version 0.8 to Version 0.9': 'migration/migration-0.8-0.9.md'
# - 'Migrating from Version 0.9 to Version 1.0.0-RC1 Release': 'migration/migration-0.9-01_rc.md'
#---
# 1.0 - 'Concepts': 'concepts.md'
# 1.0 - 'Concepts':
# 1.0 - 'Detecting and Handling Network Segmentation ("Split Brain")': 'concepts/network_partition.md'
- 'How Tos': 'howto.md'
- 'How Tos':
- 'How to Start a SnappyData Cluster': 'howto/start_snappy_cluster.md'
- 'How to Check the Status of a SnappyData Cluster': 'howto/check_status_cluster.md'
- 'How to Stop a SnappyData Cluster': 'howto/stop_snappy_cluster.md'
- 'How to Run Spark Job inside the Cluster': 'howto/run_spark_job_inside_cluster.md'
- 'How to Access SnappyData Store from existing Spark Installation using Smart Connector': 'howto/spark_installation_using_smart_connector.md'
- 'How to Use Snappy SQL shell (snappy-sql)': 'howto/use_snappy_shell.md'
- 'How to Create Row Tables and Run Queries': 'howto/create_row_tables_and_run_queries.md'
- 'How to Create Column Tables and Run Queries': 'howto/create_column_tables_and_run_queries.md'
- 'How to Load Data into SnappyData Tables': 'howto/load_data_into_snappydata_tables.md'
- 'How to Load Data from External Data Stores (e.g. HDFS, Cassandra, Hive, etc)': 'howto/load_data_from_external_data_stores.md'
- 'How to Perform a Colocated Join': 'howto/perform_a_colocated_join.md'
- 'How to Connect using JDBC Driver': 'howto/connect_using_jdbc_driver.md'
- 'How to Store and Query JSON Objects': 'howto/store_and_query_json_objects.md'
- 'How to Store and Query Objects': 'howto/store_and_query_objects.md'
- 'How to use Stream Processing with SnappyData': 'howto/use_stream_processing_with_snappydata.md'
- 'How to use Transactions Isolation Levels': 'howto/use_transactions_isolation_levels.md'
- 'How to use Synopsis Data Engine to Run Approximate Queries': 'howto/use_synopsis_data_engine_to_run_approximate_queries.md'
- 'How to use Python to Create Tables and Run Queries': 'howto/use_python_to_create_tables_and_run_queries.md'
- 'How to Connect using ODBC Driver': 'howto/connect_using_odbc_driver.md'
- 'How to Connect to the Cluster from External Network': 'howto/connect_to_the_cluster_from_external_clients.md'
- 'How to Import Data from Hive Table into SnappyData Table': 'howto/import_from_hive_table.md'
- 'How to Export and Restore Table Data using HDFS': 'howto/export_hdfs.md'
- 'How to Use Apache Zeppelin with SnappyData': 'howto/use_apache_zeppelin_with_snappydata.md'
- 'How to Configure Apache Zeppelin to Securely and Concurrently access the SnappyData Cluster': 'howto/concurrent_apache_zeppelin_access_to_secure_snappydata.md'
- 'Architecture': 'architecture.md'
- 'Architecture':
- 'Core Components': 'architecture/core_components.md'
- 'Data Ingestion Pipeline': 'architecture/data_ingestion_pipeline.md'
- 'Hybrid Cluster Manager': 'architecture/hybrid_cluster_manager.md'
- 'SnappyData Cluster Architecture': 'architecture/cluster_architecture.md'
- 'Configuring the Cluster': 'configuration.md'
- 'Configuring the Cluster':
- 'Configuration': 'configuring_cluster/configuring_cluster.md'
- 'SSL Setup for Client-Server': 'configuring_cluster/ssl_setup.md'
- 'List of Properties': 'configuring_cluster/property_description.md'
# - 'List of Properties': (to be updated later)
# - 'Property Details': 'configuring_cluster/property_details.md'
- 'Firewalls and Connections': 'configuring_cluster/firewalls_connections.md'
- 'Programming Guide': 'programming_guide.md'
- 'Programming Guide':
- 'SparkSession, SnappySession and SnappyStreamingContext': 'programming_guide/sparksession_snappysession_and_snappystreamingcontext.md'
- 'SnappyData Jobs': 'programming_guide/snappydata_jobs.md'
- 'Managing JAR Files': 'programming_guide/managing_jar_files.md'
- 'Using SnappyData Shell': 'programming_guide/using_snappydata_shell.md'
- 'Using the Spark Shell and spark-submit': 'programming_guide/using_the_spark_shell_and_spark-submit.md'
- 'Working with Hadoop YARN cluster Manager': 'programming_guide/working_with_hadoop_yarn_cluster_manager.md'
- 'Using JDBC with SnappyData': 'programming_guide/using_jdbc_with_snappydata.md'
- 'Multiple Language Binding using Thrift Protocol': 'programming_guide/multiple_language_binding_using_thrift_protocol.md'
- 'Building SnappyData Applications using Spark API': 'programming_guide/building_snappydata_applications_using_spark_api.md'
- 'Tables in SnappyData': 'programming_guide/tables_in_snappydata.md'
- 'Stream Processing using SQL': 'programming_guide/stream_processing_using_sql.md'
- 'User Defined Functions (UDF) and User Defined Aggregate Functions (UDAF)': 'programming_guide/udf_and_udaf.md'
- 'Distributed Transactions': 'consistency/transactions_about.md'
- 'Distributed Transactions':
- 'How Transactions Work for Row Tables': 'consistency/using_transactions_row.md'
- 'Lock-free Queries using MVCC and Snapshot Isolation for Column Tables': 'consistency/using_snapshot_isolation_column.md'
- 'Affinity Modes': 'deployment.md'
- 'Affinity Modes':
- 'Local Mode': 'affinity_modes/local_mode.md'
- 'Embedded SnappyData Store Mode': 'affinity_modes/embedded_mode.md'
- 'SnappyData Smart Connector Mode': 'affinity_modes/connector_mode.md'
- 'Best Practices': 'best_practices.md'
- 'Best Practices':
- 'Tuning for Concurrency and Computation': 'best_practices/setup_cluster.md'
- 'Designing your Database and Schema': 'best_practices/design_schema.md'
- 'Designing your Database and Schema':
- 'Design Principles of Scalable, Partition-Aware Databases': 'best_practices/design_principles.md'
- 'Optimizing Query Latency: Partitioning and Replication Strategies': 'best_practices/optimizing_query_latency.md'
- 'Memory Management': 'best_practices/memory_management.md'
- 'HA Considerations': 'best_practices/ha_considerations.md'
- 'Important Settings': 'best_practices/important_settings.md'
- 'SnappyData Distributed Transactions': 'best_practices/transactions_best_practices.md'
- 'Synopsis Data Engine (SDE)': 'aqp.md'
- 'Synopsis Data Engine (SDE)':
- 'Key Concepts': 'sde/key_concepts.md'
- 'Working with Stratified Samples': 'sde/working_with_stratified_samples.md'
- 'Running Queries': 'sde/running_queries.md'
- 'More Examples': 'sde/more_examples.md'
- 'Sample Selection': 'sde/sample_selection.md'
- 'High-level Accuracy Contracts (HAC)': 'sde/hac_contracts.md'
- 'Sketching': 'sde/sketching.md'
- 'Using Database Connectors': 'connectors/connector.md'
- 'Using Database Connectors':
# - 'How to Use the SnappyData GemFire Connector': 'connectors/gemfire_connector.md'
- 'Using the SnappyData CDC (Change Data Capture) Connector': 'connectors/cdc_connector.md'
- 'Using SnappyData CloudBuilder': 'aqp_aws.md'
- 'Using SnappyData CloudBuilder':
- 'Key Components': 'isight/key_components.md'
- 'Quick Start Steps': 'isight/quick_start_steps.md'
- 'The Technology Powering SnappyData CloudBuilder': 'isight/the_technology_powering_isight_cloud.md'
- 'Managing and Monitoring': 'monitoring/managing_and_monitoring.md'
- 'Managing and Monitoring':
- 'SnappyData Pulse': 'monitoring/monitoring.md'
- 'Configuring High Availability for a Partitioned Table': 'monitoring/configure_high_availability.md'
- 'Configuring Logging': 'monitoring/configure_logging.md'
- 'Getting Information from SnappyData System Tables': 'monitoring/monitor-manage.md'
# -- Topic - Reference Guide
- 'Managing Security': 'security/security.md'
- 'Managing Security':
- 'Launching the Cluster in Secure Mode': 'security/launching_the_cluster_in_secure_mode.md'
- 'Authentication - Connecting to a Secure Cluster': 'security/authentication_connecting_to_a_secure_cluster.md'
- 'Authorization': 'security/authorization.md'
- 'Configuring Network Encryption and Authentication using SSL': 'security/configuring_network_encryption_and_authentication_using_ssl.md'
- 'User Names for Authentication, Authorization, and Membership': 'security/user_names_for_authentication_authorization_and_membership.md'
- 'Evaluating Statistics for the System and Applications': 'vsd/system_performance.md'
- 'Evaluating Statistics for the System and Applications':
- 'Collecting System Statistics': 'vsd/collecting_system_stats.md'
- 'Using VSD to Analyze Statistics': 'vsd/vsd_overview.md'
- 'Using VSD to Analyze Statistics':
- 'Installing and Running VSD': 'vsd/running_vsd.md'
- 'Transaction Performance': 'vsd/vsd_transactions.md'
- 'Table Performance': 'vsd/vsd_tables.md'
- 'SQL Statement Performance': 'vsd/vsd_statements.md'
- 'Memory Usage': 'vsd/vsd_memory.md'
- 'Client Connections': 'vsd/vsd-connection-stats.md'
- 'CPU Usage': 'vsd/vsd_cpu.md'
- 'Reference Guides': 'reference.md'
- 'Reference Guides':
- 'SQL Reference Guide': 'sql_reference.md'
- 'SQL Reference Guide':
- 'ALTER TABLE': 'reference/sql_reference/alter-table.md'
- 'CREATE Statements': 'reference/sql_reference/create-statements.md'
- 'CREATE Statements':
- 'CREATE DISKSTORE': 'reference/sql_reference/create-diskstore.md'
- 'CREATE EXTERNAL TABLE': 'reference/sql_reference/create-external-table.md'
- 'CREATE FUNCTION': 'reference/sql_reference/create-function.md'
- 'CREATE INDEX': 'reference/sql_reference/create-index.md'
- 'CREATE SCHEMA': 'reference/sql_reference/create-schema.md'
- 'CREATE SYNONYM': 'reference/sql_reference/create-synonym.md'
- 'CREATE STREAM TABLE': 'reference/sql_reference/create-stream-table.md'
- 'CREATE SAMPLE TABLE': 'reference/sql_reference/create-sample-table.md'
- 'CREATE TABLE': 'reference/sql_reference/create-table.md'
- 'CREATE TEMPORARY TABLE': 'reference/sql_reference/create-temporary-table.md'
- 'CREATE VIEW': 'reference/sql_reference/create-view.md'
- 'DELETE': 'reference/sql_reference/delete.md'
- 'DROP Statements': 'reference/sql_reference/drop-statements.md'
- 'DROP Statements':
- 'DROP DISKSTORE': 'reference/sql_reference/drop-diskstore.md'
- 'DROP FUNCTION': 'reference/sql_reference/drop-function.md'
- 'DROP INDEX': 'reference/sql_reference/drop-index.md'
- 'DROP TABLE/EXTERNAL TABLE/SAMPLE TABLE': 'reference/sql_reference/drop-table.md'
- 'DROP SCHEMA': 'reference/sql_reference/drop-schema.md'
- 'DROP SYNONYM': 'reference/sql_reference/drop-synonym.md'
- 'GRANT': 'reference/sql_reference/grant.md'
- 'INSERT': 'reference/sql_reference/insert.md'
- 'LATERAL VIEW': 'reference/sql_reference/lateral-view.md'
- 'PUT INTO': 'reference/sql_reference/put-into.md'
- 'REVOKE': 'reference/sql_reference/revoke.md'
- 'SELECT': 'reference/sql_reference/select.md'
- 'SET ISOLATION': 'reference/sql_reference/set-isolation.md'
- 'SET SCHEMA': 'reference/sql_reference/set-schema.md'
- 'TRUNCATE TABLE': 'reference/sql_reference/truncate-table.md'
- 'UPDATE': 'reference/sql_reference/update.md'
- 'Built-in System Procedures and Built-in Functions': 'reference/inbuilt_system_procedures/system-procedures.md'
- 'Built-in System Procedures and Built-in Functions':
- 'DUMP_STACKS': 'reference/inbuilt_system_procedures/dump-stacks.md'
- 'REBALANCE_ALL_BUCKETS': 'reference/inbuilt_system_procedures/rebalance-all-buckets.md'
- 'SET_CRITICAL_HEAP_PERCENTAGE': 'reference/inbuilt_system_procedures/set_critical_heap_percentage.md'
- 'SET_TRACE_FLAG': 'reference/inbuilt_system_procedures/set-trace-flag.md'
- 'DSID': 'reference/inbuilt_system_procedures/dsid.md'
- 'System Tables': 'reference/system_tables/system_tables.md'
- 'System Tables':
- 'MEMBERS': 'reference/system_tables/members.md'
- 'SYSDISKSTORES': 'reference/system_tables/sysdiskstores.md'
- 'SYSDISKSTOREIDS': 'reference/system_tables/sysdiskstoreids.md'
- 'SYSTABLES': 'reference/system_tables/systables.md'
- 'Command Line Utilities': 'reference/command_line_utilities/store-launcher.md'
- 'Command Line Utilities':
- 'backup and restore': 'reference/command_line_utilities/store-backup.md'
- 'compact-all-disk-stores': 'reference/command_line_utilities/store-compact-all-disk-stores.md'
- 'compact-disk-store': 'reference/command_line_utilities/store-compact-disk-store.md'
# - 'list-missing-disk-stores': 'reference/command_line_utilities/store-list-missing-disk-stores.md' (to be confirmed later 1.0.2)
- 'revoke-missing-disk-store': 'reference/command_line_utilities/store-revoke-missing-disk-stores.md'
- 'unblock-disk-store': 'reference/command_line_utilities/store-unblock-disk-stores.md'
- 'run': 'reference/command_line_utilities/store-run.md'
- 'version': 'reference/command_line_utilities/store-version.md'
- 'Snappy-SQL Shell Interactive Commands': 'reference/interactive_commands/store_command_reference.md'
- 'Snappy-SQL Shell Interactive Commands':
- 'autocommit': 'reference/interactive_commands/autocommit.md'
- 'commit': 'reference/interactive_commands/commit.md'
- 'connect client': 'reference/interactive_commands/connect_client.md'
- 'connect': 'reference/interactive_commands/connect.md'
- 'describe': 'reference/interactive_commands/describe.md'
- 'disconnect': 'reference/interactive_commands/disconnect.md'
- 'elapsedtime': 'reference/interactive_commands/elapsedtime.md'
- 'exit': 'reference/interactive_commands/exit.md'
- 'MaximumDisplayWidth': 'reference/interactive_commands/maximumdisplaywidth.md'
- 'rollback': 'reference/interactive_commands/rollback.md'
- 'run': 'reference/interactive_commands/run.md'
- 'set connection': 'reference/interactive_commands/set_connection.md'
- 'show': 'reference/interactive_commands/show.md'
- 'Configuration Parameters': 'reference/configuration_parameters/config_parameters.md'
- 'Configuration Parameters':
- 'ack-severe-alert-threshold': 'reference/configuration_parameters/ack-severe-alert-threshold.md'
- 'ack-wait-threshold': 'reference/configuration_parameters/ack-wait-threshold.md'
- 'archive-disk-space-limit': 'reference/configuration_parameters/archive-disk-space-limit.md'
- 'archive-file-size-limit': 'reference/configuration_parameters/archive-file-size-limit.md'
- 'bind-address': 'reference/configuration_parameters/bind-address.md'
- 'enable-network-partition-detection': 'reference/configuration_parameters/enable-network-partition-detection.md'
- 'enable-stats': 'reference/configuration_parameters/enable-stats.md'
- 'enable-time-statistics': 'reference/configuration_parameters/enable-time-statistics.md'
- 'enable-timestats': 'reference/configuration_parameters/enable-timestats.md'
- 'enforce-unique-host': 'reference/configuration_parameters/enforce-unique-host.md'
- 'init-scripts': 'reference/configuration_parameters/init-scripts.md'
- 'load-balance': 'reference/configuration_parameters/load-balance.md'
- 'locators': 'reference/configuration_parameters/locators.md'
# - 'log-disk-space-limit': 'reference/configuration_parameters/log-disk-space-limit.md'
- 'log-file': 'reference/configuration_parameters/log-file.md'
# - 'log-file-size-limit': 'reference/configuration_parameters/log-file-size-limit.md'
- 'log-level': 'reference/configuration_parameters/log-level.md'
- 'member-timeout': 'reference/configuration_parameters/member-timeout.md'
- 'membership-port-range': 'reference/configuration_parameters/membership-port-range.md'
- 'password': 'reference/configuration_parameters/password.md'
# - 'persist-dd': 'reference/configuration_parameters/persist-dd.md'
# - 'prefer-netserver-ipaddress': 'reference/configuration_parameters/prefer-netserver-ipaddress.md'
- 'read-timeout': 'reference/configuration_parameters/read-timeout.md'
- 'redundancy-zone': 'reference/configuration_parameters/redundancy-zone.md'
- 'secondary-locators': 'reference/configuration_parameters/secondary-locators.md'
# - 'shutdown': 'reference/configuration_parameters/shutdown.md'
- 'skip-constraint-checks': 'reference/configuration_parameters/skip-constraint-checks.md'
# - 'skip-listeners': 'reference/configuration_parameters/skip-listeners.md'
# - 'skip-locks': 'reference/configuration_parameters/skip-locks.md'
# - 'socket-buffer-size': 'reference/configuration_parameters/socket-buffer-size.md'
# - 'socket-lease-time': 'reference/configuration_parameters/socket-lease-time.md'
# - 'snappydata.datadictionary.allow-startup-errors': 'reference/configuration_parameters/snappydata.datadictionary.allow-startup-errors.md'
# - 'snappydata.default-startup-recovery-delay': 'reference/configuration_parameters/snappydata.default-startup-recovery-delay.md'
# - 'snappy.history': 'reference/configuration_parameters/snappy.history.md'
# - 'snappydata.max-lock-wait': 'reference/configuration_parameters/snappydata.max-lock-wait.md'
# - 'gemfirexd.properties': 'reference/configuration_parameters/gemfirexd.properties.md'
# - 'snappydata.query-cancellation-interval': 'reference/configuration_parameters/snappydata.query-cancellation-interval.md'
# - 'snappydata.query-timeout': 'reference/configuration_parameters/snappydata.query-timeout.md'
# - 'snappydata.storage.tempDirectory': 'reference/configuration_parameters/snappydata.storage.tempDirectory.md'
# - 'snappydata.system.home': 'reference/configuration_parameters/snappydata.system.home.md'
- 'ssl': 'reference/configuration_parameters/ssl.md'
- 'start-locator': 'reference/configuration_parameters/start-locator.md'
- 'statistic-archive-file': 'reference/configuration_parameters/statistic-archive-file.md'
- 'statistic-sample-rate': 'reference/configuration_parameters/statistic-sample-rate.md'
- 'statistic-sampling-enabled': 'reference/configuration_parameters/statistic-sampling-enabled.md'
- 'sync-commits': 'reference/configuration_parameters/sync-commits.md'
- 'sys-disk-dir': 'reference/configuration_parameters/sys-disk-dir.md'
# - 'tcp-port': 'reference/configuration_parameters/tcp-port.md'
- 'user': 'reference/configuration_parameters/user.md'
- 'API Documentation': 'apidocsintro.md'
# - 'Supported Data Types': 'reference/misc/supported_datatypes.md'
- 'Configuring SSH Login without Password': 'reference/misc/passwordless_ssh.md'
- 'Setting Up SnappyData ODBC Driver and Tableau Desktop': 'setting_up_odbc_driver-tableau_desktop.md'
- 'Setting Up SnappyData JDBC Driver and QlikView': 'setting_up_jdbc_driver_qlikview.md'
- 'Troubleshooting Common Problems': 'troubleshooting/troubleshooting.md'
- 'Troubleshooting Common Problems':
- 'Member startup problems': 'troubleshooting/member_startup_problems.md'
- 'Recovering from a ConflictingPersistentDataException': 'troubleshooting/recovering_from_a_conflictingpersistentdataexception.md'
- 'Preventing disk full errors': 'troubleshooting/preventing_disk_full_errors.md'
- 'Recovering from disk full errors': 'troubleshooting/recovering_from_disk_full_errors.md'
- 'Collecting logs, stats and dumps using the collect-debug-artifacts script': 'troubleshooting/collect_debug_artifacts.md'
- 'Troubleshooting error messages': 'troubleshooting/troubleshooting_error_messages.md'
#- Additional Information: additional_files/additional_docs.md
#- About:
# - Contributing: about/contributing.md
- Community Edition/ Enterprise Edition Features: additional_files/open_source_components.md
- 'License Model': 'additional_files/license_model.md'
- 'Release Notes': 'release_notes/release_notes.md'
- 'Release Notes':
- 'Known Issues': 'release_notes/known_issues.md'
- Contact and Support: techsupport.md
- License: LICENSE.md
theme: readthedocs
theme_dir: 'docs/custom_theme'
extra_javascript:
- 'js/menu.js'
- 'js/highlight.pack.js'
extra_css:
- 'css/toc.css'
- 'css/menu.css'
- 'css/images.css'
- 'css/style.css'
- 'css/highlight.css'
- 'extra.css'
markdown_extensions:
- markdown.extensions.admonition
copyright: Copyright © 2018 SnappyData Inc.