Skip to content

Commit

Permalink
website: remove links to custom-widgets (#9382)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Jan 28, 2025
1 parent 13a3fff commit a6b4189
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions docs/api-reference/react/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ React props are passed to the widget:
-new ZoomWidget({ id: 'zoom', placement: 'top-right' })
+<ZoomWidget id='zoom' placement='top-right'/>
```

### Authoring Custom Widgets with React

Learn how author your own custom widgets in React with the `useWidget` hook by reading the [Custom Widget Developer Guide](../../developer-guide/custom-widgets).
2 changes: 0 additions & 2 deletions docs/api-reference/react/use-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const MyReactWidget = (props) => {
</DeckGL>
```

See a full example [here](../../developer-guide/custom-widgets/react-widgets.md).

## Signature

```tsx
Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deck.gl v9.0 added support for widgets, with v9.1 users can now create React com

##### Widgets Developer Guide

deck.gl v9.1 provides the ability to for applications to write React component that integrate with deck.gl using the widget interface. Learn how to write such React components with our new [Custom Widgets Developer Guide](./developer-guide/custom-widgets).
deck.gl v9.1 provides the ability to for applications to write React component that integrate with deck.gl using the widget interface.

### Aggregation layers upgrade

Expand Down

0 comments on commit a6b4189

Please sign in to comment.