-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
83 lines (83 loc) · 2.39 KB
/
Copy pathmkdocs.yml
File metadata and controls
83 lines (83 loc) · 2.39 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
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: Juditha
site_url: https://docs.investigraph.dev/lib/juditha
repo_url: https://github.com/dataresearchcenter/juditha
nav:
- Intro: index.md
- Quickstart: quickstart.md
- Usage:
- CLI: usage/cli.md
- Python: usage/python.md
- Load data:
- Names: load-data/names.md
- Entities: load-data/entities.md
- Extra features:
- Extract: extras/extract.md
- Percolate: extras/percolate.md
- Reference:
- CLI: cli-reference.md
- Settings: reference/settings.md
- Benchmark: benchmark.md
theme:
name: material
logo: https://cdn.investigativedata.org/style/logos/darc/svg/DARC-Logo-RGB-Horizontal-Neg.svg
favicon: https://cdn.investigativedata.org/style/logos/darc/favicon.ico
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme)"
scheme: slate
toggle:
icon: lucide/sun
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: lucide/moon
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: lucide/sun
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
# - navigation.footer
- toc.follow
- content.code.copy
extra_css:
- https://dataresearchcenter.github.io/zensical-theme-darc/stylesheets/darc-zensical.css
extra:
logo_light: https://cdn.investigativedata.org/style/logos/darc/svg/DARC-Logo-RGB-Horizontal-Pos.svg
social:
- icon: lucide/mail
link: mailto:hi@dataresearchcenter.org
- icon: lucide/globe
link: https://dataresearchcenter.org
- icon: simple/github
link: https://github.com/dataresearchcenter/juditha
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/dataresearchcenter/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- autorefs
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# options:
# docstring_style: google
# show_root_heading: false
# show_object_full_path: false