Skip to content

Commit f2d4a52

Browse files
committed
updates after rebase
1 parent 3473c8a commit f2d4a52

File tree

5 files changed

+3
-14
lines changed

5 files changed

+3
-14
lines changed

assets/icons/toolbox.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

content/manuals/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ params:
4242
link: /model-runner/
4343
- title: MCP Catalog and Toolkit
4444
description: Augment your AI workflow with MCP servers.
45-
icon: /assets/icons/toolkit.svg
45+
icon: /icons/toolkit.svg
4646
link: /ai/mcp-catalog-and-toolkit/
4747
products:
4848
- title: Docker Desktop

content/manuals/ai/mcp-catalog-and-toolkit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ grid:
1717
link: /ai/mcp-catalog-and-toolkit/catalog/
1818
- title: MCP Toolkit
1919
description: Learn about the MCP toolkit to manage MCP servers and clients
20-
icon: /assets/icons/toolkit.svg
20+
icon: /icons/toolkit.svg
2121
link: /ai/mcp-catalog-and-toolkit/toolkit/
2222
---
2323

layouts/partials/utils/svg.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,5 @@
22
{{- with resources.Get $path }}
33
{{ .Content | safeHTML }}
44
{{- else }}
5-
{{- if in $path "toolbox.svg" }}
6-
{{/* Temporary empty branch */}}
7-
{{- else }}
8-
{{- errorf "The 'svg' partial was unable to find %s" $path }}
9-
{{- end }}
5+
{{- errorf "The 'svg' partial was unable to find %s" $path }}
106
{{- end }}

0 commit comments

Comments
 (0)