mirror of https://github.com/docker/docs.git
deps: update material-symbols icons to v0.23.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
55e5c95981
commit
d3b966e9f6
|
@ -57,11 +57,11 @@ grid:
|
|||
icon: "database"
|
||||
description: Icon name = database
|
||||
- title: "logs"
|
||||
icon: "feed"
|
||||
description: Icon name = feed
|
||||
icon: "text_snippet"
|
||||
description: Icon name = text_snippet
|
||||
- title: "Prune/cut"
|
||||
icon: "cut"
|
||||
description: Icon name = cut
|
||||
icon: "content_cut"
|
||||
description: Icon name = content_cut
|
||||
- title: "Configure"
|
||||
icon: "tune"
|
||||
description: Icon name = tune
|
||||
|
|
|
@ -15,7 +15,7 @@ grid:
|
|||
link: /admin/organization/members/
|
||||
- title: Activity logs
|
||||
description: Learn how to audit the activities of your members.
|
||||
icon: feed
|
||||
icon: text_snippet
|
||||
link: /admin/organization/activity-logs/
|
||||
- title: Image Access Management
|
||||
description: Control which types of images your developers can pull.
|
||||
|
|
|
@ -19,11 +19,11 @@ grid:
|
|||
link: /network
|
||||
- title: Container logs
|
||||
description: Learn how to view and read container logs.
|
||||
icon: feed
|
||||
icon: text_snippet
|
||||
link: /config/containers/logging/
|
||||
- title: Prune
|
||||
description: Tidy up unused resources.
|
||||
icon: cut
|
||||
icon: content_cut
|
||||
link: /config/pruning
|
||||
- title: Configure the daemon
|
||||
description: Delve into the configuration options of the Docker daemon.
|
||||
|
|
|
@ -10,7 +10,7 @@ toc_min: 1
|
|||
grid:
|
||||
- title: Version and name top-level element
|
||||
description: Understand version and name attributes for Compose.
|
||||
icon: feed
|
||||
icon: text_snippet
|
||||
link: /reference/compose-file/version-and-name/
|
||||
- title: Services top-level element
|
||||
description: Explore all services attributes for Compose.
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<button @click="collapse = false"
|
||||
class="flex items-center rounded-full bg-blue-light px-2 text-sm text-white dark:bg-blue-dark-400">
|
||||
<span>Show more</span>
|
||||
<span class="icon-svg">{{ partialCached "icon" "expand_more" "expand_more" }}</span>
|
||||
<span class="icon-svg">{{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}</span>
|
||||
</button>
|
||||
</div>
|
||||
<div :class="{ 'h-32': collapse }">
|
||||
|
@ -29,7 +29,7 @@
|
|||
<button @click="collapse = true" x-show="!collapse"
|
||||
class="mx-auto -mt-4 flex items-center rounded-b-lg bg-blue-light px-2 text-sm text-white dark:bg-blue-dark-400">
|
||||
<span>Hide</span>
|
||||
<span class="icon-svg">{{ partialCached "icon" "expand_less" "expand_less" }}</span>
|
||||
<span class="icon-svg">{{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
{{- end }}
|
||||
{{ .title }}
|
||||
</div>
|
||||
<span :class="{ 'hidden' : !open }" class="icon-svg">{{ partialCached "icon" "expand_less" "expand_less" }}</span>
|
||||
<span :class="{ 'hidden' : open }" class="icon-svg">{{ partialCached "icon" "expand_more" "expand_more" }}</span>
|
||||
<span :class="{ 'hidden' : !open }" class="icon-svg">{{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}</span>
|
||||
<span :class="{ 'hidden' : open }" class="icon-svg">{{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}</span>
|
||||
</button>
|
||||
<div x-show="open" x-collapse class="px-4">
|
||||
{{ markdownify .body }}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
<p class="flex items-center gap-2">
|
||||
<span class="icon-svg">{{ partialCached "icon" "done" "done" }}</span>
|
||||
<span class="icon-svg">{{ partialCached "icon" "check" "check" }}</span>
|
||||
<a class="link" target="_blank" rel="noopener"
|
||||
href="{{ site.Params.repo }}/issues/new?template=doc_issue.yml&location={{ .Permalink }}&labels=status%2Ftriage">{{- T "requestChanges" -}}
|
||||
<span class="icon-svg icon-sm">
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<li>
|
||||
<a class="{{ $selectable }}" href="{{ .URL }}" aria-label="First">
|
||||
<span class="icon-svg">
|
||||
{{- partialCached "icon" "navigate_before" "navigate_before" -}}
|
||||
{{- partialCached "icon" "chevron_backward" "chevron_backward" -}}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<li>
|
||||
<a class="{{ $disabled }}" aria-disabled="true" aria-label="First">
|
||||
<span class="icon-svg">
|
||||
{{- partialCached "icon" "navigate_before" "navigate_before" -}}
|
||||
{{- partialCached "icon" "chevron_backward" "chevron_backward" -}}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<li>
|
||||
<a class="{{ $selectable }}" href="{{ .URL }}" aria-label="Last">
|
||||
<span class="icon-svg">
|
||||
{{- partialCached "icon" "navigate_next" "navigate_next" -}}
|
||||
{{- partialCached "icon" "chevron_forward" "chevron_forward" -}}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<li>
|
||||
<a class="{{ $disabled }}" aria-disabled="true" aria-label="Last">
|
||||
<span class="icon-svg">
|
||||
{{- partialCached "icon" "navigate_next" "navigate_next" -}}
|
||||
{{- partialCached "icon" "chevron_forward" "chevron_forward" -}}
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
</a>
|
||||
<button @click="expanded = !expanded" class="rounded hover:bg-gray-light-300 hover:dark:bg-gray-dark-300">
|
||||
<span x-show="! expanded" class="icon-svg">
|
||||
{{ partialCached "icon" "expand_more" "expand_more" }}
|
||||
{{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}
|
||||
</span>
|
||||
<span x-cloak x-show="expanded" class="icon-svg">
|
||||
{{ partialCached "icon" "expand_less" "expand_less" }}
|
||||
{{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -48,10 +48,10 @@
|
|||
</div>
|
||||
<button @click="expanded = !expanded" class="hover:bg-gray-light-300 hover:dark:bg-gray-dark-300 rounded">
|
||||
<span :class="{ 'hidden' : expanded }" class="icon-svg {{ if $expanded }}hidden{{ end }}">
|
||||
{{ partialCached "icon" "expand_more" "expand_more" }}
|
||||
{{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}
|
||||
</span>
|
||||
<span :class="{ 'hidden' : !expanded }" class="icon-svg {{ if not $expanded }}hidden{{ end }}">
|
||||
{{ partialCached "icon" "expand_less" "expand_less" }}
|
||||
{{ partialCached "icon" "arrow_drop_up" "arrow_drop_up" }}
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@alpinejs/focus": "^3.14.1",
|
||||
"@alpinejs/persist": "^3.14.1",
|
||||
"@floating-ui/dom": "^1.6.5",
|
||||
"@material-symbols/svg-400": "^0.14.6",
|
||||
"@material-symbols/svg-400": "^0.23.0",
|
||||
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"alpinejs": "^3.14.1",
|
||||
|
@ -142,9 +142,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@material-symbols/svg-400": {
|
||||
"version": "0.14.6",
|
||||
"resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.14.6.tgz",
|
||||
"integrity": "sha512-4uxXEyKljpfwlEQQE5xpN0ZOLduXC3ClCkwNtsM6xy8CLkVP1x32s8BPYHrpfGdhNNnKLkl+p8vh7VBqZi8D4A=="
|
||||
"version": "0.23.0",
|
||||
"resolved": "https://registry.npmjs.org/@material-symbols/svg-400/-/svg-400-0.23.0.tgz",
|
||||
"integrity": "sha512-bsvGmBds729rZYOCOgxs4FjpktXfkhcprsCNPv+PRIDE3K/b30bnOsFAylUUfJ6cnHoXucS672VdNe80YIUxwA=="
|
||||
},
|
||||
"node_modules/@nodelib/fs.scandir": {
|
||||
"version": "2.1.5",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@alpinejs/focus": "^3.14.1",
|
||||
"@alpinejs/persist": "^3.14.1",
|
||||
"@floating-ui/dom": "^1.6.5",
|
||||
"@material-symbols/svg-400": "^0.14.6",
|
||||
"@material-symbols/svg-400": "^0.23.0",
|
||||
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"alpinejs": "^3.14.1",
|
||||
|
|
Loading…
Reference in New Issue