forked from data-centt/percentify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (49 loc) · 1.22 KB
/
Copy pathmkdocs.yml
File metadata and controls
53 lines (49 loc) · 1.22 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
48
49
50
51
52
53
site_name: Percentify
site_description: Exploratory stats and data-quality diagnostics for pandas and Polars DataFrames. One call each.
site_url: https://data-centt.github.io/percentify/
repo_url: https://github.com/data-centt/percentify
repo_name: data-centt/percentify
theme:
name: material
logo: asset/favicon.png
favicon: asset/favicon.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.top
- navigation.tracking
- navigation.sections
- toc.integrate
- content.code.copy
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Documentation: documentation.md
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
plugins:
- search