diff --git a/mkdocs.yml b/mkdocs.yml index 6757a3a3..3ab3dc9f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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: diff --git a/requirements.txt b/requirements.txt index bb72dc4e..aeb8c7a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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