Schema documentation#114
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
paulquiring
left a comment
There was a problem hiding this comment.
Very concise and detailed. One comment: I feel that someone without prior knowledge of this topic would need a bit more information. I left a proposal in the comments.
| A single component might be deployed across several different systems. To facilitate this, the specific deployment configuration (how and where a component runs) is intentionally kept separate from the inherent properties of the component itself. This separation promotes flexibility and reusability. | ||
|
|
||
| .. _lm_conf_run_targets_grouping_and_components_activation: | ||
| Run Targets: Grouping and Components Activation |
There was a problem hiding this comment.
I get the feeling that someone with no prior knowledge of this topic would need a little more information.
Just adding one more paragraph and moving around the paragraphs, would help.
-
Run Targets: Grouping and Components Activation -> Run Targets: Modelling the system
Explain active, (un)assigned -
Right after "When the Launch Manager Starts a Component" you could move "Run Targets: Grouping and Components Activation" as is.
There was a problem hiding this comment.
Changes applied, finger cross it reads better now and is more understandable.
|
Please consider this comment from @pawelrutkaq #110 (comment)
|
41677b0 to
9897b62
Compare
This pull request followup on #88 and provide documentation for JSON schema.
Part of #38