-
Notifications
You must be signed in to change notification settings - Fork 36
/
mkdocs.yml
54 lines (50 loc) · 1.45 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
site_name: Alphavantage Java
repo_name: crazzyghost/alphavantage-java
repo_url: https://github.com/crazzyghost/alphavantage-java
site_description: "Fluent Java wrapper for Alphavantage API"
site_author: S. M. Sefa-Yeboah
copyright: 'Copyright © 2022 S. M. Sefa-Yeboah'
nav:
- Overview: index.md
- "v1.7.0 API":
- alphavantage: api/alphavantage/index.md
- crypto: api/crypto/index.md
- exchangerate: api/exchangerate/index.md
- forex: api/forex/index.md
- indicator: api/indicator/index.md
- timeseries: api/timeseries/index.md
- sector: api/sector/index.md
- fundamentaldata: api/fundamentaldata/index.md
- economicindicator: api/economicindicator/index.md
- Recipes:
- Stock Time Series: timeseries.md
- Forex (FX): forex.md
- CryptoCurrencies: crypto.md
- Exchange Rates: exchangerate.md
- Technical Indicators: indicators.md
- Sector Performances: sector.md
- Fundamental Data: fundamentaldata.md
- Economic Indicators: economicindicator.md
- Changelog: changelog.md
theme:
name: material
features:
- instant
font:
text: "Roboto"
code: Roboto Mono
palette:
primary: deep orange
accent: deep orange
extra_css:
- css/extra.css
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
- toc:
permalink: true
- pymdownx.tabbed
# - pymdownx.highlight:
# guess_lang: true
- pymdownx.superfences