Skip to content

Commit 88aeb58

Browse files
author
Jirka Krepl
authored
Merge pull request #201 from pycom/algolia-search
added algolia search required css class
2 parents dbbca99 + e515a9e commit 88aeb58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ theme = "doc-theme"
721721
url = "/firmwareapi/pycom/network/coap/"
722722
identifier = "firmwareapi@pycom@network@coap"
723723
parent = "firmwareapi@pycom@network"
724-
weight = 30
724+
weight = 20
725725

726726
[[menu.main]]
727727
name = "Bluetooth"

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<v-card>
2+
<v-card class="DocSearch-content">
33
<v-card-text>
44
{{ if not .Params.disable_breadcrumbs }}
55
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<v-card>
2+
<v-card class="DocSearch-content">
33
<v-card-text>
44
{{ if not .Params.disable_breadcrumbs }}
55
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}

0 commit comments

Comments
 (0)