egoist/docute



Do you want to work on this issue?
You can request for a bounty in order to promote it!
[Question] How to add Search function #260
RyanBram posted onGitHub
Hi, Developers. Based on this issue, search function has been implemented. I have read the documentation, but still cannot understand about what I should do.
Is it possible for you to give me working example in script.js like in docu-starter.zip.
Some javascript code like...
plugins: [
docsearch({
appId: 'BH4D9OD16A',
apiKey: '65360cf9a91d87cd455d2b286d0d89ee',
indexName: 'docute',
tags: ['english', 'zh-Hans', 'zh-Hant', 'ja'],
url: 'https://v3.docute.org'
}),
evanyou(),
disqus({
shortname: 'wxa'
})
],
.. will be really useful for me.
Thank you very much.