-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (95 loc) · 2.87 KB
/
mkdocs.yml
File metadata and controls
101 lines (95 loc) · 2.87 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
88
89
90
91
92
93
94
95
96
97
98
99
site_name: BinaryOptionsTools V2
site_description: The most advanced binary options trading library for Python, JavaScript, and Rust.
site_author: ChipaDevTeam
site_url: https://chipadevteam.github.io/BinaryOptionsTools-v2/
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [BinaryOptionsToolsV2/python]
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
- content.code.annotate
- search.highlight
- search.share
- search.suggest
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
nav:
- Home: INDEX.md
- Overview: OVERVIEW.md
- API Reference:
- Multi-Language: api/reference.md
- Python API: api/python.md
- Examples:
- Python:
- Async Examples: examples/python/async/index.md
- Sync Examples: examples/python/sync/index.md
- Rust: examples/rust/index.md
- JavaScript: examples/javascript/index.md
- Swift: examples/swift/index.md
- Kotlin: examples/kotlin/index.md
- Go: examples/go/index.md
- Ruby: examples/ruby/index.md
- C#: examples/csharp/index.md
- Guides:
- Trading Guide: guides/trading.md
- Raw Handler Guide: guides/raw-handler.md
- Assets & Timeframes: guides/assets-timeframes.md
- Bot Strategy Guide: guides/python-pystrategy-trading-bot.md
- Architecture:
- System Structure: architecture/structure.md
- Data Flow: architecture/dataflow.md
- Raw Module: architecture/raw-module.md
- Tutorials:
- Overview: tutorials/How to get PocketOption SSID.txt
- Scripts: tutorials/scripts/
- Project Info:
- Contributing: ../CONTRIBUTING.md
- Code of Conduct: ../CODE_OF_CONDUCT.md
- Security: ../SECURITY.md
- License: ../LICENSE
- Acknowledgments: ../ACKNOWLEDGMENTS.md
- Deployment: project/deployment.md
- Next Steps: project/next-steps.md
- Breaking Changes: project/breaking-changes-0.2.6.md
- Documentation Summary: project/docs-summary.md
- Enhancement Summary: project/enhancement-summary.md
- Raw Handler Summary: project/raw-handler-summary.md