Skip to content

Commit 8c2973f

Browse files
author
A.R.
committed
docs: add YouTube demo section with preview thumbnail to root + extension READMEs
Add centered demo section with YouTube video link and preview image (readme-svg-youtube-preview badge for root, docs/preview_compressed.webp for extension) to both READMEs. Update .gitignore to allow docs/ directory and preview_compressed.webp file (new section 5b), remove standalone `docs` exclusion at end of file.
1 parent 57080fa commit 8c2973f

4 files changed

Lines changed: 30 additions & 2 deletions

File tree

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
!mcp-tool-icons/
3535
!mcp-tool-icons/**
3636

37+
# 5b. Allow specific docs assets (e.g. README preview images)
38+
!docs/
39+
!docs/preview_compressed.webp
40+
3741
# 6. Allow packages (production source)
3842
!packages/
3943

@@ -66,5 +70,4 @@
6670
**/PLAN.md
6771
.env*
6872
packages/extension/media/webview/
69-
packages/extension/dist/node_modules/
70-
docs
73+
packages/extension/dist/node_modules/

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@
3737

3838
---
3939

40+
## Demo
41+
42+
<p align="center">
43+
<a href="https://www.youtube.com/watch?v=wErgEe9Pgqo" title="Watch on YouTube">
44+
<img src="https://readme-svg-youtube-preview.vercel.app/badge?id=wErgEe9Pgqo&width=640&radius=8&bg=0d1117&title_color=ffffff&title_opacity=1&plate_color=0f1117&plate_opacity=0.78&title_position=overlay_bottom&border_width=1&border_color=ffffff" alt="Perplexity MCP demo — Search, Reason, Research, and Computer mode as a native MCP tool in your code editor" width="720">
45+
</a>
46+
</p>
47+
48+
<p align="center"><sub>▶ Watch the demo on YouTube</sub></p>
49+
50+
---
51+
52+
4053
## Install the Extension
4154

4255
<div align="center">

docs/preview_compressed.webp

275 KB
Loading

packages/extension/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525

2626
---
2727

28+
## Demo
29+
30+
<p align="center">
31+
<a href="https://www.youtube.com/watch?v=wErgEe9Pgqo" title="Watch on YouTube">
32+
<img src="https://raw.githubusercontent.com/Automations-Project/VSCode-Perplexity-MCP/main/docs/preview_compressed.webp" alt="Perplexity MCP demo — Search, Reason, Research, and Computer mode as a native MCP tool in your code editor" width="720">
33+
</a>
34+
</p>
35+
36+
<p align="center"><sub>▶ Watch the demo on YouTube</sub></p>
37+
38+
---
39+
2840
## Install
2941

3042
| IDE | Install |

0 commit comments

Comments
 (0)