Skip to content

Commit 1f1d5e3

Browse files
committed
docs: add Terminal Output title to code blocks on your-first-graph
1 parent 18dfa8b commit 1f1d5e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/tutorials/your-first-graph.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Once you've run `graft init`, you have a `graft/` directory full of linked Markd
1919

2020
`graft map` is a token-budgeted first look at a repo — directory clusters with file/symbol counts, each dir's local hubs, and the global hotspots — all ranked by in-degree, no LLM, no key:
2121

22-
```text
22+
```text title="Terminal Output"
2323
repo map — 113 files · 687 symbols · 2186 edges · typescript
2424
2525
src/ 63 files · 527 symbols hubs: contextDirFor (node-file.ts, 21←), wiringPath (write.ts, 14←)
@@ -34,7 +34,7 @@ Once you've run `graft init`, you have a `graft/` directory full of linked Markd
3434

3535
`graft grep` is exhaustive over every indexed file and groups hits by enclosing symbol, ranked by the same in-edge coupling `graft map` uses:
3636

37-
```text
37+
```text title="Terminal Output"
3838
"NEEDLE" — 2 hits in 2 symbols across 1 files (searched 1 indexed files)
3939
4040
heavilyCalled · function · src/a.ts:L1-L3 · 3 in-edges

0 commit comments

Comments
 (0)