Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: remove links to custom-widgets #9382

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading