-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
61 lines (61 loc) · 1.57 KB
/
mkdocs.yml
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
site_name: investigraph
site_url: https://investigativedata.github.io/investigraph/
repo_url: https://github.com/investigativedata/investigraph
nav:
- Overview: index.md
- tutorial.md
- install.md
- Concepts:
- concepts/catalog.md
- concepts/dataset.md
- concepts/entity.md
- Documentation:
- reference/index.md
- reference/config.md
- reference/cli.md
- reference/extract.md
- reference/transform.md
- reference/load.md
- reference/aggregate.md
- reference/settings.md
- Deployment:
- deployment/services.md
- deployment/docker.md
- Stack:
- stack/runpandarun.md
- stack/followthemoney.md
- stack/prefect.md
- stack/nomenklatura.md
- Changelogs:
- changelogs/investigraph-etl.md
- changelogs/ftmq.md
- changelogs/runpandarun.md
theme:
name: material
logo: https://cdn.investigativedata.org/style/logo_basic_dark.svg
favicon: https://cdn.investigativedata.org/style/favicon.svg
features:
- navigation.instant
- navigation.tracking
- navigation.sections
# - navigation.footer
- toc.follow
- content.code.copy
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: material/web
link: https://investigraph.vercel.app
- icon: material/mail
link: mailto:[email protected]
- icon: material/github
link: https://github.com/investigraph
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences