forked from ClickHouse/spark-clickhouse-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (66 loc) · 2.03 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
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
site_name: Spark ClickHouse Connector
site_author: Cheng Pan
repo_name: housepower/spark-clickhouse-connector
repo_url: https://github.com/housepower/spark-clickhouse-connector
plugins:
- search
- macros
- include-markdown:
opening_tag: "{!"
closing_tag: "!}"
theme:
name: material
language: en
features:
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
markdown_extensions:
- admonition
- attr_list
- md_in_html
extra:
version: 0.8.0-SNAPSHOT
stable_version: 0.7.1
clickhouse_version: 23.3
clickhouse_jdbc_version: 0.4.5
scala_binary_version: 2.12
spark_binary_version: 3.3
social:
- icon: fontawesome/brands/github
link: https://github.com/pan3793
nav:
- Home: index.md
- Quick Start:
- Get the Library: quick_start/01_get_the_library.md
- Play with Spark SQL: quick_start/02_play_with_spark_sql.md
- Play with Spark Shell: quick_start/03_play_with_spark_shell.md
- Best Practices:
- Deployment: best_practices/01_deployment.md
- Configurations:
- configurations/index.md
- Developers:
- Build and Test: developers/01_build_and_test.md
- Docs and Website: developers/02_docs_and_website.md
- Private Release: developers/03_private_release.md
- Public Release: developers/04_public_release.md
- Internals:
- internals/index.md
- Catalog: internals/01_catalog.md
- Reading: internals/02_read.md
- Writing: internals/03_write.md