-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yaml
60 lines (60 loc) · 1.74 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
57
58
59
60
site_name: Borax
theme:
icon:
logo: material/calendar
name: material
palette:
primary: pink
features:
- navigation.tabs
- navigation.sections
- navigation.footer
validation:
links:
absolute_links: ignore
unrecognized_links: ignore
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kinegratii/borax
- icon: fontawesome/brands/python
link: https://pypi.org/project/borax
copyright: Copyright © 2018 - 2024 Samuel.Yan
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- mdx_truly_sane_lists
nav:
- 首页: README.md
- 日历应用: guides/borax_calendar_app.md
- 农历与节日:
- 农历: guides/lunardate.md
- 节日: guides/festivals2.md
- 序列化: guides/festivals2-serialize.md
- 生日: guides/birthday.md
- 工具类: guides/calendars-utils.md
- 日历界面库: guides/festivals2-ui.md
- 数据结构与数字:
- 数据连接(Join): guides/join.md
- 列选择器(fetch): guides/fetch.md
- 树形结构: guides/tree.md
- cjson: guides/cjson.md
- 中文数字: guides/numbers.md
- 百分数: guides/percentage.md
- 其他模块:
- Django-Choices: guides/choices.md
- 字符串: guides/strings.md
- 单例模式: guides/singleton.md
- 序列号池: guides/serial_pool.md
- 文章:
- 农历与节日: guides/festivals2-usage.md
- 农历开发笔记: posts/lunardate-development.md
- 开发&更新日志:
- 更新日志: changelog.md
- Capp更新日志: capp_changelog.md
- 开发日志: develop_note.md
- 发布日志:
- v4.1.0: release-note/v410.md
- v4.0.0: release-note/v400.md
- v3.5.6: release-note/v356.md
- v3.5.0: release-note/v350.md