mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-08 11:53:43 +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
1004 B
JSON
50 lines
1004 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"
|
|
]
|
|
}
|