Search bar on jmix document page

Hi,
I want to know about the search bar on jmix’s documentation page, can you give me a demo sourcecode or related documentation?
image

Hi @minhhung23599

The complete source code of the docs is located at GitHub - jmix-framework/jmix-docs: Documentation for Jmix framework

The search is implemented by a modified version of Antora Lunr extension, see https://github.com/jmix-framework/jmix-docs/blob/8b5f8b27b4f72e97c8eb0c95d2410f1b7e946187/antora-playbook.ci.yml#L21.

The modification adds the full path to the section in the left column. You can find the extension in the NPM repository: https://www.npmjs.com/package/@jmix-framework/lunr-extension