mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-23 13:06:34 +01:00
Merge pull request #201 from pycom/algolia-search
added algolia search required css class
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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" . ) }}
|
||||
|
||||
@@ -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" . ) }}
|
||||
|
||||
Reference in New Issue
Block a user