forked from alephdata/ingest-file
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (77 loc) · 2.02 KB
/
mkdocs.yml
File metadata and controls
78 lines (77 loc) · 2.02 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: ingest-file
site_url: https://openaleph.org/docs/lib/ingest-file
repo_url: https://github.com/openaleph/ingest-file
theme:
name: material
logo: https://openaleph.org/assets/Logo/RGB/Open-Aleph-Logo-RGB-Square-Neg.svg
favicon: https://openaleph.org/favicon.ico
features:
- navigation.instant
- navigation.tracking
- navigation.sections
# - navigation.footer
- toc.follow
- content.code.copy
custom_dir: docs/overrides
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: material/mail
link: mailto:hi@dataresearchcenter.org
- icon: material/web
link: https://openaleph.org
- icon: material/github
link: https://github.com/openaleph/openaleph
- icon: material/linkedin
link: https://www.linkedin.com/company/dataresearchcenter/
markdown_extensions:
- tables
- 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
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
- autorefs
- mkdocs-typer2:
pretty: true
- macros:
module_name: mkdocs_env
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: google
show_root_heading: false
show_object_full_path: false
nav:
- index.md
- setup.md
- usage.md
- pipeline.md
- versioning.md
- Reference:
- Mime types: ./reference/mime.md
- Command line: ./reference/cli.md
- Settings: ./reference/settings.md
- Ingestors: ./reference/ingestors.md
- OpenAleph:
- About: https://openaleph.org/
- User Guide: https://openaleph.org/docs
- Power User Blogpost Series: https://openaleph.org/blog/