Skip to content

Commit 8a2a1ab

Browse files
Merge pull request #171 from BrainBlend-AI/feature/docs-improvements
Quickfix: add download directive to docs
2 parents b55fda8 + 8e43902 commit 8a2a1ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/examples/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This section contains detailed examples of using Atomic Agents in various scenar
44

55
```{note}
66
All examples are available in optimized formats for AI assistants:
7-
- **[Examples with documentation](../_static/llms-examples.txt)** - All examples with source code and READMEs
8-
- **[Full framework package](../_static/llms-full.txt)** - Complete documentation, source, and examples
7+
- **{download}`Examples with documentation <../_static/llms-examples.txt>`** - All examples with source code and READMEs
8+
- **{download}`Full framework package <../_static/llms-full.txt>`** - Complete documentation, source, and examples
99
```
1010

1111
## Quickstart Examples

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ contributing
2121
2222
Choose the resource that best fits your needs:
2323
24-
- **[📚 Full Package](_static/llms-full.txt)** - Complete documentation, source code, and examples in one file
25-
- **[📖 Documentation Only](_static/llms-docs.txt)** - API documentation, guides, and references
26-
- **[💻 Source Code Only](_static/llms-source.txt)** - Complete atomic-agents framework source code
27-
- **[🎯 Examples Only](_static/llms-examples.txt)** - All example implementations with READMEs
24+
- **{download}`📚 Full Package <_static/llms-full.txt>`** - Complete documentation, source code, and examples in one file
25+
- **{download}`📖 Documentation Only <_static/llms-docs.txt>`** - API documentation, guides, and references
26+
- **{download}`💻 Source Code Only <_static/llms-source.txt>`** - Complete atomic-agents framework source code
27+
- **{download}`🎯 Examples Only <_static/llms-examples.txt>`** - All example implementations with READMEs
2828
2929
All files are optimized for AI assistants and Large Language Models, with clear structure and formatting for easy parsing.
3030
```

0 commit comments

Comments
 (0)