Skip to content

Commit 95fac61

Browse files
committed
Updating assets
1 parent f5ffe0c commit 95fac61

22 files changed

+431
-6
lines changed
113 KB
Loading
106 KB
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<picture>
2-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/2bad263a-c09f-40b6-94ba-fff8e346d65d">
3-
<img alt="activeagents_banner" src="https://github.com/user-attachments/assets/0ebbaa2f-c6bf-4d40-bb77-931015a14be3">
2+
<source media="(prefers-color-scheme: dark)" srcset="docs/public/banner-dark.svg">
3+
<img alt="Active Agent - Build AI in Rails" src="docs/public/banner-light.svg">
44
</picture>
55

66

assets/banner-dark.png

23 KB
Loading

assets/banner-light.png

23.3 KB
Loading

docs-tracking/2024-12-28-logo-update.md

Whitespace-only changes.

docs/.vitepress/config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export default defineConfig({
5151
title: "Active Agent",
5252
description: "The AI framework for Rails with less code & more fun.",
5353
head: [
54-
['link', { rel: 'icon', href: '/activeagent.png' }],
54+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/activeagent-logo.svg' }],
55+
['link', { rel: 'icon', type: 'image/png', href: '/activeagent.png' }],
5556
['link', { rel: 'icon', href: '/favicon-16x16.png', sizes: '16x16' }],
5657
['link', { rel: 'icon', href: '/favicon-32x32.png', sizes: '32x32' }],
5758
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }],

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ hero:
1717
text: GitHub
1818
link: https://github.com/activeagents/activeagent
1919
image:
20-
light: /activeagent.png
21-
dark: /activeagent-dark.png
20+
light: /activeagent-logo.svg
21+
dark: /activeagent-logo-dark.svg
2222
alt: ActiveAgent
2323

2424
features:
2525
- title: Agents
2626
link: /agents
27-
icon: <img src="/activeagent.png" />
27+
icon: <img src="/activeagent-logo.svg" />
2828
details: Controllers for AI. Define actions, use callbacks, render views. Rails conventions for LLM interactions.
2929
- title: Tool Calling
3030
icon: 🔧

docs/public/activeagent-dark.png

-157 KB
Loading

docs/public/activeagent-logo-dark.svg

Lines changed: 85 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)