Skip to content
Merged
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
21 changes: 0 additions & 21 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
site_name: Strands Agents SDK
site_description: Documentation for Strands Agents, a simple-to-use, code-first, lightweight library for building AI agents
site_dir: site
site_url: https://strandsagents.com

repo_url: https://github.com/strands-agents/sdk-python

Expand Down Expand Up @@ -147,26 +146,6 @@ plugins:
docstring_style: google
show_root_heading: true
show_source: true
- llmstxt:
markdown_description: Documentation for Strands Agents, a simple-to-use, code-first, lightweight library for building AI agents
sections:
User Guide:
- README.md
- user-guide/**/*.md
- user-guide/concepts/agents/*.md
- user-guide/concepts/tools/*.md
- user-guide/concepts/model-providers/*.md
- user-guide/concepts/streaming/*.md
- user-guide/concepts/multi-agent/*.md
- user-guide/safety-security/*.md
- user-guide/observability-evaluation/*.md
- user-guide/deploy/*.md
Examples:
- examples/**/*.md
- examples/python/*.md
- examples/cdk/*/*.md
API Reference:
- api-reference/*.md

extra:
social:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ mkdocs-macros-plugin~=1.3.7
mkdocs-material~=9.6.12
mkdocs-macros-plugin~=1.3.7
mkdocstrings-python~=1.16.10
mkdocs-llmstxt~=0.2.0
strands-agents~=0.1.0