Skip to content

Commit 2375dff

Browse files
committed
Enhance documentation layout and add GitHub star button for improved visibility
1 parent b20d5e4 commit 2375dff

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

docs/index.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ nav_order: 1
55
description: "RubyLLM is a delightful Ruby way to work with AI."
66
permalink: /
77
---
8+
<div markdown=1 style="display: flex; align-items: baseline; flex-wrap: wrap; gap: 1em;">
89

910
# RubyLLM
1011
{: .fs-9 }
1112

13+
<iframe src="https://ghbtns.com/github-btn.html?user=crmne&repo=ruby_llm&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub" style="vertical-align: middle; display: inline-block;"></iframe>
14+
</div>
15+
1216
A delightful Ruby way to work with AI through a unified interface to OpenAI, Anthropic, Google, and DeepSeek.
1317
{: .fs-6 .fw-300 }
1418

15-
<div style="display: flex; align-items: center; flex-wrap: wrap; gap: 4px;">
19+
1620
<a href="{% link installation.md %}" class="btn btn-primary fs-5 mb-4 mb-md-0 mr-2" style="margin: 0;">Get started</a>
1721
<a href="https://github.com/crmne/ruby_llm" class="btn fs-5 mb-4 mb-md-0 mr-2" style="margin: 0;">GitHub</a>
18-
<iframe src="https://ghbtns.com/github-btn.html?user=crmne&repo=ruby_llm&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub" style="vertical-align: middle; display: inline-block;"></iframe>
19-
</div>
2022

2123
---
2224
<div style="display: flex; align-items: center; flex-wrap: wrap; gap: 4px;">
@@ -173,17 +175,6 @@ end
173175
# That's it - chat history is automatically saved
174176
```
175177

176-
## Features Overview
177-
178-
- 💬 **Chat** with OpenAI GPT, Anthropic Claude, Google Gemini, and DeepSeek models
179-
- 👁️ **Vision and Audio** understanding
180-
- 📄 **PDF Analysis** for analyzing documents
181-
- 🖼️ **Image generation** with DALL-E and other providers
182-
- 📊 **Embeddings** for vector search and semantic analysis
183-
- 🔧 **Tools** that let AI use your Ruby code
184-
- 🚂 **Rails integration** to persist chats and messages with ActiveRecord
185-
- 🌊 **Streaming** responses with proper Ruby patterns
186-
187178
## Learn more
188179

189180
- [Installation]({% link installation.md %})

0 commit comments

Comments
 (0)