forked from unitycatalog/unitycatalog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
52 lines (47 loc) · 1.15 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
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: README.md
- Tutorial: tutorial.md
- Unity Catalog Server: server.md
- CLI Tool for Catalog Management: cli.md
plugins:
- search
theme:
name: material
features:
- content.action.edit
- content.code.copy
- navigation.footer
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
markdown_extensions:
- admonition
- attr_list
- md_in_html
- toc:
permalink: true