-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (44 loc) · 1.23 KB
/
mkdocs.yml
File metadata and controls
47 lines (44 loc) · 1.23 KB
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
site_name: OpenAutoLoader
site_description: Efficient Polars-powered incremental data loader for Delta Lake.
site_author: Nitish Katkade
repo_url: https://github.com/nitish9413/open_auto_loader
site_url: https://nitish9413.github.io/open_auto_loader/
theme:
name: material
palette:
# Auto-switch between light and dark mode based on system settings
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
hint: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
hint: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- content.code.copy
- content.code.annotate
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src] # This allows it to find your core code
nav:
- Home: index.md
- 🛠️ Setup:
- Installation: installation.md
- Getting Started: getting-started.md
- 📖 Guides:
- Features: features.md
- Cloud Storage: storage-configs.md
- 🔍 Reference:
- API Reference: reference.md