stub out docsearch additions

This commit is contained in:
Mark Otto 2017-07-04 13:24:51 -07:00
parent 4bf6d7cb29
commit bf63d052c0
6 changed files with 170 additions and 0 deletions

View file

@ -28,6 +28,10 @@
{% endif %}
{% endif %}
{% if page.slug == "getting-started" or page.slug == "css" or page.slug == "components" or page.slug == "js" %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css">
{% endif %}
<!-- Documentation extras -->
{% if site.github %}
<link href="{{ site.baseurl }}/assets/css/docs.min.css" rel="stylesheet">