Skip to content

Commit 44f5ec6

Browse files
stubbiclaude
andauthored
chore: regen api-reference for spec.branding.cssConfigMapRef (#87)
The BrandingSpec field (spec.branding.cssConfigMapRef) was added in e5da3ab but docs/api-reference.md was not regenerated, so the Docs Build "verify api-docs committed" check fails. Run make api-docs and commit the result. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent e5da3ab commit 44f5ec6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/api-reference.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,27 @@ _Appears in:_
259259
| `appNative` _[AppNativeBackupSpec](#appnativebackupspec)_ | AppNative configures Paperclip's built-in database backups, written to a<br />local directory under the data PVC. Complementary to the operator's S3<br />CronJob; durable only when spec.storage.persistence is enabled. | | Optional: \{\} <br /> |
260260

261261

262+
#### BrandingSpec
263+
264+
265+
266+
BrandingSpec configures optional UI brand theming. When set, the operator
267+
mounts the referenced ConfigMap into the Paperclip container and points the
268+
server at it via PAPERCLIP_BRAND_DIR. The server then serves the directory
269+
under /branding and loads /branding/brand.css after the bundled stylesheet,
270+
so the ConfigMap's brand.css can override the product's CSS variables without
271+
rebuilding the image.
272+
273+
274+
275+
_Appears in:_
276+
- [InstanceSpec](#instancespec)
277+
278+
| Field | Description | Default | Validation |
279+
| --- | --- | --- | --- |
280+
| `cssConfigMapRef` _[LocalObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#localobjectreference-v1-core)_ | CSSConfigMapRef references a ConfigMap whose keys are mounted as files in<br />the brand directory. Provide a "brand.css" key for the runtime brand<br />stylesheet; additional keys (e.g. fonts referenced by relative URL) are<br />mounted alongside it. | | |
281+
282+
262283
#### CloudSandboxPersistenceSpec
263284

264285

@@ -589,6 +610,7 @@ _Appears in:_
589610
| `secrets` _[SecretsSpec](#secretsspec)_ | Secrets configures the Paperclip secrets management system. | | Optional: \{\} <br /> |
590611
| `storage` _[StorageSpec](#storagespec)_ | Storage configures persistent storage for the Paperclip data directory. | | Optional: \{\} <br /> |
591612
| `objectStorage` _[ObjectStorageSpec](#objectstoragespec)_ | ObjectStorage configures S3-compatible object storage for multi-replica deployments. | | Optional: \{\} <br /> |
613+
| `branding` _[BrandingSpec](#brandingspec)_ | Branding configures optional UI brand theming for the Paperclip product. | | Optional: \{\} <br /> |
592614
| `heartbeat` _[HeartbeatSpec](#heartbeatspec)_ | Heartbeat configures the agent heartbeat scheduler. | | Optional: \{\} <br /> |
593615
| `adapters` _[AdaptersSpec](#adaptersspec)_ | Adapters configures agent runtime adapters. | | Optional: \{\} <br /> |
594616
| `connections` _[ConnectionsSpec](#connectionsspec)_ | Connections configures third-party OAuth provider credentials for<br />the Paperclip connections system (GitHub, GitLab, Slack, etc.). | | Optional: \{\} <br /> |

0 commit comments

Comments
 (0)