-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
110 lines (110 loc) · 2.52 KB
/
docs.json
File metadata and controls
110 lines (110 loc) · 2.52 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "AI Tutorial",
"colors": {
"primary": "#0D9373"
},
"favicon": "/favicon.png",
"navigation": {
"groups": [
{
"group": "Home",
"pages": [
"index"
]
},
{
"group": "Context Engineering & Prompt Design",
"pages": [
"prompting/overview",
"prompting/llm-fundamentals",
"prompting/structured-prompt-engineering",
"prompting/advanced-techniques",
"prompting/prompt-optimization-and-testing",
"prompting/prompt-security",
"prompting/model-selection-and-cost-optimization",
"prompting/production-considerations",
"prompting/hands-on-exercise",
"prompting/recap-and-resources"
]
},
{
"group": "Retrieval Augmented Generation (RAG)",
"pages": [
"rag/overview",
"rag/fundamentals",
"rag/search-strategy-selection",
"rag/chunking",
"rag/working-with-pdfs",
"rag/images-and-long-documents",
"rag/evaluation-and-quality-metrics",
"rag/reranking",
"rag/advanced-rag-patterns",
"rag/hands-on-exercise",
"rag/recap-and-resources"
]
},
{
"group": "AI Agents",
"pages": [
"agents/overview",
"agents/intro",
"agents/model-context-protocol",
"agents/memory",
"agents/business-rules-and-guardrails",
"agents/tool-selection-and-optimization",
"agents/hands-on-exercise",
"agents/recap-and-resources"
]
},
{
"group": "Coming Soon",
"pages": [
"coming-soon"
]
}
]
},
"logo": {
"light": "/logo/logo-light-full.svg",
"dark": "/logo/logo-dark-full.svg"
},
"navbar": {
"links": [
{
"label": "Report Issue",
"href": "https://github.com/ai-tutorial/website/issues/new"
},
{
"label": "About Us",
"href": "/about"
}
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"integrations": {
"ga4": {
"measurementId": "G-TPP644G79L"
}
},
"footer": {
"socials": {
"github": "https://github.com/ai-tutorial"
}
},
"customScripts": [
"https://unpkg.com/@stackblitz/sdk/bundles/sdk.umd.js"
]
}