forked from n1nj4z33/iqoptionapi
-
-
Notifications
You must be signed in to change notification settings - Fork 290
/
mkdocs.yml
77 lines (70 loc) · 1.85 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
75
76
77
site_name: iqoptionapi document
#repo_name: 'THU-DBLAB/IRBRL'
#repo_url: 'https://github.com/THU-DBLAB/IRBRL'
#site_url: 'https://thu-dblab.github.io/IRBRL/'
edit_uri: "" # this code say do not view edit on page
extra:
# disqus: 'lu-yi-hsun'
search:
language: 'jp'
#-tokenizer: '[\a\-\.]+'
social:
- type: 'github'
link: 'https://github.com/Lu-Yi-Hsun/'
- type: 'facebook'
link: 'https://www.facebook.com/profile.php?id=100001559307331'
#- type: 'twitter'
#link: 'https://twitter.com/squidfunk'
# - type: 'linkedin'
# link: 'https://linkedin.com/in/squidfunk'
theme:
language: "en"
name: 'material' #readthedocs/readthedocs
palette:
primary: 'indigo'
accent: 'Blue Grey'
feature:
tabs: false
font:
text: 'Roboto'
code: 'Roboto Mono'
favicon: image/icon/iq.ico
# Extensions
markdown_extensions:
- footnotes
- 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:
- Get start: index.md
- account: account/account.md
- for all: all/all.md
- binary option: binary option/binary option.md
- digital: digital/digital.md
- foreign exchange futures: fef/fef.md
- candle: candle/candle.md