-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (78 loc) · 2.18 KB
/
Copy pathmkdocs.yml
File metadata and controls
78 lines (78 loc) · 2.18 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
site_name: ftm-analyze
site_url: https://docs.investigraph.dev/lib/ftm-analyze
repo_url: https://github.com/dataresearchcenter/ftm-analyze
nav:
- Intro: index.md
- Features:
- ner.md
- annotate.md
- In depth:
- pipeline.md
- extraction.md
- Reference:
- reference/cli.md
- reference/settings.md
- Builds:
- docker.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_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
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/openaleph/ftm-analyze
- 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:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- admonition
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search
- autorefs