forked from choo121600/ecos-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (84 loc) · 2.38 KB
/
mkdocs.yml
File metadata and controls
90 lines (84 loc) · 2.38 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
site_name: ecos-reader
site_description: 한국은행 ECOS Open API Python 클라이언트
site_author: yeonguk
site_url: https://github.com/choo121600/ecos-reader
repo_name: choo121600/ecos-reader
repo_url: https://github.com/choo121600/ecos-reader
theme:
name: material
language: ko
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: 다크 모드로 전환
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: 라이트 모드로 전환
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
- toc:
permalink: true
plugins:
- search:
lang: ko
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/choo121600/ecos-reader
nav:
- 홈: index.md
- 시작하기:
- 설치: getting-started/installation.md
- 빠른 시작: getting-started/quickstart.md
- 사용자 가이드:
- 기본 사용법: user-guide/basic-usage.md
- 금리 지표: user-guide/interest-rates.md
- 물가 지표: user-guide/prices.md
- 성장 지표: user-guide/growth.md
- 통화 지표: user-guide/money.md
- 재정 지표: user-guide/fiscal.md
- 금융시장 지표: user-guide/financial-markets.md
- 고급 기능: user-guide/advanced.md
- API 레퍼런스:
- 개요: api-reference/overview.md
- 클라이언트: api-reference/client.md
- 지표 함수: api-reference/indicators.md
- 예외 처리: api-reference/exceptions.md
- 예제:
- 기본 사용법: examples/basic.md
- 거시경제 대시보드: examples/dashboard.md
- 개발:
- 기여하기: development/contributing.md
- 릴리스 가이드: development/release.md