Jacky Zhao
2023-08-12 79e828696a9e53357f61bd89c36e41555575c2c2
content/features/graph view.md
@@ -22,7 +22,7 @@
For example, here's what the default configuration looks like:
```typescript title="quartz.config.ts"
```typescript title="quartz.layout.ts"
Component.Graph({
  localGraph: {
    drag: true, // whether to allow panning the view around
@@ -53,7 +53,7 @@
Want to customize it even more?
- Removing graph view: delete all usages of `Component.Graph()` from `quartz.config.ts`.
- Removing graph view: delete all usages of `Component.Graph()` from `quartz.layout.ts`.
- Component: `quartz/components/Graph.tsx`
- Style: `quartz/components/styles/graph.scss`
- Script: `quartz/components/scripts/graph.inline.ts`