From ed30fb9c40cdceb733b60ab5e62cbf1e18dcebcd Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Fri, 29 Sep 2023 21:40:57 +0200 Subject: [PATCH] Add DITA Bootstrap Lunr Search version 5.3.3 Signed-off-by: Roger Sheen --- net.infotexture.dita-bootstrap.lunr.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net.infotexture.dita-bootstrap.lunr.json diff --git a/net.infotexture.dita-bootstrap.lunr.json b/net.infotexture.dita-bootstrap.lunr.json new file mode 100644 index 0000000..8bcf454 --- /dev/null +++ b/net.infotexture.dita-bootstrap.lunr.json @@ -0,0 +1,22 @@ +[ + { + "name": "net.infotexture.dita-bootstrap.lunr", + "description": "Lunr.js search for DITA Bootstrap", + "keywords": ["HTML", "HTML5", "Bootstrap", "Bootstrap 5", "Responsive", "Lunr", "Search"], + "homepage": "https://infotexture.github.io/dita-bootstrap/search-box.html", + "vers": "5.3.3", + "license": "Apache-2.0", + "deps": [ + { + "name": "org.dita.base", + "req": ">=3.7.0" + }, + { + "name": "net.infotexture.dita-bootstrap", + "req": ">=5.3.3" + } + ], + "url": "https://github.com/infotexture/dita-bootstrap.lunr/archive/5.3.3.zip", + "cksum": "42a820bcae1bf9f903028b928c9f2fea5c5243da07d72f75f4db076ac3f13ce0" + } +]