Skip to content

Commit ee8e107

Browse files
committed
nit: hide tricks
1 parent d1cb68a commit ee8e107

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/docs.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,18 @@
3333
"groups": [
3434
{
3535
"group": "Get Started",
36-
"pages": ["index", "quickstart", "llm-quickstart"]
36+
"pages": [
37+
"index",
38+
"quickstart",
39+
"llm-quickstart"
40+
]
3741
},
3842
{
3943
"group": "Core Concepts",
4044
"pages": [
41-
"core-concepts/architecture",
45+
"core-concepts/architecture",
4246
"core-concepts/mcp-protocol",
43-
"core-concepts/task-system",
44-
"core-concepts/tricks"
47+
"core-concepts/task-system"
4548
]
4649
},
4750
{
@@ -69,7 +72,9 @@
6972
},
7073
{
7174
"group": "HUD Gateway",
72-
"pages": ["gateway/index"]
75+
"pages": [
76+
"gateway/index"
77+
]
7378
},
7479
{
7580
"group": "Beta Features",
@@ -137,4 +142,4 @@
137142
"twitter:description": "OSS Evaluations and RL Environments SDK"
138143
}
139144
}
140-
}
145+
}

0 commit comments

Comments
 (0)