mirror of https://github.com/docker/docs.git
16 lines
398 B
HTML
16 lines
398 B
HTML
<aside
|
|
class="sticky top-16 h-[calc(100vh-64px)] min-w-52 space-y-4 overflow-y-auto py-4 w-full"
|
|
>
|
|
{{ partial "github-links.html" . }}
|
|
<div id="TableOfContents">
|
|
{{ partialCached "pagemeta.html" . . }}
|
|
</div>
|
|
{{- if ne .Type "guides" }}
|
|
{{ with .GetTerms "tags" }}
|
|
<div class="not-prose mt-8 px-4">
|
|
{{- partial "tags.html" . }}
|
|
</div>
|
|
{{- end }}
|
|
{{- end }}
|
|
</aside>
|