Skip to content

Commit 2edde41

Browse files
committed
add algolia search plugin
1 parent e8c903f commit 2edde41

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

book.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"github",
1010
"edit-link",
1111
"rss",
12-
"etoc"
12+
"etoc",
13+
"algolia"
1314
],
1415
"pluginsConfig": {
1516
"disqus": {
@@ -52,6 +53,12 @@
5253
"algorithm",
5354
"leetcode"
5455
]
56+
},
57+
"algolia": {
58+
"index": "algorithm",
59+
"applicationID": "9YBMOZR89J",
60+
"publicKey": "5860a3e55ee72831917b1b9e2a4649ca",
61+
"freeAccount": "true"
5562
}
5663
}
5764
}

0 commit comments

Comments
 (0)