From 68628832a95956d6bd96c4f140a7fd9f06545b0e Mon Sep 17 00:00:00 2001 From: Luca Martial <48870843+luca-martial@users.noreply.github.com> Date: Sat, 16 May 2026 12:00:31 -0400 Subject: [PATCH] docs: move LLM configuration guide last (#117) --- 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"] }