mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
* docs: channel integrations overview + Slack bot page + Slack app setup guide (MUL-3666) - channels.mdx: channel-engine overview with an architecture diagram (Mermaid), the inbound pipeline, the session/context model, and the authorization gates (account binding + workspace membership) — all shared by Lark and Slack. - slack-bot-integration.mdx: the Slack channel page (mirrors lark-bot-integration) — BYO connect flow, usage (@ in channel / DM / /issue), one-bot-per-agent, permissions, and self-host (MULTICA_SLACK_SECRET_KEY). - create-slack-app.mdx: standalone step-by-step — create a Slack app from a copy-paste manifest, install it, and grab the bot + app-level tokens. - meta.json: list the three pages under Integrations. English (canonical) only this pass; zh/ja/ko localization to follow. Co-authored-by: multica-agent <github@multica.ai> * docs(slack): inline full manifest + step-by-step setup into the Slack page (MUL-3666) The Slack page only linked out for setup, which read as too thin. Fold the complete, code-verified app manifest and the full walkthrough (create from manifest → install + bot token → app-level token with connections:write → connect in Multica) directly into slack-bot-integration.mdx, plus a table explaining what each scope/event is for. Remove the now-redundant standalone create-slack-app.mdx (its content lives on the Slack page) and update meta.json + the channels.mdx links accordingly, so there's one comprehensive Slack page and no duplicated manifest to drift. Co-authored-by: multica-agent <github@multica.ai> * docs(i18n): translate channel + Slack pages to zh/ja/ko and add to nav (MUL-3666) Adds Simplified Chinese, Japanese, and Korean versions of channels.mdx and slack-bot-integration.mdx, and lists both pages under Integrations in meta.{zh,ja,ko}.json. The copy-paste manifest YAML and dotenv blocks are kept byte-identical to the English source across all languages; in-page anchors in the channel page point at the slug of each translated heading. Co-authored-by: multica-agent <github@multica.ai> --------- Co-authored-by: J <j@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
50 lines
976 B
JSON
50 lines
976 B
JSON
{
|
|
"title": "Documentation",
|
|
"pages": [
|
|
"index",
|
|
"how-multica-works",
|
|
"cloud-quickstart",
|
|
"self-host-quickstart",
|
|
"---工作区与团队---",
|
|
"workspaces",
|
|
"members-roles",
|
|
"issues",
|
|
"projects",
|
|
"comments",
|
|
"project-resources",
|
|
"---智能体---",
|
|
"agents",
|
|
"agents-create",
|
|
"skills",
|
|
"squads",
|
|
"---智能体怎么运行---",
|
|
"daemon-runtimes",
|
|
"install-agent-runtime",
|
|
"tasks",
|
|
"providers",
|
|
"---与智能体协作---",
|
|
"assigning-issues",
|
|
"mentioning-agents",
|
|
"chat",
|
|
"autopilots",
|
|
"---收件箱---",
|
|
"inbox",
|
|
"---集成---",
|
|
"channels",
|
|
"github-integration",
|
|
"lark-bot-integration",
|
|
"slack-bot-integration",
|
|
"---自部署运维---",
|
|
"environment-variables",
|
|
"auth-setup",
|
|
"troubleshooting",
|
|
"---参考---",
|
|
"cli",
|
|
"auth-tokens",
|
|
"desktop-app",
|
|
"mobile-app",
|
|
"---开发者---",
|
|
"developers"
|
|
]
|
|
}
|