-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (37 loc) · 1.04 KB
/
mkdocs.yml
File metadata and controls
43 lines (37 loc) · 1.04 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
site_name: Agentics Documentation
theme:
name: material
palette:
scheme: slate
plugins:
- search
- mkdocstrings
nav:
- 👋 Welcome to Agentics: index.md
- 🚀 Getting Started: getting_started.md
- 🧠 Core Concepts: core_concepts.md
- ⚙️ Transducible Functions: transducible_functions.md
- 🔁 Map-Reduce Operations: map_reduce.md
- 🔍 Semantic Operators: semantic_operators.md
- 🧬 Agentics (AG): agentics.md
- ⚡ Performance Optimization: optimization.md
- 🔌 Tool Integration: tool_integration.md
markdown_extensions:
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
#extra_javascript:
# - javascripts/mathjax.js
# - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css
extra:
version:
provider: mike