Skip to content

Latest commit

 

History

History

with-docusaurus-swizzled

Example with Docusaurus swizzled search plugin

This example shows you how to use Markprompt in Docusaurus while using another theme search plugin, such as theme-search-algolia.

Installation

$ npm install

Local development

$ npm start

This command starts a local development server. Most changes are reflected live without having to restart the server.

Notes

If you don't have an existing search plugin installed in your Docusaurus project, you can use the Markprompt Docusaurus plugin without swizzling. Please refer to the Docusaurus example for a simpler configuration-based setup using the @markprompt/docusaurus-theme-search plugin.