Skip to content

Commit

Permalink
docs: Unlist incomplete doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed May 10, 2024
1 parent 781d97d commit 509995c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/core/concepts/reactivity.md
@@ -1,6 +1,7 @@
---
title: How to scale using Reactivity
sidebar_label: Reactivity
unlisted: true
---

<head>
Expand Down
3 changes: 1 addition & 2 deletions docs/core/getting-started/mutations.md
Expand Up @@ -80,8 +80,7 @@ export default function TodoItem({ todo }: { todo: Todo }) {
}
```

```tsx title="CreateTodo" {9-12} collapsed
import { v4 as uuid } from 'uuid';
```tsx title="CreateTodo" {8-11} collapsed
import { useController } from '@data-client/react';
import { TodoResource } from './TodoResource';

Expand Down

0 comments on commit 509995c

Please sign in to comment.