Files
agentskills/docs/docs.json
T
Jonathan Hefner 7fe6232e9f Rename "Integrating skills" guide to "Adding skills support"
Addresses reviewer feedback that "Integrating" could be misread as
integrating skills into a workflow rather than into a client. Renames
`integrating-skills.mdx` to `adding-skills-support.mdx` and updates all
references in `docs.json`, `home.mdx`, and `what-are-skills.mdx`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-04 08:32:41 -06:00

55 lines
1.0 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Agent Skills",
"colors": {
"primary": "#7f7f7f",
"light": "#bfbfbf",
"dark": "#404040"
},
"favicon": "/favicon.svg",
"navbar": {
"primary": {
"type": "github",
"href": "https://github.com/agentskills/agentskills"
}
},
"navigation": {
"pages": [
"home",
"what-are-skills",
"specification",
{
"group": "For skill creators",
"pages": [
"skill-creation/using-scripts"
]
},
{
"group": "For client implementors",
"pages": [
"client-implementation/adding-skills-support"
]
}
]
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"redirects": [
{
"source": "/integrate-skills",
"destination": "/client-implementation/adding-skills-support"
}
]
}