41 lines
880 B
YAML
41 lines
880 B
YAML
# Site settings
|
|
baseurl: "/docsearch" # the subpath of your site, e.g. /blog/
|
|
host: 0.0.0.0
|
|
|
|
# OpenGraph / Twitter
|
|
title: DocSearch
|
|
description: "Algolia DocSearch is the easiest way to add search to your documentation. Just send us your URL, and we'll send you the implementation code."
|
|
tagline: DocSearch
|
|
card_image: https://community.algolia.com/docsearch/img/docsearch-social.jpg
|
|
twitter_username: algolia
|
|
github_username: algolia
|
|
|
|
# Navigation
|
|
navigation:
|
|
-
|
|
text: Documentation
|
|
url: /documentation/
|
|
-
|
|
text: About
|
|
url: /about/
|
|
|
|
# Build settings
|
|
kramdown:
|
|
input: GFM
|
|
hard_wrap: false
|
|
|
|
auto_ids: true
|
|
footnote_nr: 1
|
|
entity_output: as_char
|
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
|
syntax_highlighter: coderay
|
|
|
|
coderay_wrap: div
|
|
coderay_line_numbers: nil
|
|
coderay_css: style
|
|
|
|
# Assets
|
|
sass:
|
|
sass_dir: css
|
|
|
|
exclude: [node_modules]
|