forked from DataIntellectTech/TorQ-Finance-Starter-Pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (45 loc) · 1.25 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
site_name: Finance Starter Pack
nav:
- Home: index.md
- Getting Started: gettingstarted.md
- Architecture: architecture.md
- Have a Play: play.md
- IEX: iex.md
repo_name: 'GitHub'
repo_url: 'https://github.com/DataIntellectTech/TorQ-Finance-Starter-Pack'
theme:
favicon: graphics/favicon.ico
name: material
logo: graphics/DataIntellect-header-logo.jpg
features:
- search.suggest
- search.highlight
palette:
# Palette toggle for light mode
- scheme: default
primary: black
accent: grey
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
toggle:
icon: material/weather-sunny
name: Switch to light mode
repo_name: GitHub
repo_url: https://github.com/DataIntellectTech/TorQ
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/DataIntellectTech
- icon: fontawesome/brands/twitter
link: https://twitter.com/data_intellect
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/data-intellect-challenge-accepted
analytics:
provider: google
property: UA-51911331-4
plugins:
- search