-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (84 loc) · 1.99 KB
/
Copy pathmkdocs.yml
File metadata and controls
87 lines (84 loc) · 1.99 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
79
80
81
82
83
84
85
86
87
site_name: fusion
site_url: https://jpmorganchase.github.io/fusion/
repo_url: https://github.com/jpmorganchase/jpmorganchase.github.io
edit_uri: fusion/
repo_name: jpmorganchase/fusion
docs_dir: docs
watch:
- py_src/fusion
nav:
- Home: index.md
- Getting Started: quickstart.md
- Fusion Client: api.md
- Download: download.md
- Upload: upload.md
- Metadata Creation:
- Attributes: attributes.md
- Datasets: datasets.md
- Products: products.md
- fsync: fsync.md
- Changelog: changelog.md
- Examples:
- Get Started: get_started.ipynb
- Metadata Creation: metadata_creation.ipynb
theme:
name: material
language: en
palette:
- scheme: default
primary: black
accent: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tabs
- navigation.instant
- navigation.tabs.sticky
- navigation.tracking
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- admonition
- toc:
baselevel: 2
permalink: true
# slugify: !!python/name:pymdownx.slugs.uslugify
- meta
plugins:
- mkdocs-jupyter
- include-markdown
- mkdocstrings:
watch:
- py_src/fusion
- search:
lang: en
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jpmorganchase/fusion
name: Github
- icon: material/email
link: "mailto:fusion_developers@jpmorgan.com"
version:
provider: mike