strapdown icon indicating copy to clipboard operation
strapdown copied to clipboard

Content search in strapdown.js

Open Jeffrey9130 opened this issue 7 years ago • 1 comments

Hi,

How can I add content searching tools in strapdown framework?

Thank you very much

Jeffrey9130 avatar Jul 29 '18 15:07 Jeffrey9130

You could use Lunr.js.

But in this case, Strapdown.js is no longer ideal because your website is multi-page with large size pages. I can recommend MkDocs to you: https://github.com/mkdocs/mkdocs/

This is a static site generator with search function by Lunr.js. It can be published in converted HTML. It also supports the Bootswatch theme, so you can achieve the same design as Strapdown.js. https://github.com/mkdocs/mkdocs-bootswatch

fu-sen avatar May 11 '21 01:05 fu-sen