From 054b8a62c17a25aeb8e675c0256fdfb1a28b93bd Mon Sep 17 00:00:00 2001 From: J2-D2-3PO <188380414+J2-D2-3PO@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:19:30 -0700 Subject: [PATCH] Add new Tutorials section and move bedrock guide --- .../docs/guides/{integrations => cookbooks}/bedrock.md | 2 +- docs/sidebars.ts | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) rename docs/docs/guides/{integrations => cookbooks}/bedrock.md (99%) diff --git a/docs/docs/guides/integrations/bedrock.md b/docs/docs/guides/cookbooks/bedrock.md similarity index 99% rename from docs/docs/guides/integrations/bedrock.md rename to docs/docs/guides/cookbooks/bedrock.md index 670aade53cf8..4376d24312ae 100644 --- a/docs/docs/guides/integrations/bedrock.md +++ b/docs/docs/guides/cookbooks/bedrock.md @@ -1,4 +1,4 @@ -# Amazon Bedrock +# Working with Amazon Bedrock Amazon Bedrock provides easy access to foundation models from providers like Anthropic, AI21 Labs, and Stability AI with a single API. With Weights & Biases (W&B) Weave, you can log, debug, and evaluate your Bedrock models to streamline your LLM application development workflow. diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 447e26e44bbb..425e047569b4 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -80,6 +80,16 @@ const sidebars: SidebarsConfig = { }, ], }, + { + label: "🍳 Tutorials", + ...CATEGORY_SECTION_HEADER_MIXIN, + type: "category", + collapsible: true, + collapsed: true, + items: [ + "guides/cookbooks/bedrock", + ], + }, { label: "🔥 Integrations", ...CATEGORY_SECTION_HEADER_MIXIN,