From 0e2303567031caee65c246916fa89756f6342517 Mon Sep 17 00:00:00 2001 From: Luca Martial Date: Sat, 16 May 2026 08:59:51 -0700 Subject: [PATCH] docs: move LLM configuration guide last --- docs-site/content/docs/guides/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/content/docs/guides/meta.json b/docs-site/content/docs/guides/meta.json index 2e9703ec..0cc9c666 100644 --- a/docs-site/content/docs/guides/meta.json +++ b/docs-site/content/docs/guides/meta.json @@ -1,5 +1,5 @@ { "title": "Guides", "defaultOpen": true, - "pages": ["building-context", "llm-configuration", "writing-context", "serving-agents"] + "pages": ["building-context", "writing-context", "serving-agents", "llm-configuration"] }