-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
74 lines (68 loc) · 1.88 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
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: PLUTUS Pair-Trading Toolkit
theme:
features:
- navigation.footer
- search.suggest
- content.footnote.tooltips
- content.code.copy
- content.code.select
- content.code.annotate
name: material
logo: assets/favicon.png
favicon: assets/favicon.png
palette:
# Light Mode
- scheme: default
toggle:
icon: material/brightness-4
name: Light mode
primary: blue grey
accent: indigo
# Dark Mode
- scheme: slate
toggle:
icon: material/brightness-7
name: Dark mode
primary: orange
accent: deep orange
nav:
- Home: index.md
- Installation: installation.md
- Demo: demo.md
- Support: SUPPORT.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
- Security Policies: SECURITY.md
- License: LICENSE.md
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:contact@fox-techniques.com?subject=Inquiry%20about%20PLUTUSt%20Pair-Tradingt%20Toolkit
- icon: fontawesome/brands/github
link: https://github.com/fox-techniques/plutus-pairtrading
- icon: fontawesome/brands/discord
link: https://discord.gg/fPg7vbnCTR
- icon: fontawesome/brands/x-twitter
link: https://x.com/foxtechniques/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/fox-techniques/
copyright: Copyright © 2025 FOX Techniques
markdown_extensions:
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- footnotes