Gitbook algolia

https://github.com/GitbookIO/plugin-algolia

Power search using Algolia

Use Algolia as a back-end to index and search your book’s content.

This plugins requires gitbook >=4.0.0.

How to use it?

Create an Algolia account

  • Sign up to Algolia
  • Set up a basic index.
  • Access your API keys settings, and keep this page open for the next
    steps.

Set up the plugin in your book.
- Open Settings > Plugins Store interface in the GitBook Editor.
- Install the algolia plugin.
- Specify the following values in the modal for your book:

    Algolia Index Name, which is the name of the index you set up in Algolia web.
    Algolia Application ID, which is your unique application ID for API identification.
    Algolia Search-Only API Key, which is the unique ID for search queries.
    Is your Algolia account free, which you leave as true if you have what Algolia call a "Hacker Account".

Or if you prefer, you can declare the plug-in values in the book.json file. Add the plugin and its configuration to your book.json:

{
    "plugins": ["algolia"],
    "pluginsConfig": {
        "algolia": {
            "index": "algolia-index-name",
            "applicationID": "algolia-application-id",
            "publicKey": "algolia-search-only-api-key",
            "freeAccount": "true"
        }
    }
}

Set Algolia Environment Variables

If you are using the GitBook Editor, you can specify the ALGOLIA_PRIVATEKEY in the Settings of your book.

  • Login to https://www.gitbook.com
  • Go to the Settings of the book you want to add the environment
    variable to.
  • Scroll down to the Environment Variables group.
  • Add a new variable, named ALGOLIA_PRIVATEKEY, and put your Admin API
    Key as value.

If you are using the command line, pass your Admin API Key as an environment variable when launching gitbook:

$ ALGOLIA_PRIVATEKEY="algolia-admin-api-key" gitbook serve

  • 支持中文搜索
  • 断词很好
  • 免费账户基本够用
  • 还不确定在不翻墙的情况下能不能正常搜索
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值