backstage / mkdocs-monorepo-plugin

✚ Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
https://backstage.github.io/mkdocs-monorepo-plugin/
Apache License 2.0
314 stars 75 forks source link

Search disabled ? #64

Closed natcl closed 2 years ago

natcl commented 2 years ago

I just tried converting my documentation to use this plugin and the Search modal disappeared. Is search supported ?

Thanks !

natcl commented 2 years ago

For this to work the search plugin had to be explicitly set in the mkdocs.yml file:

plugins:
  - monorepo
  - search