Skip to content

Commit 498abda

Browse files
committed
video embed test
1 parent f043e56 commit 498abda

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,30 +55,24 @@ Try it out in our [public demo](https://demo.sourcebot.dev)!
5555
## Ask Sourcebot
5656
Ask Sourcebot gives you the ability to ask complex questions about your codebase in natural language.
5757

58-
It uses Sourcebots existing code search and navigation tools to allow reasoning models to search your code, follow code nav references, and provide an answer thats rich with inline citations and navigable code snippets.
58+
It uses Sourcebot's existing code search and navigation tools to allow reasoning models to search your code, follow code nav references, and provide an answer that's rich with inline citations and navigable code snippets.
5959

60-
https://github.com/user-attachments/assets/feb82cde-51fc-42f9-830d-8f149d328a0b
60+
<video src="https://github.com/user-attachments/assets/feb82cde-51fc-42f9-830d-8f149d328a0b" width="100%" controls></video>
6161

6262
## Code Search
6363
Search across all your repos/branches across any code host platform. Blazingly fast, and supports regular expressions, repo/language search filters, boolean logic, and more.
6464

65-
https://github.com/user-attachments/assets/022f0bd0-db45-45ba-a31f-7bd43b6e2e25
65+
<video src="https://github.com/user-attachments/assets/022f0bd0-db45-45ba-a31f-7bd43b6e2e25" width="100%" controls></video>
6666

6767
## Code Navigation
6868
IDE-level code navigation (goto definition and find references) across all your repos.
6969

70-
https://github.com/user-attachments/assets/86c1cd58-c4d1-4481-a2d3-fcbb79d98203
70+
<video src="https://github.com/user-attachments/assets/86c1cd58-c4d1-4481-a2d3-fcbb79d98203" width="100%" controls></video>
7171

7272
## Built-in File Explorer
7373
Explore every file across all of your repos. Modern UI with syntax highlighting, file tree, code navigation, etc.
7474

75-
<video
76-
src="https://github.com/user-attachments/assets/42d5782b-9e8d-4de2-a3b9-6db972901638"
77-
controls
78-
style="max-width: 100%; height: auto;"
79-
>
80-
Your browser does not support the video tag.
81-
</video>
75+
<video src="https://github.com/user-attachments/assets/42d5782b-9e8d-4de2-a3b9-6db972901638" width="100%" controls></video>
8276

8377
# Deploy Sourcebot
8478

0 commit comments

Comments
 (0)