switch link direction between feat and logic_arc_int - #3142
Merged
RolandJentschETAS merged 2 commits intoJul 31, 2026
Merged
Conversation
RolandJentschETAS
requested review from
a team,
AlexanderLanin,
MaximilianSoerenPollak and
dcalavrezo-qorix
as code owners
July 31, 2026 06:04
|
The created documentation from the pull request is available at: docu-html |
AlexanderLanin
approved these changes
Jul 31, 2026
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 pull request updates documentation to use the
:included_by:directive for logical interface definitions, replacing the previous use of the:includes:directive at the feature level as defined in newest process and docs_as_code. This makes dependencies and relationships between features and their logical interfaces more explicit and easier to maintain. Additionally, the pull request includes minor dependency version bumps in the Bazel module configuration.Documentation refactoring:
:includes:directives in feature documentation files with:included_by:on individual logical interface definitions, clarifying which feature includes each interface. This applies to features such as Logging, Tracing, Baselibs, Communication, FEO, Lifecycle, Orchestration, Persistency, and OS modules. [1] [2] [3] [4] [5] [6] [7] [8] [9]:included_by:to all relevant logical interface definitions to indicate their parent feature, improving traceability and maintainability. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22]Dependency updates:
rules_pythonBazel dependency from version1.8.3to1.8.5inMODULE.bazel.score_docs_as_codeBazel dependency from version4.6.1to6.0.0inMODULE.bazel.These changes improve the clarity of architectural documentation and keep build dependencies up to date.