forked from iqoptionapi/iqoptionapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
103 lines (97 loc) · 2.75 KB
/
mkdocs.yml
File metadata and controls
103 lines (97 loc) · 2.75 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
100
101
102
103
site_name: iqoptionapi document
repo_name: "iqoptionapi"
repo_url: "https://github.com/iqoptionapi/iqoptionapi"
site_url: "https://iqoptionapi.github.io/iqoptionapi/"
docs_dir: "doc/"
site_dir: "docs/"
extra:
search:
language: "pt-br"
#-tokenizer: '[\a\-\.]+'
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/iqoptionapi/iqoptionapi"
plugins:
- search:
lang:
- pt
- en
- es
- macros
theme:
language: "en"
logo: "logo.png"
name: "material" #readthedocs/readthedocs
custom_dir: doc/theme/material
donation_link: "https://streamelements.com/iqoptionapi/tip"
icon: assets/images/favicon.png
palette:
primary: "indigo"
accent: "Blue Grey"
features: []
font:
text: "Roboto"
code: "Roboto Mono"
favicon: image/icon/iq.ico
# Extensions
markdown_extensions:
- footnotes
- codehilite
- markdown.extensions.admonition
# - markdown.extensions.codehilite:
# guess_lang: false
# linenums: true
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.superfences:
preserve_tabs: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- "javascripts/extra.js"
- "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js"
nav:
- Home: index.md
- English:
- Get Start: en/index.md
- 2 factor Auth: en/2 factor/index.md
- Account: en/account/account.md
- For all: en/all/all.md
- Binary option: en/binary option/binary option.md
- Digital: en/digital/digital.md
- Foreign exchange futures: en/fef/fef.md
- candle: en/candle/candle.md
- Techincal Analysis: en/techinical analysis/index.md
- Portugues:
- Primeiros Passos: pt/index.md
- Conta: pt/account/account.md
- para Todos: pt/all/all.md
- Opções Binarias: pt/binary option/binary option.md
- Digital: pt/digital/digital.md
- Forex, Cripto, Ações, Commodities e Fundos: pt/fef/fef.md
- candle: pt/candle/candle.md
- Techincal Analysis: pt/techinical analysis/index.md
- Espanol:
- Empezar: es/index.md
- Cuenta: es/account/account.md
- Para todo: es/all/all.md
- Opciones Binarias: es/binary option/binary option.md
- Digital: es/digital/digital.md
- Futuros de divisas: es/fef/fef.md
- Velas: es/candle/candle.md
- Análisis técnico: es/techinical analysis/index.md