Fetch external documentation contents through a Ruby pipeline#2749
Merged
florian-h05 merged 6 commits intoJul 6, 2026
Conversation
Previously done through a combination of Maven plugins & Groovy scripts. Signed-off-by: Florian Hotze <dev@florianhotze.com>
…y to prepare-docs Signed-off-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: Florian Hotze <dev@florianhotze.com>
✅ Thanks for your pull request to the openHAB documentation! The result can be previewed at the URL below (this comment and the preview will be updated if you add more commits).
To edit notification comments on pull requests, go to your Netlify project configuration. |
florian-h05
pushed a commit
to openhab/openhab-website
that referenced
this pull request
Jul 6, 2026
Remove duplicated openhab-docs processing code from the openhab-website repository and source the processed docs from the openhab-docs repository. During website preprocessing, the openhab-docs repo is cloned into a temporary directory and its processed docs and addons content is copied over to where the website expects it. Docs preprocessing is now done entirely in openhab-docs, the website contents that need pre-processing have access to the processing logic from openhab-docs. This eliminates duplication, reduces maintenance overhead, and makes docs processing a single source of truth. Depends on openhab/openhab-docs#2718 Depends on openhab/openhab-docs#2749. --------- Also-by: Florian Hotze <dev@florianhotze.com> Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Hilbrand
reviewed
Jul 15, 2026
|
|
||
| # Built docs | ||
| .vuepress/thing-types.json | ||
| addons |
Member
There was a problem hiding this comment.
This line (addons) excludes the images/addons folder. I don't think that should be done?
Contributor
Author
There was a problem hiding this comment.
Just pushed a fix 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This aims at replacing the combination of Maven plugins and Groovy scripts in the final branch at fetching and integrating external contents (e.g., openhab-addons) into the documentation.