Skip to content

Commit 70967e8

Browse files
committed
update docs.json
1 parent 8c61f01 commit 70967e8

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

docs/docs.json

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,18 @@
2626
"pages": [
2727
"gateway/overview",
2828
"gateway/provider-routing",
29+
"gateway/prompt-integration",
2930
"features/advanced-usage/caching",
3031
"features/advanced-usage/custom-rate-limits",
31-
"gateway/prompt-integration",
3232
"features/advanced-usage/llm-security",
33-
"gateway/concepts/prompt-caching",
34-
"gateway/web-search",
35-
"gateway/concepts/error-handling",
33+
{
34+
"group": "Provider Concepts",
35+
"pages": [
36+
"gateway/concepts/prompt-caching",
37+
"gateway/web-search",
38+
"gateway/concepts/error-handling"
39+
]
40+
},
3641
{
3742
"group": "Integrations",
3843
"pages": [
@@ -54,7 +59,21 @@
5459
"features/datasets",
5560
"features/alerts",
5661
"features/reports",
57-
"features/hql"
62+
"features/hql",
63+
{
64+
"group": "Tools",
65+
"pages": [
66+
"integrations/tools/curl",
67+
"integrations/tools/logger-sdk"
68+
]
69+
},
70+
{
71+
"group": "Vector DB",
72+
"pages": [
73+
"integrations/vectordb/curl",
74+
"integrations/vectordb/logger-sdk"
75+
]
76+
}
5877
]
5978
},
6079
{
@@ -226,20 +245,6 @@
226245
"integrations/data/logger-sdk",
227246
"integrations/data/curl"
228247
]
229-
},
230-
{
231-
"group": "Tools",
232-
"pages": [
233-
"integrations/tools/curl",
234-
"integrations/tools/logger-sdk"
235-
]
236-
},
237-
{
238-
"group": "Vector DB",
239-
"pages": [
240-
"integrations/vectordb/curl",
241-
"integrations/vectordb/logger-sdk"
242-
]
243248
}
244249
]
245250
},

0 commit comments

Comments
 (0)