|
| 1 | + |
| 2 | +// This file contains AsciiDoc attributes that shall be used in every AsciiDoc file. |
| 3 | +// NOTE: Its content is only applied for Asciidoctor! |
| 4 | +// If the same attribute is defined in the antora.yml (without @), the antora.yml definition takes precedence for Antora. |
| 5 | + |
| 6 | +ifndef::root-path[:root-path: ./] |
| 7 | + |
| 8 | +:partials-path: {root-path}../_additional_content |
| 9 | +:appendix-caption: Annex |
| 10 | + |
| 11 | +// ifndef::use-antora-rules,include-only-once[] |
| 12 | +ifndef::include-only-once[] |
| 13 | +:GLO_VAR_STA_ASAM_OpenCRG: ASAM OpenCRG |
| 14 | +:glo_var_sta_asam_opencrg: {GLO_VAR_STA_ASAM_OpenCRG} |
| 15 | +:GLO_VAR_STA_ASAM_OpenDRIVE: ASAM OpenDRIVE |
| 16 | +:GLO_VAR_STA_ASAM_OpenLABEL: ASAM OpenLABEL |
| 17 | +:GLO_VAR_STA_ASAM_OpenODD: ASAM OpenODD |
| 18 | +:GLO_VAR_STA_ASAM_OSI: ASAM OSI® |
| 19 | +:GLO_VAR_STA_ASAM_OpenSCENARIO: ASAM OpenSCENARIO |
| 20 | +:GLO_VAR_STA_ASAM_OpenXOntology: ASAM OpenXOntology |
| 21 | +:GLO_VAR_STA_BSI_PAS_1883: BSI PAS 1883 |
| 22 | +:revnumber: --localbuild-- |
| 23 | +:revdate: {docdate} |
| 24 | +:bibtex-file: ./content/general_docs/bibliography.bib |
| 25 | +// Replace PLACEHOLDER with the name of your standard, e.g. OpenDRIVE |
| 26 | +:THIS_STANDARD: {GLO_VAR_STA_ASAM_OSI} |
| 27 | +:asam-terminology: https://code.asam.net/common/asam-terminology/-/raw/main/terms_and_definitions_opendrive.adoc |
| 28 | +:imagesdir: {root-path}/images |
| 29 | +:include-only-once: true |
| 30 | +:topicdir: topics |
| 31 | +:reusedir: reuse |
| 32 | +:toclevels: 3 |
| 33 | +:xrefstyle: full |
| 34 | +:images_open_simulation_interface: ./open-simulation-interface/doc/images |
| 35 | +// :images_osi-sensor-model-packaging: ./osi-sensor-model-packaging/doc/images |
| 36 | +:doc_open_simulation_interface: ../../open-simulation-interface/doc/ |
| 37 | +:doc_osi-sensor-model-packaging: ../../osi-sensor-model-packaging/doc/ |
| 38 | +// Since a document spanning multiple repos is rendered here, the pathing regarding images is a bit involved. |
| 39 | +// We create a variable for every repo that is included. It point to the repo in question. |
| 40 | +// If the subrepo is rendered seperatly, then the variable is set to just "./images" with ifdef. |
| 41 | +// Please note that this variable has to used in all image includes. Includes here have to use "image::./images..." |
| 42 | +// :images_osi_sensor_model_packaging: ./osi-sensor-model-packaging/doc/images // example |
| 43 | +:imagesoutdir: ./images/generated_images |
| 44 | +:page-feedbackurl: https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/issues/new |
| 45 | + |
| 46 | + |
| 47 | +endif::[] |
| 48 | + |
| 49 | + |
| 50 | +ifdef::env-gitlab[] |
| 51 | +:relfilesuffix: .adoc |
| 52 | +endif::[] |
0 commit comments