From 7e8aedeff5f0c1a301af0a76a60c84ff950713e9 Mon Sep 17 00:00:00 2001 From: burtenshaw Date: Thu, 10 Jul 2025 11:58:02 +0200 Subject: [PATCH] move the guides below the providers in the menu --- docs/inference-providers/_toctree.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index 7aa6b407b1..e5002a414e 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -11,15 +11,6 @@ - local: security title: Security -- title: Guides - sections: - - local: guides/first-api-call - title: Your First API Call - - local: guides/building-first-app - title: Building Your First AI App - - local: guides/structured-output - title: Structured Outputs with LLMs - - title: Providers sections: - local: providers/cerebras @@ -50,6 +41,16 @@ title: SambaNova - local: providers/together title: Together + +- title: Guides + sections: + - local: guides/first-api-call + title: Your First API Call + - local: guides/building-first-app + title: Building Your First AI App + - local: guides/structured-output + title: Structured Outputs with LLMs + - title: API Reference sections: - local: tasks/index