Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to display your importer in a modal.
modal: true
const importerOptions = { modal: true }; const importer = new FuseImporter({ options: importerOptions }); importer.getSessionToken = ... // see https://fuse-docs.flatirons.com/getting-started/sessions importer.show();