-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
110 lines (100 loc) · 3.85 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
site_name: Mojodex - Open Source Enterprise Digital Assistant Platform
site_url: https://hoomano.github.io/mojodex
theme:
name: material
custom_dir: docs/overrides
font:
text: Hanken Grotesk
logo: images/mojodex_logo_4040.png
favicon: images/mojodex_logo_4040.png
features:
- content.code.copy
- navigation.sections
- navigation.instant
- navigation.tabs
- navigation.footer
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Why Mojodex?: motivations.md
- Docs:
- Getting Started: getting-started.md
- Technical Architecture: technical-architecture/general-doc/index.md
- Design Principles:
- Task-oriented design:
- What's a task: design-principles/tasks/whats_a_task.md
- Execute a task: design-principles/tasks/execute_task.md
- Organized by products:
- What's a product: design-principles/products/whats_a_product.md
- How it works: design-principles/products/how_it_works.md
- Organized by profiles:
- What's a profile: design-principles/profiles/whats_a_profile.md
- Proactive To-do:
- What's a to-do: design-principles/to-do_list/whats_a_todo.md
- How it works: design-principles/to-do_list/how_todo_works.md
- Workflows:
- What's a workflow: design-principles/workflows/whats_a_workflow.md
- How it works: design-principles/workflows/execute_workflow.md
- Advanced Technical Architecture:
- Overview: technical-architecture/overview.md
- Backend: technical-architecture/backend.md
- Database: technical-architecture/database.md
- Webapp: technical-architecture/webapp.md
- Background: technical-architecture/background.md
- Scheduler: technical-architecture/scheduler.md
- LLM Features:
- Overview: technical-architecture/llm-features/index.md
- OpenAI: technical-architecture/llm-features/openai.md
- Azure OpenAI Services: technical-architecture/llm-features/azure.md
- Mistral AI: technical-architecture/llm-features/mistral.md
- Mojodex Prompt Template: technical-architecture/llm-features/mpt.md
- Integration:
- Hubspot: technical-architecture/integration/hubspot.md
- Build your own Digital Assistants:
- Getting Started: guides/index.md
- Create a new user: guides/users/new_user.md
- Configure a new product: guides/products/new_product.md
- Configure a new profile: guides/profiles/new_profile.md
- Configure a new Instruct task: guides/tasks/new_task.md
- New Instruct Task example: guides/tasks/example.md
- Configure a new Workflow task: guides/workflows/new_workflow.md
- Tutorial - Sales Assistant Example: guides/sales_assistant_example/index.md
- Sales Assistant Team Guide: guides/sales_assistant_example/sales_assistant_scope_template.md