When a change occurs in che-server file `che.properties`, generate equivalent docs in che-docs
See original GitHub issueIs your task related to a problem? Please describe.
In che-docs
, we generate some part of the documentation based on che.properties
, using the tools/environment_docs_gen.sh
.
As there is no automation / release management around that process:
- A human runs the script manually and raise a PR when he knows some change happened.
- As the generated docs always lags behind, the script is also run at build and publication time (but not commited back).
Describe the solution you’d like
We would like that a change of che.properties
in a given branch of the che
repository triggers an update in the according branch of the che-docs
repository.
Example:
-
File is changed in the branch
7.26.x
of theche
repository => runtools/environment_docs_gen.sh
in the branch7.26.x
of theche-docs
repository. -
File is changed in the branch
main/master
of theche
repository => runtools/environment_docs_gen.sh
in the branchmain/master
of theche-docs
repository.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Introduction to Eclipse Che :: Eclipse Che Documentation
Che defines the workspace to be the project code files and all the dependencies necessary to edit, build, run, and debug them. Che...
Read more >Eclipse Che documentation project - GitHub
This repository contains sources for the documentation for Eclipse Che. To contribute to the documentation, see the Contribution guide. We love pull requests ......
Read more >Administration Guide Red Hat CodeReady Workspaces 1.0
Workspaces are defined as project code files and all of their dependencies neccessary to edit, build, run, and debug them. Each workspace has...
Read more >v1 - Go Packages
See the following page: https://www.eclipse.org/che/docs/stable/ ... further configure how the Operator and the Che server make that happen on Kubernetes.
Read more >Delft Students on Software Architecture – DESOSA 2019
Every version of Arduino is found to be similar due to the commonality factor ... Server infrastructures are used to make environments for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So I’m hearing:
on push of change to https://github.com/eclipse-che/che-server/blob/main/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties in any .x or master/main branch:
This means we need:
closing, as It has been tested, and seems to work now