Skip to content

docs: add Workspaces documentation across Cloud, Interface, and Subscription pages#1001

Open
lin-bot23 wants to merge 2 commits into
Comfy-Org:mainfrom
lin-bot23:workspace-docs
Open

docs: add Workspaces documentation across Cloud, Interface, and Subscription pages#1001
lin-bot23 wants to merge 2 commits into
Comfy-Org:mainfrom
lin-bot23:workspace-docs

Conversation

@lin-bot23
Copy link
Copy Markdown
Contributor

@lin-bot23 lin-bot23 commented May 20, 2026

Summary

Adds Workspaces documentation across multiple sections of the docs, covering the complete workspace feature set in Comfy Cloud. The workspace feature was already fully implemented in the frontend UI (src/platform/workspace/) but had no corresponding documentation.

Changes

New pages

  • cloud/workspace.mdx (en/zh/ja) — Complete Workspaces reference page covering:
    • Overview of Personal vs Team workspaces
    • Creating a team workspace (step-by-step)
    • Workspace roles (owner vs member) and their permissions
    • Managing members (invite, remove, revoke invitations)
    • Invite limits and subscription requirements
    • Workspace settings (rename, delete, leave)
    • Switching between workspaces
    • Billing and subscription per workspace
    • URL shortcut parameters (?create_workspace=1, ?invite=TOKEN)
    • FAQ section

Updated pages

  • get_started/cloud.mdx (en/zh/ja) — Added "Team collaboration" card to Key features, Workspace link card near pricing section
  • interface/overview.mdx — Added Tip linking to Workspaces documentation
  • support/subscription/managing.mdx — Added "Personal vs Team workspace subscriptions" section
  • docs.json — Registered cloud/workspace in navigation for all 3 languages

Info sources

All content derived from the frontend source code at src/platform/workspace/:

  • teamWorkspaceStore.ts (MAX_OWNED_WORKSPACES = 10, MAX_WORKSPACE_MEMBERS = 50)
  • useWorkspaceUI.ts (permission matrix for owner/member/personal roles)
  • Dialog components (create, invite, member management, subscription, delete)
  • Invite URL loader and create workspace URL loader composables
  • WorkspaceAuthGate (initialization flow)

Checklist

  • English, Chinese, and Japanese versions
  • No screenshots yet (can be added in a follow-up)

linmoumou added 2 commits May 20, 2026 15:40
…ription pages

- Add cloud/workspace.mdx (en/zh/ja) — complete Workspaces feature page
  covering Personal vs Team workspaces, creation, roles, member management,
  billing, URL shortcuts, and FAQ
- Update get_started/cloud.mdx (en/zh/ja) — add Team collaboration card to
  Key features section, add Workspace link card near pricing section
- Update interface/overview.mdx — add Tip linking to Workspaces doc
- Update support/subscription/managing.mdx — add Personal vs Team workspace
  subscription comparison section
- Register cloud/workspace in docs.json navigation for all 3 languages
@lin-bot23 lin-bot23 changed the title docs: add Workspaces feature page under Cloud Exclusive docs: add Workspaces documentation across Cloud, Interface, and Subscription pages May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant