Skip to content

Commit 66699eb

Browse files
authored
Revert "Serve llms.txt via mkdocs-llmstxt plugin (#72)" (#77)
This reverts commit 10ab59a.
1 parent 0644bc1 commit 66699eb

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

mkdocs.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
site_name: Strands Agents SDK
22
site_description: Documentation for Strands Agents, a simple-to-use, code-first, lightweight library for building AI agents
33
site_dir: site
4-
site_url: https://strandsagents.com
54

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

@@ -147,26 +146,6 @@ plugins:
147146
docstring_style: google
148147
show_root_heading: true
149148
show_source: true
150-
- llmstxt:
151-
markdown_description: Documentation for Strands Agents, a simple-to-use, code-first, lightweight library for building AI agents
152-
sections:
153-
User Guide:
154-
- README.md
155-
- user-guide/**/*.md
156-
- user-guide/concepts/agents/*.md
157-
- user-guide/concepts/tools/*.md
158-
- user-guide/concepts/model-providers/*.md
159-
- user-guide/concepts/streaming/*.md
160-
- user-guide/concepts/multi-agent/*.md
161-
- user-guide/safety-security/*.md
162-
- user-guide/observability-evaluation/*.md
163-
- user-guide/deploy/*.md
164-
Examples:
165-
- examples/**/*.md
166-
- examples/python/*.md
167-
- examples/cdk/*/*.md
168-
API Reference:
169-
- api-reference/*.md
170149

171150
extra:
172151
social:

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ mkdocs-macros-plugin~=1.3.7
44
mkdocs-material~=9.6.12
55
mkdocs-macros-plugin~=1.3.7
66
mkdocstrings-python~=1.16.10
7-
mkdocs-llmstxt~=0.2.0
87
strands-agents~=0.1.0

0 commit comments

Comments
 (0)