I would gladly do that, but I can’t because of the CLA rules that requires that you state private information in public. If it were only this, it might be small enough for the CLA exception, but with the documentation change as well it probably isn’t?
If you guys think it’s small enough for the exception, let me know and I can create a PR.
As that documentation change would be auto-generated by a script and the real change is just one line, I would say we can apply the exception from DCO there.
FYI: The docs generation also caused changes in index.md and oh-canvas-layout.md. I’m excluding these changes from the PR as they are unrelated, but now you know that some other changes that needed docs update has been committed. The index.md case might be a “manually maintained addition” that will always pop up?
bundles/org.openhab.ui/doc/components/index.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/bundles/org.openhab.ui/doc/components/index.md b/bundles/org.openhab.ui/doc/components/index.md
index da45efbb..97e689de 100644
--- a/bundles/org.openhab.ui/doc/components/index.md
+++ b/bundles/org.openhab.ui/doc/components/index.md
@@ -58,8 +58,6 @@ source: https://github.com/openhab/openhab-webui/edit/main/bundles/org.openhab.u
| [`oh-video-card`](./oh-video-card.html) | [Video Card](./oh-video-card.html) | Display a video (URL or URL from String item) in a card |
| [`oh-webframe-card`](./oh-webframe-card.html) | [Web Frame Card](./oh-webframe-card.html) | Display a web page in a card |
-All cards are based on the [`oh-card`](./oh-card.html) component and share the same config options for modifying the card's appearance.
-Refer to the [`oh-card` Style](./oh-card.html#style) documentation to learn about card styling options.
## Standard Widget Library (List Items)