-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
54 lines (44 loc) · 1014 Bytes
/
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
site_name: chartspy
site_url: https://chartspy.icopy.site/
theme:
font: false
name: material
palette:
primary: black
accent: white
language: zh
features:
- navigation.top
icon:
repo: fontawesome/brands/github-alt
extra_css:
- stylesheets/extra.css
plugins:
- search:
prebuild_index: true
lang: ja
markdown_extensions:
- pymdownx.superfences
- pymdownx.details
- admonition
- toc:
toc_depth: 4
permalink: true
repo_url: https://github.com/yiliuyan161/chartspy
repo_name: yiliuyan161/chartspy
extra:
alternate:
- name: English
link: https://chartspy.icopy.site/en/
lang: en
nav:
- 使用说明: "index.md"
- 安装&升级: "安装.md"
- 代码说明: "代码说明.md"
- API使用示例: "示例.md"
- pyecharts迁移: "pyecharts迁移指南.md"
- English:
- how to use: "en/index.md"
- install&upgrade: "en/安装.md"
- code structure: "en/代码说明.md"
- API example: "en/示例.md"