forked from unitycatalog/unitycatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
120 lines (113 loc) · 3.24 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
site_name: Unity Catalog
edit_uri: edit/main/docs/
repo_name: unitycatalog/unitycatalog
repo_url: https://github.com/unitycatalog/unitycatalog
site_url: https://docs.unitycatalog.io
site_description: Open, Multi-modal Catalog for Data & AI
site_author: unitycatalog
nav:
- Home: index.md
- Getting Started:
- Quickstart: quickstart.md
- Docker Compose: docker_compose.md
- Usage:
- CLI: usage/cli.md
- UI: usage/ui.md
- Tables:
- Delta Lake: usage/tables/deltalake.md
- Formats: usage/tables/formats.md
- UniForm: usage/tables/uniform.md
- Volumes: usage/volumes.md
- Functions: usage/functions.md
- Models: usage/models.md
- Server:
- Configuration: server/configuration.md
- Auth: server/auth.md
- Integrations:
- Apache Spark: integrations/unity-catalog-spark.md
- CelerData: integrations/unity-catalog-celerdata.md
- Daft: integrations/unity-catalog-daft.md
- DuckDB: integrations/unity-catalog-duckdb.md
- PuppyGraph: integrations/unity-catalog-puppygraph.md
- SpiceAI: integrations/unity-catalog-spiceai.md
- Trino: integrations/unity-catalog-trino.md
- XTable: integrations/unity-catalog-xtable.md
- Deployment: deployment.md
exclude_docs: |
README.md
plugins:
- search
- material-plausible
theme:
name: material
logo: assets/images/uc-logo-mark-reverse.png
favicon: assets/images/unitycatalog_256x256.png
font:
text: Plus Jakarta Sans
code: Consolas
features:
- content.action.edit
- content.code.copy
- content.tabs.link
- navigation.footer
- navigation.expand
- navigation.indexes
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
annotation: material/arrow-right-circle
extra_css:
- assets/stylesheets/extra.css
extra:
homepage: https://unitycatalog.io
social:
- icon: fontawesome/brands/github
link: https://github.com/unitycatalog/unitycatalog
analytics:
provider: plausible
domain: unitycatalog.io
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: good
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: bad
note: >-
Thanks for your feedback!
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: plantuml
class: plantuml
format: !!python/name:pymdownx.superfences.fence_code_format