forked from apache/iceberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
113 lines (103 loc) · 2.86 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
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# http://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.
INHERIT: ./nav.yml
site_name: "Apache Iceberg™"
theme:
custom_dir: overrides
static_templates:
- home.html
name: material
language: en
logo: assets/images/Iceberg-logo.svg
favicon: assets/images/favicon-96x96.png
font:
text: Nunito Sans
palette:
scheme: iceberg
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.top
- navigation.tracking
- toc.follow
- offline
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
- content.code.annotate
plugins:
- search
- macros
- monorepo
- privacy
- offline:
enabled: !ENV [OFFLINE, false]
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.mark
- pymdownx.tilde
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- md_in_html
- toc:
permalink: 🔗
extra:
icebergVersion: '1.6.1'
nessieVersion: '0.92.1'
flinkVersion: '1.19.0'
flinkVersionMajor: '1.19'
social:
- icon: fontawesome/regular/comments
link: 'https://iceberg.apache.org/community/'
title: community
- icon: fontawesome/brands/github
link: 'https://github.com/apache/iceberg'
title: github
- icon: fontawesome/brands/youtube
link: 'https://www.youtube.com/@ApacheIceberg'
title: youtube
- icon: fontawesome/brands/slack
link: 'https://join.slack.com/t/apache-iceberg/shared_invite/zt-287g3akar-K9Oe_En5j1UL7Y_Ikpai3A'
title: slack
exclude_docs: |
!.asf.yaml
extra_css:
- assets/stylesheets/extra.css
- assets/stylesheets/bootstrap-grid.css
- assets/stylesheets/bootstrap-buttons.css
- assets/stylesheets/home.css
extra_javascript:
- assets/javascript/extra.js
watch:
- nav.yml
- overrides