-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
136 lines (119 loc) · 3.56 KB
/
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
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
site_name: 'Juji Documentation'
site_description: 'Juji Cognitive AI Assistant (Chatbot) Best Practices, Reference Guide, Tutorials, and Trouble Shooting'
site_url: 'https://juji.io/docs'
#repo_name: 'juji-io/docs'
#repo_url: 'https://github.com/juji-io/docs'
copyright: 'Copyright © 2022 <a href="https://juji.io">Juji, Inc.</a>'
google_analytics:
- 'UA-113933244-1'
- 'auto'
theme:
logo: 'img/juji-logo.png'
favicon: 'img/favicon.ico'
name: 'material'
custom_dir: 'theme/'
features:
- navigation.tabs
- navigation.instant
- navigation.expand
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: 'deep orange'
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search:
separator: '[\s\-\.]+'
lang:
- en
extra_css:
- 'stylesheets/extra.css'
markdown_extensions:
- def_list
- admonition
- footnotes
- tables
- meta
- codehilite:
guess_lang: false
linenums: true
- toc:
toc_depth: '3'
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.striphtml:
strip_attributes: ''
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/juji-io'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/juji_io'
- icon: 'fontawesome/brands/linkedin'
link: 'https://www.linkedin.com/company/juji-io/'
nav:
- Juji Home: https://juji.io
- Beginners' Guide:
- Get Started on Juji: index.md
- Tutorials: tutorial.md
- AI Chatbot Design Tips: quality-chatbot-design-tips.md
- More Design Tips: chatbot-design-tips-advanced.md
- Juji Studio:
- Introduction: juji-studio.md
- Chatbot Design: juji-studio/design.md
- Chatbot Deployment: juji-studio/release.md
- Chatbot Monitoring: juji-studio/reports.md
- Juji IDE:
- Introduction: juji-ide.md
- Concepts: concept.md
- Language: reference.md
- Built-in Dialog Library: topics.md
- System Functions: function.md
- User-defined Functions: udf.md
- Scripting Guide: script.md
- Config-doc Guide: config-doc.md
- Custom Topics: custom-topics.md
- Juji API:
- Introduction: api.md
- Juji Psychographic Insights API: psychographic-api.md
- Juji Cognitive AI Chat API: cognitive-ai-chatbot-api.md
# - Chat API: chat.md
# - Data Model: nouns.md
# - Chat Creation API: client.md
# - Data API: meta.md
- Get Help:
- FAQs: faq.md
- Trouble Shooting: trouble-shooting.md
- Juji Forum: https://forum.juji.io
- How to Select an AI Chatbot Platform: how-to-select-ai-chatbot-platform.md
# - Question-Asking Chatbots: question-asking-chatbot-design-tips.md
# - Make Chatbots Helpful: helpful-chatbot-design-tips.md
# - Add Multimedia Chats: multimedia-chatbot-design-tips.md
# - Support Complex Q&A: multi-turn-chatbot-design-tips.md
# - Inject Knowledge into Chatbots: func-api-design-tips.md
# - Juji Studio Reference Guide