Commit 1a2c030
authored
Added Manta Graph button to README (#660)
Manta Graph can be opened through a button in README, to see the
solution in a form of interactive graph.
<img width="1440" height="1209" alt="image"
src="https://github.com/user-attachments/assets/bf4b8747-cfc5-4246-bb5a-1aa4e8148fcb"
/>
<!-- greptile_comment -->
<h2>Greptile Overview</h2>
Updated On: 2025-10-12 19:34:37 UTC
<h3>Summary</h3>
Added a Manta Graph badge to the README badge section that links to an
interactive graph visualization of the repository at
`getmanta.ai/helixdb`.
- Badge uses standard markdown badge format consistent with existing
badges
- Both the badge image URL and target link are verified to be accessible
- Placement is appropriate among other project badges (line 21)
- No functional or documentation issues identified
<details><summary><h3>Important Files Changed</h3></summary>
File Analysis
| Filename | Score | Overview |
|----------|-------|----------|
| README.md | 5/5 | Added Manta Graph badge to badge section - safe
documentation change |
</details>
</details>
<details><summary><h3>Sequence Diagram</h3></summary>
```mermaid
sequenceDiagram
participant Dev as Developer
participant GH as GitHub README
participant Badge as Manta Badge API
participant Manta as Manta Graph Site
Dev->>GH: Add Manta Graph badge markdown
Note over GH: Badge line 21:<br/>[](link_url)
User->>GH: View README.md
GH->>Badge: Request badge image<br/>(getmanta.ai/api/badges?text=...)
Badge-->>GH: Return SVG badge image
GH->>User: Display README with badge
User->>GH: Click Manta Graph badge
GH->>Manta: Redirect to getmanta.ai/helixdb
Manta-->>User: Show interactive graph visualization
```
</details>
<!-- greptile_other_comments_section -->
<!-- /greptile_comment -->1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments