mirror of https://github.com/docker/docs.git
fix: pagefind error (#22355)
## Description fix for new llms.txt page options rendering in search titles :')
This commit is contained in:
parent
477ecdaace
commit
ce09959c3c
|
@ -369,6 +369,7 @@
|
||||||
"mb-2",
|
"mb-2",
|
||||||
"mb-4",
|
"mb-4",
|
||||||
"mb-8",
|
"mb-8",
|
||||||
|
"md-dropdown",
|
||||||
"md:block",
|
"md:block",
|
||||||
"md:flex-nowrap",
|
"md:flex-nowrap",
|
||||||
"md:flex-row",
|
"md:flex-row",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{{ partial "breadcrumbs.html" . }}
|
{{ partial "breadcrumbs.html" . }}
|
||||||
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
|
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
|
||||||
<span>{{ .Title }}</span>
|
<span>{{ .Title }}</span>
|
||||||
<span class="ml-auto">
|
<span class="ml-auto md-dropdown">
|
||||||
{{ partial "md-dropdown.html" . }}
|
{{ partial "md-dropdown.html" . }}
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -2,3 +2,4 @@ output_subdir: pagefind
|
||||||
site: public
|
site: public
|
||||||
exclude_selectors:
|
exclude_selectors:
|
||||||
- "table"
|
- "table"
|
||||||
|
- ".md-dropdown"
|
||||||
|
|
Loading…
Reference in New Issue