-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yaml
80 lines (74 loc) · 2.13 KB
/
mkdocs.yaml
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
site_name: CMR Entity Resolution
repo_url: https://github.com/codeforamerica/cmr-entity-resolution
edit_uri: blob/main/docs/
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- github-callouts
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- 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.tabbed:
alternate_style: true
theme:
name: material
icon:
logo: material/puzzle
palette:
scheme: slate
features:
- content.code.copy
- content.code.select
- content.action.edit
- navigation.path
- navigation.top
- toc.follow
- toc.integrate
- search.highlight
- search.suggest
extra:
generator: false
social:
- icon: material/web
link: https://codeforamerica.org/
name: Code for America website
- icon: fontawesome/brands/github
link: https://github.com/codeforamerica
name: Code for America on GitHub
- icon: fontawesome/brands/threads
link: https://www.twitter.com/codeforamerica
name: Code for America on Threads
- icon: fontawesome/brands/x-twitter
link: https://www.threads.net/@codeforamerica
name: Code for America on X (formerly Twitter)
nav:
- Home: index.md
- Usage:
- API: api.md
- Filters: filters.md
- Destinations: destinations.md
- Importing & Exporting: importing-exporting.md
- Senzing: configuring-senzing.md
- Sources: sources.md
- Transformations: transformations.md
- Examples:
- Export to MongoDB: examples/export-to-mongo.md
- Import from Informix: examples/import-from-informix.md
- Import & export with MySQL: examples/mysql.md
- About:
- License: license.md
copyright: Produced by Code for America under the MIT license.