Skip to content

Commit 47d64e0

Browse files
Added backup pdf attributes for local use
Signed-off-by: Philip Windecker <philip.windecker@avenyr.de>
1 parent 8146c24 commit 47d64e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.antora/antora.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ asciidoc: # Sets global AsciiDoc attributes that are applied for every page of t
1818
attributes:
1919
# START - Mandatory ASAM attributes
2020
use-antora-rules: true
21-
THIS_STANDARD: ASAM OSI<sup>®</sup>
22-
THIS_STANDARD_TITLE: 'ASAM OSI^®^'
21+
THIS_STANDARD: ASAM OSI<sup>®</sup> # Normal attribute
22+
THIS_STANDARD_TITLE: 'ASAM OSI^®^' # Normal attribute
23+
# THIS_STANDARD: ASAM OSI # PDF version attribute
24+
# THIS_STANDARD_TITLE: 'ASAM OSI' # PDF version attribute
2325
partials-path: partial$
2426
root-path: page$
2527
appendix-caption: Annex
@@ -31,7 +33,7 @@ asciidoc: # Sets global AsciiDoc attributes that are applied for every page of t
3133
images_open_simulation_interface: 'interface:'
3234
doc_open_simulation_interface: 'interface:'
3335
doc_osi-sensor-model-packaging: 'sensor-model:'
34-
page-repository-links: [["https://github.com/OpenSimulationInterface/open-simulation-interface", "Open Simulation Interface"],["https://github.com/OpenSimulationInterface/osi-sensor-model-packaging","Sensor Model Packaging"],["https://github.com/OpenSimulationInterface/osi-validation","OSI Validation"]]
36+
page-repository-links: [["https://github.com/OpenSimulationInterface/open-simulation-interface", "Open Simulation Interface"],["https://github.com/OpenSimulationInterface/osi-sensor-model-packaging","OSI Sensor Model Packaging"],["https://github.com/OpenSimulationInterface/osi-validation","OSI Validation"]]
3537

3638
# END - Mandatory ASAM attributes
3739
# doxygen_interface_version: "v3.2.0" # The interface version that needs to be retrieved

0 commit comments

Comments
 (0)