Files
ironclaw/docs/docs.json
Josh Ford 6c680257e4 docs: move changelog to a navbar tab and tighten its intro (#7859)
* docs: move changelog to a navbar tab and tighten its intro

Replace the bottom "Releases" sidebar group with Docs / Changelog navbar
tabs (with icons), aligned to the content area's left edge via a CSS
override of the almond theme's right-side tab placement. Rewrite the
changelog intro into three single-idea sentences.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XTZsoEbLEd6rPKmKqbYsU5

* docs: anchor navbar tabs at the documented 272px content edge

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XTZsoEbLEd6rPKmKqbYsU5

* docs: shorten navbar tab CSS comment

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XTZsoEbLEd6rPKmKqbYsU5

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-26 15:26:46 +00:00

411 lines
11 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "almond",
"name": "IronClaw",
"colors": {
"primary": "#1191f0",
"light": "#1191f0",
"dark": "#1191f0"
},
"favicon": "/images/logo/favicon.ico",
"logo": {
"light": "/images/logo/logo.svg",
"dark": "/images/logo/logo-dark.svg"
},
"navbar": {
"links": [
{
"label": "Get Support",
"href": "https://t.me/ironclawAI"
}
],
"primary": {
"type": "button",
"label": "Deploy Now",
"href": "https://agent.near.ai/"
}
},
"navigation": {
"languages": [
{
"language": "en",
"tabs": [
{
"tab": "Docs",
"icon": "book-open",
"groups": [
{
"group": " ",
"pages": [
"index",
"quickstart",
"onboard"
]
},
{
"group": "Using IronClaw",
"icon": "play",
"pages": [
"using/webui",
"using/cli",
"using/service"
]
},
{
"group": "Capabilities",
"icon": "cubes",
"pages": [
"capabilities/overview",
"capabilities/llm-providers",
{
"group": "Core Capabilities",
"pages": [
"security",
"capabilities/database",
"capabilities/configuration",
{
"group": "Memory",
"pages": [
"capabilities/memory/memory",
"capabilities/memory/identity"
]
},
{
"group": "Routines",
"pages": [
"capabilities/routines/cron",
"capabilities/routines/heartbeat",
"capabilities/routines/reactive"
]
},
{
"group": "Jobs",
"pages": [
"capabilities/jobs/jobs",
"capabilities/jobs/self-repair"
]
},
"capabilities/skills",
"capabilities/sandboxed-tools",
"capabilities/traces"
]
}
]
},
{
"group": "Channels",
"icon": "message",
"pages": [
"channels/overview",
"channels/slack",
"channels/telegram"
]
},
{
"group": "IronHub",
"icon": "archive",
"pages": [
"hub/overview",
"hub/installing",
"hub/contributing"
]
},
{
"group": "API",
"icon": "code",
"pages": [
"api/responses"
]
},
{
"group": "Extensions (Tools)",
"icon": "hammer",
"pages": [
"extensions/overview",
{
"group": "Built-in Extensions",
"pages": [
"extensions/file-tools",
"extensions/github",
{
"group": "Google",
"pages": [
"extensions/google/oauth-setup",
"extensions/google/gmail",
"extensions/google/calendar",
"extensions/google/docs",
"extensions/google/drive",
"extensions/google/sheets",
"extensions/google/slides"
]
},
"extensions/mcp",
"extensions/web-search",
"extensions/shell"
]
}
]
},
{
"group": "Tutorials",
"icon": "graduation-cap",
"pages": [
"extensions/building-a-tool",
"channels/building-a-channel",
{
"group": "How to host IronClaw on...",
"pages": [
"infrastructure/droplet",
"infrastructure/google",
"infrastructure/amazon"
]
}
]
}
]
},
{
"tab": "Changelog",
"icon": "clock-rotate-left",
"pages": [
"changelog"
]
}
]
},
{
"language": "zh",
"navbar": {
"links": [
{
"label": "支持",
"href": "https://t.me/ironclawAI"
}
],
"primary": {
"type": "button",
"label": "立即部署",
"href": "https://agent.near.ai/"
}
},
"tabs": [
{
"tab": " ",
"groups": [
{
"group": " ",
"pages": [
"zh/index",
"zh/quickstart",
"zh/onboard"
]
},
{
"group": "核心能力",
"icon": "cubes",
"pages": [
"zh/capabilities/overview",
{
"group": "核心能力",
"pages": [
"zh/security",
{
"group": "记忆",
"pages": [
"zh/capabilities/memory/memory",
"zh/capabilities/memory/identity"
]
},
{
"group": "例程",
"pages": [
"zh/capabilities/routines/cron",
"zh/capabilities/routines/heartbeat",
"zh/capabilities/routines/reactive"
]
},
{
"group": "任务",
"pages": [
"zh/capabilities/jobs/jobs",
"zh/capabilities/jobs/self-repair"
]
},
"zh/capabilities/skills",
"zh/capabilities/sandboxed-tools"
]
}
]
},
{
"group": "渠道",
"icon": "message",
"pages": [
"zh/channels/overview",
"zh/channels/telegram"
]
},
{
"group": "IronHub",
"icon": "archive",
"pages": [
"zh/hub/overview",
"zh/hub/installing",
"zh/hub/contributing"
]
},
{
"group": "扩展(工具)",
"icon": "hammer",
"pages": [
"zh/extensions/overview",
{
"group": "内置扩展",
"pages": [
"zh/extensions/file-tools",
"zh/extensions/github",
{
"group": "Google",
"pages": [
"zh/extensions/google/oauth-setup",
"zh/extensions/google/gmail",
"zh/extensions/google/calendar",
"zh/extensions/google/docs",
"zh/extensions/google/drive",
"zh/extensions/google/sheets",
"zh/extensions/google/slides"
]
},
"zh/extensions/mcp",
"zh/extensions/web-search",
"zh/extensions/shell"
]
}
]
},
{
"group": "教程",
"icon": "graduation-cap",
"pages": [
"zh/extensions/building-a-tool",
{
"group": "在以下平台托管 IronClaw",
"pages": [
"zh/infrastructure/droplet",
"zh/infrastructure/google",
"zh/infrastructure/amazon"
]
}
]
}
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Agent Dashboard",
"href": "https://agent.near.ai/",
"icon": "sliders"
},
{
"anchor": "NEAR AI Cloud",
"href": "https://cloud.near.ai",
"icon": "cloud"
}
]
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"x": "https://x.com/near_ai",
"github": "https://github.com/nearai",
"linkedin": "https://linkedin.com/company/near-ai"
}
},
"redirects": [
{
"source": "/capabilities/mcp",
"destination": "/extensions/mcp"
},
{
"source": "/tunnel",
"destination": "/using/webui"
},
{
"source": "/channels/discord",
"destination": "/channels/overview"
},
{
"source": "/channels/signal",
"destination": "/channels/overview"
},
{
"source": "/channels/wechat",
"destination": "/channels/overview"
},
{
"source": "/channels/wecom",
"destination": "/channels/overview"
},
{
"source": "/channels/local",
"destination": "/channels/overview"
},
{
"source": "/channels/webhook",
"destination": "/channels/overview"
},
{
"source": "/zh/channels/discord",
"destination": "/zh/channels/overview"
},
{
"source": "/zh/channels/signal",
"destination": "/zh/channels/overview"
},
{
"source": "/zh/channels/wechat",
"destination": "/zh/channels/overview"
},
{
"source": "/zh/channels/wecom",
"destination": "/zh/channels/overview"
},
{
"source": "/zh/channels/local",
"destination": "/zh/channels/overview"
},
{
"source": "/zh/channels/webhook",
"destination": "/zh/channels/overview"
},
{
"source": "/zh/tunnel",
"destination": "/zh/index"
},
{
"source": "/zh/capabilities/jobs",
"destination": "/zh/capabilities/jobs/jobs"
},
{
"source": "/zh/extensions/google-calendar",
"destination": "/zh/extensions/google/calendar"
}
]
}