diff --git a/assets/css/code.css b/assets/css/code.css index 5b78f659b149..47bf0c75e8ca 100644 --- a/assets/css/code.css +++ b/assets/css/code.css @@ -16,9 +16,12 @@ background: theme("colors.gray.light.200"); display: inline-block; margin: 0; - white-space: nowrap; font-weight: 400; + overflow-wrap: anywhere; padding: 0 4px; + table & { + overflow-wrap: nowrap; + } } .highlight { diff --git a/assets/css/typography.css b/assets/css/typography.css index 008e7af70494..a0c6511e5908 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -73,5 +73,10 @@ @apply text-lg; line-height: 1.75; } + table { + display: block; + overflow-x: auto; + max-width: 100%; + } } } diff --git a/assets/images/docker-docs-white.svg b/assets/images/docker-docs-white.svg index b2a9aff7fb58..d5ceab0ea877 100644 --- a/assets/images/docker-docs-white.svg +++ b/assets/images/docker-docs-white.svg @@ -1,5 +1,5 @@ - +
+
Develop with Node
@@ -48,4 +48,4 @@ Learn how to containerize your applications and start developing using Docker. C
Develop with PHP
-
\ No newline at end of file +
diff --git a/hugo_stats.json b/hugo_stats.json index d0b091363c74..9a8f91ff41f0 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -5,6 +5,7 @@ "!mt-0", "--mount", "--tmpfs", + "-mb-3", "-mt-4", "-top-16", "-v", @@ -112,7 +113,6 @@ "Without-systemd", "absolute", "aspect-video", - "auto-rows-fr", "bake-action", "basis-1/3", "basis-2/3", @@ -150,6 +150,7 @@ "build-push-action", "chroma", "cls-1", + "col-start-2", "cursor-not-allowed", "cursor-pointer", "dark:bg-accent-dark", @@ -208,8 +209,6 @@ "flex-1", "flex-col", "flex-col-reverse", - "flex-initial", - "flex-row-reverse", "flex-wrap", "font-medium", "footnote-backref", @@ -227,17 +226,15 @@ "gap-6", "gap-8", "grid", + "grid-cols-1", "grid-cols-2", - "grid-cols-3", - "grid-cols-4", "group", "group-hover:block'", - "grow", "h-16", "h-2", "h-32", "h-8", - "h-[334px]", + "h-auto", "h-full", "h-max", "h-screen", @@ -258,6 +255,7 @@ "icon-sm", "icon-svg", "important", + "information", "inline", "inset-0", "invertible", @@ -273,13 +271,16 @@ "left-0", "lg:block", "lg:grid-cols-2", - "lg:grow-0", + "lg:grid-cols-3", + "lg:grid-cols-main-lg", "lg:hidden", - "lg:link", - "lg:pb-0", - "lg:px-4", + "lg:max-w-[300px]", + "lg:ml-auto", + "lg:no-underline", + "lg:pb-2", + "lg:scale-100", "lg:text-base", - "lg:w-full", + "lg:w-[1200px]", "link", "lntable", "lntd", @@ -287,24 +288,23 @@ "max-h-full", "max-w-56", "max-w-[1400px]", - "max-w-[66%]", + "max-w-[840px]", "max-w-full", "max-w-none", "mb-4", "mb-8", "md:block", - "md:fixed", + "md:col-start-3", "md:flex", - "md:gap-2", - "md:grid-cols-1", - "md:h-screen", + "md:flex-row", + "md:gap-8", + "md:grid-cols-2", + "md:grid-cols-3", + "md:grid-cols-main-md", + "md:h-[334px]", "md:hidden", - "md:ml-[21px]", - "md:scale-50", - "md:w-full", - "md:w-lvw", - "md:w-screen", - "md:z-10", + "md:max-w-[66%]", + "md:scale-100", "min-h-screen", "min-w-0", "ml-3", @@ -332,8 +332,10 @@ "p-6", "p-8", "p-[2px]", + "pb-0", "pb-0.5", "pb-2", + "pb-32", "pb-4", "pl-1", "pl-2", @@ -341,6 +343,7 @@ "pl-4", "pl-5", "place-items-center", + "pr-2", "prose", "pt-0", "px-1", @@ -351,6 +354,7 @@ "py-2", "py-20", "py-4", + "py-8", "regular-install", "relative", "restricted", @@ -364,23 +368,13 @@ "rounded-b-lg", "rounded-full", "rounded-sm", + "scale-50", + "scale-75", "scroll-mt-20", "scroll-mt-36", "self-center", "shadow", - "shrink", - "shrink-0", "sidebar-hover", - "sm:col-start-2", - "sm:flex", - "sm:flex-col", - "sm:grid-cols-2", - "sm:h-auto", - "sm:h-full", - "sm:hidden", - "sm:max-w-full", - "sm:py-8", - "sm:scale-75", "space-x-2", "space-y-4", "sticky", @@ -421,14 +415,14 @@ "w-2", "w-8", "w-[1200px]", - "w-[300px]", "w-[32px]", - "w-[840px]", "w-full", + "w-lvw", "warning", - "xl:grid-cols-1", - "xl:grid-cols-2", "xl:grid-cols-3", + "xl:grid-cols-4", + "xl:grid-cols-main-xl", + "xl:w-[1200px]", "youtube-video", "z-10", "z-20", diff --git a/i18n/en.yaml b/i18n/en.yaml index 2b74f96d1393..a6f797b9dbee 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,7 +5,7 @@ editPage: requestChanges: other: Request changes tableOfContents: - other: Contents + other: Table of contents relatedContent: other: Related content diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 181426784ef6..243ea2a0a342 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,17 +7,34 @@ {{ partial "header.html" . }} -
-