Another pass at four pages of get started guide

- Make sure that we're calling `getType` instead of deprecated `_getType()`
- Make sure that we're referencing the proper camelCase symbols instead of snake_case symbols
- Make sure that we're using proper links to the API reference
- Make sure to chain calls of StateGraph methods
- Make sure to use Zod state in all snippets
This commit is contained in:
Tat Dat Duong
2025-07-28 14:51:04 -07:00
committed by Hunter Lovell
parent b3ec283b1e
commit 50a9cc5fbc
4 changed files with 406 additions and 319 deletions
@@ -300,7 +300,7 @@ except Exception:
:::
:::js
You can visualize the graph using the `getGraph` method and one of the "draw" methods, like `drawMermaidPng`. The `draw` methods each require additional dependencies.
You can visualize the graph using the `getGraph` method and render the graph with the `drawMermaidPng` method.
```typescript
import * as fs from "node:fs/promises";