Skip to content

Commit a6f84f2

Browse files
authored
Merge pull request #10 from multivmlabs/docs/widget-gifs
docs(website): add widget GIFs and demo to docs
2 parents e8381fc + a147f97 commit a6f84f2

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

website/public/example.gif

3.51 MB
Loading

website/public/widget-default.gif

517 KB
Loading

website/public/widget-icon.gif

146 KB
Loading

website/public/widget-small.gif

223 KB
Loading

website/src/content/docs/features/widget.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ import { AeoVueWidget } from 'aeo.js/vue';
7474
widget: {
7575
enabled: true,
7676
position: 'bottom-right', // 'bottom-left' | 'top-right' | 'top-left'
77+
size: 'default', // 'small' | 'icon-only'
7778
humanLabel: 'Human',
7879
aiLabel: 'AI',
7980
showBadge: true,
@@ -86,6 +87,14 @@ widget: {
8687
}
8788
```
8889

90+
## Size variants
91+
92+
| Default | Small | Icon |
93+
|---------|-------|------|
94+
| ![Default widget](/widget-default.gif) | ![Small widget](/widget-small.gif) | ![Icon widget](/widget-icon.gif) |
95+
| `size: 'default'` | `size: 'small'` | `size: 'icon-only'` |
96+
| Full labels with icons | Compact — ~30% smaller | Just icons, no labels |
97+
8998
<Aside type="tip">
9099
Set `widget.enabled: false` to disable the widget entirely while still generating AEO files.
91100
</Aside>

website/src/content/docs/getting-started/introduction.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Introduction
33
description: What is aeo.js and why you need Answer Engine Optimization.
44
---
55

6+
![aeo.js in action](/example.gif)
7+
68
## What is Answer Engine Optimization?
79

810
Answer Engine Optimization (AEO) is the practice of making your website discoverable and citable by AI-powered answer engines like **ChatGPT**, **Claude**, **Perplexity**, and **SearchGPT**.

0 commit comments

Comments
 (0)