Skip to content

v1.3.2

Compare
Choose a tag to compare
@zhonger zhonger released this 19 May 02:49
· 40 commits to master since this release
068c116

Features

Add DocSearch support. (42f2974)

Usage

Add these configurations in the _config.yml file to enable DocSearch.

search: true
search_type: "docsearch"
docsearch:
    appId: "GIVEN BY DOCSEARCH"
    apiKey: "GIVEN BY DOCSEARCH"
    indexName: "GIVEN BY DOCSEARCH"