-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
173 lines (165 loc) · 4.81 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
site_name: The Internals of Unity Catalog
site_url: https://books.japila.pl/unity-catalog-internals
site_author: Jacek Laskowski
site_description: Demystifying inner-workings of Unity Catalog
repo_name: unity-catalog-internals
repo_url: https://github.com/japila-books/unity-catalog-internals
edit_uri: edit/main/docs/
copyright: Copyright © 2024 Jacek Laskowski
theme:
name: material
language: en
icon:
logo: material/book-open-page-variant
repo: fontawesome/brands/github
features:
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#adding-annotations
- content.code.annotate
# https://squidfunk.github.io/mkdocs-material/upgrade/#contentcodecopy
- content.code.copy
- content.tooltips
- navigation.indexes
- navigation.instant
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-path
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
# https://squidfunk.github.io/mkdocs-material/customization/#additional-css
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
plugins:
- search
- minify:
minify_html: true
- awesome-pages
- macros
# https://squidfunk.github.io/mkdocs-material/reference/#built-in-meta-plugin
- meta
# https://squidfunk.github.io/mkdocs-material/reference/#built-in-typeset-plugin
- typeset
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
book:
title: Unity Catalog
delta: https://books.japila.pl/delta-lake-internals
spark_sql: https://books.japila.pl/spark-sql-internals
uc:
version: 0.3.0-SNAPSHOT
commit: https://github.com/unitycatalog/unitycatalog/commit
github: https://github.com/unitycatalog/unitycatalog/blob/main
slack: https://unitycatalog.slack.com/archives
armeria:
version: 1.28.4
api: https://javadoc.io/doc/com.linecorp.armeria/armeria-javadoc/1.28.4
delta:
version: 3.2.1
delta4:
version: 4.0.0rc1
hibernate:
javadoc: https://docs.jboss.org/hibernate/orm/6.5/javadocs
iceberg:
home: https://iceberg.apache.org
java:
version: 17
api: https://docs.oracle.com/en/java/javase/17/docs/api/java.base
spec: https://docs.oracle.com/javase/specs/jls/se17/html
jcasbin:
version: 1.55.0
api: https://www.javadoc.io/static/org.casbin/jcasbin/1.55.0
github: https://github.com/casbin/jcasbin
log4j:
version: 2.23.1
manual: https://logging.apache.org/log4j/2.x/manual
openapi:
home: https://openapi-generator.tech
github: https://github.com/OpenAPITools
scala:
version: 2.13
social:
- icon: fontawesome/brands/github
link: https://github.com/jaceklaskowski
- icon: fontawesome/brands/twitter
link: https://twitter.com/jaceklaskowski
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/jaceklaskowski
- icon: fontawesome/brands/medium
link: https://jaceklaskowski.medium.com
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@jaceklaskowski
spark:
version: 3.5.3
spark4:
version: 4.0.0-preview1
# The sections with ... use awesome-pages plugin
# https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
# Review .pages for setup
nav:
- index.md
- Features:
- features/index.md
- ... | ai/**.md
- ... | basic-server-access-control/**.md
- ... | credential-vending/**.md
- ... | docker/**.md
- ... | iceberg/**.md
- logging.md
- ... | oauth2-authentication/**.md
- ... | persistent-storage/**.md
- ... | server-authorization/**.md
- ... | spark-connector/**.md
- ... | server/**.md
- ... | cli/**.md
- ... | client/**.md
- ... | demo/**.md
- ... | contenders/**.md