mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
## Description - Adds .md versions of manuals and guide pages - Adds site-wide llms.txt file to footer (this is essentially a sitemap that LLMs can crawl) - Adds options for llms/AI agents to better crawl docs, users to ask about docs in Docs AI - Preview: https://deploy-preview-22298--docsdocker.netlify.app/admin/organization/onboard/ ## Related issues or tickets https://docker.atlassian.net/browse/ENGDOCS-2454 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
15 lines
397 B
HTML
15 lines
397 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> |