-
Notifications
You must be signed in to change notification settings - Fork 75
/
mkdocs.yaml
56 lines (56 loc) · 1.83 KB
/
mkdocs.yaml
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
site_name: django-echarts
theme:
language: zh
icon:
logo: material/monitor-dashboard
name: material
palette:
primary: teal
features:
- navigation.tabs
- navigation.sections
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kinegratii/django-echarts
- icon: fontawesome/brands/python
link: https://pypi.org/project/django-echarts
copyright: Copyright © 2017 - 2023 Samuel.Yan
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- mdx_truly_sane_lists
nav:
- 快速开始: index.md
- 可视化构建:
- 使用教程: starter/base.md
- 网站配置: starter/site_configuration.md
- 组件和布局: starter/widget_and_layout.md
- UI框架和主题: starter/themes.md
- 依赖项(一):基本配置: guides/dms.md
- 依赖项(二):本地化: starter/localize_staticfiles.md
- 参数化图表: guides/entity_params.md
- 自定义地图: guides/custom_maps.md
- 高级开发: guides/advance_development.md
- Gallery: gallery.md
- 参考:
- 配置及其访问: reference/configure.md
- 组件存储类: reference/stores.md
- 模板标签库: reference/tags.md
- 视图和模板: reference/views_and_templates.md
- 命令行工具: reference/commands.md
- 设计与实现: reference/system_design.md
- 文章:
- 新的页面功能: posts/new_page_feature.md
- geojson地图: posts/use_custom_geojson.md
- 图表合辑: posts/widget_collection.md
- 第三方HTML渲染库: posts/third_html_library.md
- 与pyecharts: posts/pyecharts_project.md
- 项目开发:
- 更新日志: changelog.md
- 破坏性变更: breaking-change.md
- 关于项目: about.md
- 发布日志:
- v0.6.0: release-note/v060.md
- v0.5.1: release-note/v051.md
- v0.5.0: release-note/v050.md