Skip to content

Commit

Permalink
Rename hooks README to overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Nov 19, 2024
1 parent cde7899 commit 7d25445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Below are all the built-in hooks that deephaven.ui provides.

_State_ lets a component remember some data between renders and trigger a re-render when the data changes. For example, a counter component might use state to keep track of the current count.

The [`use_state`](use_state.md) hook adds state to a component.
The [`use_state`](use_state.md) hook adds state to a component.

### Ref hooks

Expand Down
2 changes: 1 addition & 1 deletion plugins/ui/docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"items": [
{
"label": "Overview",
"path": "hooks/README.md"
"path": "hooks/overview.md"
},
{
"label": "use_boolean",
Expand Down

0 comments on commit 7d25445

Please sign in to comment.