Skip to content

Commit 236a316

Browse files
committed
docs(index): Remove outdated sections on learning resources and contributing guidelines
1 parent e494028 commit 236a316

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

docs/index.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -171,29 +171,3 @@ chat_record = Chat.create!(model_id: "gpt-4.1-nano")
171171
chat_record.ask("Explain Active Record callbacks.") # User & Assistant messages saved
172172
```
173173
Check the [Rails Integration Guide](https://rubyllm.com/guides/rails) for more.
174-
175-
## Learn More
176-
177-
Dive deeper with the official documentation:
178-
179-
- [Installation](https://rubyllm.com/installation)
180-
- [Configuration](https://rubyllm.com/configuration)
181-
- **Guides:**
182-
- [Getting Started](https://rubyllm.com/guides/getting-started)
183-
- [Chatting with AI Models](https://rubyllm.com/guides/chat)
184-
- [Using Tools](https://rubyllm.com/guides/tools)
185-
- [Streaming Responses](https://rubyllm.com/guides/streaming)
186-
- [Rails Integration](https://rubyllm.com/guides/rails)
187-
- [Image Generation](https://rubyllm.com/guides/image-generation)
188-
- [Embeddings](https://rubyllm.com/guides/embeddings)
189-
- [Working with Models](https://rubyllm.com/guides/models)
190-
- [Error Handling](https://rubyllm.com/guides/error-handling)
191-
- [Available Models](https://rubyllm.com/guides/available-models)
192-
193-
## Contributing
194-
195-
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details on setup, testing, and contribution guidelines.
196-
197-
## License
198-
199-
Released under the MIT License.

0 commit comments

Comments
 (0)