2
2
// This file contains AsciiDoc attributes that shall be used in every AsciiDoc file.
3
3
// NOTE: Its content is only applied for Asciidoctor!
4
4
// If the same attribute is defined in the antora.yml (without @), the antora.yml definition takes precedence for Antora.
5
-
6
5
ifndef::root-path[:root-path: ./]
7
-
8
6
:partials-path: {root-path}../_additional_content
9
7
:asciidoc-resources: ../../../asciidoc-resources
10
8
:appendix-caption: Annex
11
9
:page-feedbackurl: https://github.com/OpenSimulationInterface/open-simulation-interface/issues/new
12
-
13
10
// ifndef::use-antora-rules,include-only-once[]
14
11
ifndef::include-only-once[]
15
12
:GLO_VAR_STA_ASAM_OpenCRG: ASAM OpenCRG
@@ -27,13 +24,14 @@ ifndef::include-only-once[]
27
24
// Replace PLACEHOLDER with the name of your standard, e.g. OpenDRIVE
28
25
:THIS_STANDARD: {GLO_VAR_STA_ASAM_OSI}
29
26
:asam-terminology: https://code.asam.net/common/asam-terminology/-/raw/main/terms_and_definitions_opendrive.adoc
30
- :imagesdir: {root-path}/ images
27
+ :imagesdir: {root-path}images
31
28
:include-only-once: true
32
29
:topicdir: topics
33
30
:reusedir: reuse
34
31
:toclevels: 3
35
32
:xrefstyle: full
36
- :images_open_simulation_interface: {imagesdir}
33
+ :images_open_simulation_interface: ../images
34
+ :data-uri:
37
35
// :images_osi-sensor-model-packaging: ./osi-sensor-model-packaging/doc/images
38
36
:doc_open_simulation_interface: ../../open-simulation-interface/doc/
39
37
:doc_osi-sensor-model-packaging: ../../osi-sensor-model-packaging/doc/
@@ -43,13 +41,10 @@ ifndef::include-only-once[]
43
41
// Please note that this variable has to used in all image includes. Includes here have to use "image::./images..."
44
42
// :images_osi_sensor_model_packaging: ./osi-sensor-model-packaging/doc/images // example
45
43
:imagesoutdir: ./images/generated_images
46
-
47
44
endif::[]
48
-
49
45
ifndef::use-antora-rules[]
50
46
include::{asciidoc-resources}/preamble.adoc[]
51
47
endif::[]
52
-
53
48
ifdef::env-gitlab[]
54
49
:relfilesuffix: .adoc
55
50
endif::[]
0 commit comments