Skip to content

Commit 3bacf95

Browse files
committed
NMS-13540: Highlight search terms in result page
1 parent 634144b commit 3bacf95

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1
44
executors:
55
docs-executor:
66
docker:
7-
- image: opennms/antora:3.1.1-b8850
7+
- image: opennms/antora:3.1.1-b9143
88
publish-executor:
99
docker:
1010
- image: circleci/buildpack-deps:focal

package-lock.json

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"@antora/cli": "3.1.1",
4-
"@antora/lunr-extension": "1.0.0-alpha.8",
4+
"@antora/lunr-extension": "https://github.com/opennms-forge/antora-lunr-extension.git",
55
"@antora/site-generator": "3.1.1"
66
}
77
}

0 commit comments

Comments
 (0)