mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
ee06a88f41
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
{{- $pages := where site.RegularPages "Params.sitemap" "!=" false -}}
|
|
{{- $sorted := sort $pages "RelPermalink" -}}
|
|
|
|
# Docker Documentation full text
|
|
|
|
> Source index: https://docs.docker.com/llms.txt
|
|
> This file contains page metadata and stable markdown URLs for bulk ingestion.
|
|
{{- range $sorted }}
|
|
|
|
## {{ .Title }}
|
|
URL: {{ .Permalink }}
|
|
Markdown: {{ partial "utils/markdown-url.html" . }}
|
|
{{- with .Description }}
|
|
Description: {{ chomp (replace . "\n" " ") }}
|
|
{{- end }}
|
|
{{- end }}
|