Skip to content

Commit 4e6a93b

Browse files
feat: animated banner (CopilotKit#553)
* preview * wip * new animated banner * update banner in docs * add readme to ignore paths on workflows * fix filename * fix filename * fix filename
1 parent 9b63141 commit 4e6a93b

8 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths-ignore:
77
- 'docs/**'
8+
- 'README.md'
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- 'docs/**'
13+
- 'README.md'
1214
jobs:
1315
test:
1416
name: 'Test'

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths-ignore:
77
- 'docs/**'
8+
- 'README.md'
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- 'docs/**'
13+
- 'README.md'
1214
jobs:
1315
prettier:
1416
name: 'Prettier'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<br />
4848

4949
<div align="center">
50-
<img src="./assets/screenshot.png" alt="CopilotKit Screenshot" style="border-radius: 15px;" />
50+
<img src="./assets/animated-banner.gif" alt="CopilotKit Screenshot" style="border-radius: 15px;" />
5151
</div>
5252

5353
<br />

assets/animated-banner.gif

24.9 MB
Loading

assets/screenshot.png

-652 KB
Binary file not shown.

docs/pages/what-is-copilotkit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CopilotKit is the simplest way to integrate production-ready Copilots into any product.
44

5-
<img src="/images/banner.png" className="rounded-lg my-8" />
5+
<img src="/images/animated-banner.gif" className="rounded-lg my-8" />
66

77
## Key Features
88

24.9 MB
Loading

docs/public/images/banner.png

-652 KB
Binary file not shown.

0 commit comments

Comments
 (0)