Socket
Book a DemoInstallSign in
Socket

@orama/plugin-docusaurus-v3

Package Overview
Dependencies
Maintainers
8
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orama/plugin-docusaurus-v3

Docusaurus plugin for local search powered by Orama

latest
Source
npmnpm
Version
3.1.14
Version published
Maintainers
8
Created
Source

Orama Plugin for Docusaurus v3

Plugin documentation

Local Development

To test the plugin locally, follow these steps:

(Required only if using workspace dependencies):

Replace all the workspace:* packages with the latest version of the package.

Steps:

  • Add a link to the plugin in your Docusaurus project:
"dependencies": {
  "@orama/plugin-docusaurus": "file:../path/to/plugin"
}
  • Install the plugin:
pnpm install
  • Start your Plugin project (plugin folder):
pnpm run watch
  • Copy the needed CSS files into dist folder:
pnpm run postbuild
  • Start your Docusaurus project:
pnpm start

The Docusaurus project will watch automatically for changes in the plugin, so you can edit the plugin and see the changes in real-time.

Other information

  • The Answer Session will not work while working on Staging due to the answer session url being hard-corded to production. To test it please, use prod environment.

For Docusaurus v2, please refer to the v2 branch.

Keywords

orama

FAQs

Package last updated on 16 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts