diff --git a/docs/content/1.guide/18.hub-initiate.md b/docs/content/1.guide/18.hub-initiate.md index c8685810..7559d963 100644 --- a/docs/content/1.guide/18.hub-initiate.md +++ b/docs/content/1.guide/18.hub-initiate.md @@ -61,7 +61,8 @@ interface DevframeHubUi { `@devframes/hub-ui`'s `createUi()` is the reference (standalone `viewer` SPA + floating dock); its `setup(ctx)` publishes config to `ctx.staticConfig.ui` (`ConnectionMeta.configs.ui`): -- **`branding`** — rebrand the UI (logo, name, primary color). +- **`viewer`** — set to `false` to disable the standalone viewer. +- **`branding`** — rebrand the UI (logo, name, primary color). `background` accepts any CSS `background` value (color, gradient, image, or `transparent`) or `{ light, dark }` variants; omit it to keep the design default. - **`dockPreferences`** — dock-rail: `categoryOrder`, floating-dock `maxVisibleItems`, first-run `defaultMode` (`'float'`/`'edge'`) and `defaultPosition`. - **`embeddedVisibility`** — the floating dock's reveal policy: - `'normal'` (default) — shows immediately. diff --git a/packages/hub-ui/src/client/standalone/index.html b/packages/hub-ui/src/client/standalone/index.html index fbf2a89b..97510332 100644 --- a/packages/hub-ui/src/client/standalone/index.html +++ b/packages/hub-ui/src/client/standalone/index.html @@ -6,15 +6,22 @@