@apify/docs-search-modal
v1.1.1
Published
A custom implementation of the modal search for Apify Docs.
Downloads
1,555
Maintainers
Keywords
Readme
@apify/docs-search-modal
This project contains a React component that renders a search modal for Apify documentation (using Algolia's Autocomplete).
In case you want to create something similar for your project, feel free to check out the source code on GitHub!
Development
To start the development server, run:
yarn
cd web
yarn
yarn dev
The server will run on http://localhost:5173
.
HMR is enabled by default, so you can see the changes you make in the search modal code in real-time.