Files
agentskills/docs/docs.json
T
Jonathan Hefner 84672e62b9 Add Discord links to README.md and docs/home.mdx
Adds a Discord entry to the Getting Started list in `README.md` and
replaces the standalone "View on GitHub" link in `docs/home.mdx` with a
sentence inviting readers to join on GitHub or Discord.

Also applies minor formatting cleanup in `README.md`: bolds the link
text and switches hyphens to em dashes for consistency.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 10:41:25 -05:00

62 lines
1.4 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Agent Skills",
"colors": {
"primary": "#7f7f7f",
"light": "#bfbfbf",
"dark": "#404040"
},
"favicon": "/favicon.svg",
"banner": {
"content": "Agent Skills now has an official [Discord server](https://discord.gg/MKPE9g8aUy). See the [announcement](https://github.com/agentskills/agentskills/discussions/273) for details.",
"dismissible": true
},
"navbar": {
"primary": {
"type": "github",
"href": "https://github.com/agentskills/agentskills"
}
},
"navigation": {
"pages": [
"home",
"what-are-skills",
"specification",
{
"group": "For skill creators",
"pages": [
"skill-creation/best-practices",
"skill-creation/optimizing-descriptions",
"skill-creation/evaluating-skills",
"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"
}
]
}