mirror of https://github.com/docker/docs.git
Merge pull request #18631 from docker/revert-18627-main
Revert "search: add a stronger main content identifier"
This commit is contained in:
commit
ac3e0af07d
|
@ -12,7 +12,7 @@
|
||||||
{{ .Scratch.Set "headings" slice }}
|
{{ .Scratch.Set "headings" slice }}
|
||||||
{{ .Scratch.Set "subheadings" slice }}
|
{{ .Scratch.Set "subheadings" slice }}
|
||||||
{{ partial "breadcrumbs.html" . }}
|
{{ partial "breadcrumbs.html" . }}
|
||||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
<article class="prose max-w-none dark:prose-invert">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
{{ $data.short | .RenderString (dict "display" "block") }}
|
{{ $data.short | .RenderString (dict "display" "block") }}
|
||||||
{{ if $data.deprecated }}
|
{{ if $data.deprecated }}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ partial "breadcrumbs.html" . }}
|
{{ partial "breadcrumbs.html" . }}
|
||||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
<article class="prose max-w-none dark:prose-invert">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ partial "breadcrumbs.html" . }}
|
{{ partial "breadcrumbs.html" . }}
|
||||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
<article class="prose max-w-none dark:prose-invert">
|
||||||
{{ with .Title }}
|
{{ with .Title }}
|
||||||
<h1>{{ . }}</h1>
|
<h1>{{ . }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ partial "breadcrumbs.html" . }}
|
{{ partial "breadcrumbs.html" . }}
|
||||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
<article class="prose max-w-none dark:prose-invert">
|
||||||
{{ with .Title }}
|
{{ with .Title }}
|
||||||
<h1>{{ . }}</h1>
|
<h1>{{ . }}</h1>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ partial "breadcrumbs.html" . }}
|
{{ partial "breadcrumbs.html" . }}
|
||||||
<article id="content" class="prose max-w-none dark:prose-invert">
|
<article class="prose max-w-none dark:prose-invert">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><strong>Note</strong></p>
|
<p><strong>Note</strong></p>
|
||||||
|
|
Loading…
Reference in New Issue