mirror of https://github.com/docker/docs.git
21 lines
595 B
HTML
21 lines
595 B
HTML
<div class="flex w-full gap-8">
|
|
<article class="prose min-w-0 max-w-4xl flex-[2_2_0%] dark:prose-invert">
|
|
{{ partial "breadcrumbs.html" . }}
|
|
<h1 data-pagefind-weight="10" class="flex scroll-mt-36 items-center">
|
|
<span>{{ .Title }}</span>
|
|
</h1>
|
|
|
|
<div class="block lg:hidden">
|
|
{{ partialCached "pagemeta.html" . . }}
|
|
<hr />
|
|
</div>
|
|
{{ .Content }}
|
|
</article>
|
|
<span class="ml-auto md-dropdown">
|
|
{{ partial "md-dropdown.html" . }}
|
|
</span>
|
|
<div class="-mr-8 -mt-8 hidden min-w-52 flex-1 lg:block">
|
|
{{ partial "aside.html" . }}
|
|
</div>
|
|
</div>
|