add npm run dev:docs consistent readme with instantsearch.js move to docsearch.js What do you think?
19 lines
513 B
YAML
19 lines
513 B
YAML
# Site settings
|
|
title: Documentation Search
|
|
description: Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eum quod hic qui, possimus ab ratione illo reiciendis nostrum sit aperiam debitis enim illum sequi reprehenderit porro error, sint earum rem!
|
|
baseurl: "/docsearch.js" # the subpath of your site, e.g. /blog/
|
|
twitter_username: algolia
|
|
github_username: algolia
|
|
host: 0.0.0.0
|
|
|
|
# Navigation
|
|
navigation:
|
|
- text: About
|
|
url: /about/
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
|
|
# Assets
|
|
sass:
|
|
sass_dir: css
|