We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1cb68a commit ee8e107Copy full SHA for ee8e107
docs/docs.json
@@ -33,15 +33,18 @@
33
"groups": [
34
{
35
"group": "Get Started",
36
- "pages": ["index", "quickstart", "llm-quickstart"]
+ "pages": [
37
+ "index",
38
+ "quickstart",
39
+ "llm-quickstart"
40
+ ]
41
},
42
43
"group": "Core Concepts",
44
"pages": [
- "core-concepts/architecture",
45
+ "core-concepts/architecture",
46
"core-concepts/mcp-protocol",
- "core-concepts/task-system",
- "core-concepts/tricks"
47
+ "core-concepts/task-system"
48
]
49
50
@@ -69,7 +72,9 @@
69
72
70
73
71
74
"group": "HUD Gateway",
- "pages": ["gateway/index"]
75
76
+ "gateway/index"
77
78
79
80
"group": "Beta Features",
@@ -137,4 +142,4 @@
137
142
"twitter:description": "OSS Evaluations and RL Environments SDK"
138
143
}
139
144
140
-}
145
+}
0 commit comments