Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: broken media files
  • Loading branch information
akash3444 committed Aug 25, 2024
commit d4343278b5a5e5b3003afe6cc789bcdadf1e6c29
2 changes: 1 addition & 1 deletion docs/demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Explore this collection of demo videos showcasing various use cases of PearAI. E
## Quick Onboarding & Documentation Creation

<video width='100%' controls>
<source src="/videos/demo.webm" type="video/webm" />
<source src="videos/demo.webm" type="video/webm" />
Your browser does not support the video tag.
</video>

Expand Down
8 changes: 4 additions & 4 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@ keywords: [quickstart, start, install, vscode, jetbrains]
:::

<video width="400" controls>
<source src="/videos/pearai-onboard-login.webm" type="video/webm" />
<source src="videos/pearai-onboard-login.webm" type="video/webm" />
Your browser does not support the video tag.
</video>

3. You're now ready to start prompting!

4. Optional: put PearAI in your path so you can open within directories with `pearai .`

<img src="/img/pearai-path-dark.webp" alt="pearai path" width="400"/>
<img src="img/pearai-path-dark.webp" alt="pearai path" width="400"/>

5. Try out the 2 core features below!

1. `CMD+I` (Inline code editing)
<video width="400" controls>
<source src="/videos/cmd+i-documentation.webm" type="video/webm" />
<source src="videos/cmd+i-documentation.webm" type="video/webm" />
Your browser does not support the video tag.
</video>

2. `CMD+L` (PearAI chat)
<video width="400" controls>
<source src="/videos/cmd+l-documentation.webm" type="video/webm" />
<source src="videos/cmd+l-documentation.webm" type="video/webm" />
Your browser does not support the video tag.
</video>