Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,32 @@
Strands Agents Documentation
</h1>




<h2>
A model-driven approach to building AI agents in just a few lines of code.
</h2>




<div align="center">
<a href="https://github.com/strands-agents/docs/graphs/commit-activity"><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/strands-agents/docs"/></a>
<a href="https://github.com/strands-agents/docs/issues"><img alt="GitHub open issues" src="https://img.shields.io/github/issues/strands-agents/docs"/></a>
<a href="https://github.com/strands-agents/docs/pulls"><img alt="GitHub open pull requests" src="https://img.shields.io/github/issues-pr/strands-agents/docs"/></a>
<a href="https://github.com/strands-agents/docs/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/strands-agents/docs"/></a>
</div>











<p>
<a href="https://strandsagents.com/">Documentation</a>
Expand All @@ -34,6 +50,7 @@ This repository contains the documentation for the Strands Agents SDK, a simple

The official documentation is available online at: https://strandsagents.com.


## Local Development

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extra_javascript:
- assets/auto-redirect.js

nav:
- User Guide:
- User Guidesssssssss:
- Welcome: README.md
- Quickstart:
- Getting Started: user-guide/quickstart/overview.md
Expand Down