You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: docs/api-reference.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,27 @@ _Appears in:_
259
259
|`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 /> |
260
260
261
261
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. |||
0 commit comments