Skip to content

Commit 4ad30de

Browse files
committed
docs: show link and local protocols on homepage
1 parent 3acb31b commit 4ad30de

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

website/theme/components/HomePage/index.tsx

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -292,21 +292,24 @@ function Terminal() {
292292
<span className="t-success"></span> Extracting npm-skill (npm)
293293
</span>,
294294
<span key="5">
295-
<span className="t-success"></span> Linking local-dev (local)
295+
<span className="t-success"></span> Linking custom-dev (link)
296296
</span>,
297297
<span key="6">
298-
<span className="t-success"></span> Extracting legacy-v1 (file)
298+
<span className="t-success"></span> Linking local-dev (local)
299299
</span>,
300300
<span key="7">
301-
<span className="t-success"></span> Linking .claude/skills
301+
<span className="t-success"></span> Extracting legacy-v1 (file)
302302
</span>,
303303
<span key="8">
304-
<span className="t-success"></span> Linking .cursor/skills
304+
<span className="t-success"></span> Linking .claude/skills
305305
</span>,
306306
<span key="9">
307+
<span className="t-success"></span> Linking .cursor/skills
308+
</span>,
309+
<span key="10">
307310
<span className="t-success"></span> Updating skills-lock.yaml
308311
</span>,
309-
<span key="10" className="t-done">
312+
<span key="11" className="t-done">
310313
✨ Done in 1.2s
311314
</span>,
312315
]
@@ -379,10 +382,11 @@ function ConfigViewer() {
379382
text: ' "pr-creator": "https://github.com/rstackjs/agent-skills.git#89bd10a...&path:/skills/pr-creator",',
380383
},
381384
{ line: 8, text: ' "npm-skill": "npm:@scope/agent-logic@^1.2.0",' },
382-
{ line: 9, text: ' "local-dev": "local:./packages/my-custom-skill",' },
383-
{ line: 10, text: ' "legacy-v1": "file:./backups/old-agent.tgz"' },
384-
{ line: 11, text: ' }' },
385-
{ line: 12, text: '}' },
385+
{ line: 9, text: ' "custom-dev": "link:./packages/my-custom-skill",' },
386+
{ line: 10, text: ' "local-dev": "local:./.agents/skills/local-dev",' },
387+
{ line: 11, text: ' "legacy-v1": "file:./backups/old-agent.tgz"' },
388+
{ line: 12, text: ' }' },
389+
{ line: 13, text: '}' },
386390
]
387391

388392
const lockCode = [

0 commit comments

Comments
 (0)