Merge pull request #201 from pycom/algolia-search

added algolia search required css class
This commit is contained in:
Jirka Krepl
2020-01-07 11:41:49 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -721,7 +721,7 @@ theme = "doc-theme"
url = "/firmwareapi/pycom/network/coap/"
identifier = "firmwareapi@pycom@network@coap"
parent = "firmwareapi@pycom@network"
weight = 30
weight = 20
[[menu.main]]
name = "Bluetooth"

View File

@@ -1,5 +1,5 @@
{{ define "main" }}
<v-card>
<v-card class="DocSearch-content">
<v-card-text>
{{ if not .Params.disable_breadcrumbs }}
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}

View File

@@ -1,5 +1,5 @@
{{ define "main" }}
<v-card>
<v-card class="DocSearch-content">
<v-card-text>
{{ if not .Params.disable_breadcrumbs }}
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}