-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (71 loc) · 1.85 KB
/
mkdocs.yml
File metadata and controls
71 lines (71 loc) · 1.85 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
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
features:
- navigation.instant
- navigation.tracking
- navigation.sections
# - navigation.footer
- toc.follow
- content.code.copy
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
extra:
social:
- icon: material/mail
link: mailto:hi@dataresearchcenter.org
- icon: material/web
link: https://dataresearchcenter.org
- icon: material/github
link: https://github.com/dataresearchcenter/ftm-analyze
- icon: material/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
- mkdocs-typer2:
pretty: true
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: google
show_root_heading: false
show_object_full_path: false