You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using "needs extend" attributes of needs elements can be overwritten. As a result the created html can differ from the source rst.
This shall be prohibited and only allowed to add tags which help to generate e.g. reports.
Signed-off-by: Philipp Ahmann <philipp.ahmann@de.bosch.com>
It shall be prohibited to override any mandatory attribute value of an docs-as-code element.
73
+
74
+
Note: This requirement exists because docs-as-code attributes may be globally overridden, which leads to a mismatch of code and the representing generated documentation.
75
+
Exception only exists for optional tags, which can be used for filtering and reporting purposes.
76
+
77
+
.. gd_req:: Global tags extension
78
+
:id: gd_req__config_global_tags
79
+
:status: valid
80
+
:tags: prio_3_automation
81
+
:satisfies: wf__platform_cr_mt_platform_mgmt_plan
82
+
83
+
It shall be possible to define global tags with the docs-as-code tool, which can be used for filtering and reporting.
84
+
85
+
Note: This requirement exists to enable the use of global tags for filtering and reporting purposes, while still prohibiting the overriding of mandatory attributes or elements globally.
0 commit comments