forked from unitycatalog/unitycatalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (77 loc) · 2.02 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
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
- Quickstart: quickstart.md
- Usage:
- CLI: usage/cli.md
- Tables:
- usage/tables/index.md
- UniForm: usage/tables/uniform.md
- Delta Lake: usage/tables/deltalake.md
- Volumes: usage/volumes.md
- Functions: usage/functions.md
- Server: usage/server.md
- Integrations:
- Daft: integrations/unity-catalog-daft.md
- DuckDB: integrations/unity-catalog-duckdb.md
- Deployment: deployment.md
plugins:
- search
- material-plausible
theme:
name: material
features:
- content.action.edit
- content.code.copy
- navigation.footer
- navigation.expand
- navigation.indexes
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
extra:
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