diff --git a/docs/api-reference/core/deck.md b/docs/api-reference/core/deck.md index 8baa4375f84..9ca84f62459 100644 --- a/docs/api-reference/core/deck.md +++ b/docs/api-reference/core/deck.md @@ -48,7 +48,7 @@ The following properties are used to initialize a `Deck` instance. Any custom va The canvas to render into. Can be either a HTMLCanvasElement or the element id. Will be auto-created if not supplied. -#### `device` ([Device](https://luma.gl/docs/api-reference/core/device)) +#### `device` ([Device](https://luma.gl/docs/api-reference/core/device)) {#device} luma.gl Device used to manage the application's connection with the GPU. Will be auto-created if not supplied. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ed61bd48fa5..4841660fbac 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -39,7 +39,8 @@ const config = { theme: { customCss: [ resolve('./src/styles.css'), - resolve('./node_modules/maplibre-gl/dist/maplibre-gl.css') + resolve('./node_modules/maplibre-gl/dist/maplibre-gl.css'), + resolve('../modules/widgets/dist/stylesheet.css') ] } }) diff --git a/website/src/pages/playground.jsx b/website/src/pages/playground.jsx index f6cbeb87606..ce6380a8c75 100644 --- a/website/src/pages/playground.jsx +++ b/website/src/pages/playground.jsx @@ -46,7 +46,7 @@ export default function Playground() { - + {() => }