-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
141 lines (136 loc) · 4.47 KB
/
mkdocs.yml
File metadata and controls
141 lines (136 loc) · 4.47 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
site_name: 'Cordys CRM 在线文档'
site_url: 'https://cordys.cn/docs/'
site_description: 'Cordys CRM 在线文档'
site_author: '飞致云'
repo_name: 'Cordys CRM'
repo_url: 'https://github.com/1Panel-dev/CordysCRM'
edit_uri: https://github.com/1Panel-dev/CordysCRM-Docs
docs_dir: manual
theme:
name: 'material'
logo: 'img/logo-white.png'
favicon: 'img/cordys.png'
language: 'zh'
highlightjs: true
hljs_languages:
- yaml
- django
palette:
- scheme: default
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
accent: teal
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- search.share
- header.autohide
- content.tabs.link
custom_dir: "theme"
nav:
- 产品介绍: index.md
- 快速入门: quick_start.md
- 教学视频: https://www.bilibili.com/video/BV1bAHczdESW/
- 系统架构: system_arch.md
- 安装部署:
- 离线安装(生产环境推荐): installation/offline_installtion.md
- 1Panel 安装: installation/1panel_installtion.md
- 在线安装: installation/online_installtion.md
- Windows 安装: installation/win.md
- 阿里云安装: installation/aliyun.md
- 命令行工具: installation/cli.md
- 常见问题: installation/faq.md
- 源码运行: source_run.md
- 功能手册:
- 组织架构配置: user_manual/org_manage.md
- 角色权限配置: user_manual/role_permission.md
- 业务表单配置: user_manual/form_config.md
- 产品资料录入: user_manual/product_entry.md
- 销售流程管理: user_manual/sales_manage.md
- 销售合同管理:
- 合同: user_manual/contract.md
- 回款计划: user_manual/contractPaymentPlan.md
- 回款记录: user_manual/contractPaymentRecord.md
- 工商抬头: user_manual/contractBusinessTitle.md
- 发票记录: user_manual/contractInvoice.md
- 销售订单管理: user_manual/order.md
- 企业协同配置:
- 企业微信集成配置: user_manual/wecom.md
- 钉钉系统集成配置: user_manual/dingtalk.md
- 飞书系统集成配置: user_manual/lark.md
- 移动端访问说明: user_manual/mobile.md
- 集成 SQLBot 实现智能问数: user_manual/sqlbot.md
- 集成 DataEase 进行数据分析: user_manual/dataease.md
- 集成 MaxKB 赋能销售智能: user_manual/maxkb.md
- MCP 服务: mcp_server.md
- Skills 集成: skills.md
- 体验环境: trial.md
- 更新日志: changelog.md
- 联系我们: contact.md
- 商业版本: enterprise.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: True
linenums: False
- toc:
permalink: True
- footnotes
- attr_list
- def_list
- tables
- abbr
- md_in_html
- pymdownx.extra
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.progressbar
- pymdownx.tabbed:
alternate_style: true
extra_css:
- css/extra.css
copyright: Copyright © 2014-2026 <a href="https://www.fit2cloud.com">杭州飞致云信息科技有限公司</a>, All Rights Reserved. <a href="http://www.beian.miit.gov.cn" target="_blank">京ICP备15023818号</a>
plugins:
- search:
lang:
- en
- ja
separator: '[\s\-\.]+'
extra:
version:
provider: mike
warning: false
analytics:
provider: google
property: G-3TWT2BFLFM
social:
- icon: fontawesome/brands/github
link: https://github.com/1Panel-dev/CordysCRM
- icon: fontawesome/solid/envelope
link: mailto:support@fit2cloud.com
- icon: fontawesome/solid/phone
link: tel://400-052-0755