Skip to content

Commit 3b3dab9

Browse files
committed
fix: remove invalid YAML escape sequences in descriptions
1 parent a0e7d8f commit 3b3dab9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

repos.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ categories:
33
slug: supermodel
44
repos:
55
- name: mcp
6-
description: "Supermodel Model Context Protocol server. Generate code graphs in Cursor, Codex or Claude Code\!"
6+
description: "Supermodel Model Context Protocol server. Generate code graphs in Cursor, Codex or Claude Code!"
77
pill: "MCP Server"
88
pill_class: "pill-accent"
99
- name: typescript-sdk
10-
description: "Generate useful graphs of your codebase with our TypeScript SDK\!"
10+
description: "Generate useful graphs of your codebase with our TypeScript SDK!"
1111
pill: "SDK"
1212
pill_class: "pill-accent"
1313
- name: graph2md
@@ -67,7 +67,7 @@ categories:
6767
pill_class: "pill-orange"
6868
- name: supabase
6969
upstream: supabase/supabase
70-
description: "The open source Firebase alternative Postgres database platform"
70+
description: "The open source Firebase alternative - Postgres database platform"
7171
pill: "Database"
7272
pill_class: "pill-green"
7373
- name: tailwindcss
@@ -77,7 +77,6 @@ categories:
7777
pill_class: "pill-blue"
7878
- name: openclaw
7979
upstream: openclaw/openclaw
80-
description: "Your own personal AI assistant any OS, any platform"
80+
description: "Your own personal AI assistant - any OS, any platform"
8181
pill: "AI Agent"
8282
pill_class: "pill-accent"
83-

0 commit comments

Comments
 (0)