Skip to content

Commit

Permalink
Add new Tutorials section and move bedrock guide
Browse files Browse the repository at this point in the history
  • Loading branch information
J2-D2-3PO committed Jan 9, 2025
1 parent 68589d3 commit 054b8a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
10 changes: 10 additions & 0 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 054b8a6

Please sign in to comment.