We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90be55c commit 44086c2Copy full SHA for 44086c2
1 file changed
.antora/antora.yml
@@ -5,6 +5,7 @@ title: ASAM OSI
5
version:
6
# Update version number accordingly. This is the version for the main branch
7
main: 'current'
8
+ master: 'current'
9
v(*)-antora: V$1
10
v(*): V$1
11
V(*): V$1
@@ -40,6 +41,8 @@ asciidoc: # Sets global AsciiDoc attributes that are applied for every page of t
40
41
# doxygen_document_date: "01.01.2000" # The date associated with the document (optional)
42
doxygen_module: "gen" # The module in which the output is stored
43
# doxygen_module_path: "gen" # Path within module
44
+ doxygen_source_repo: "https://github.com/OpenSimulationInterface/open-simulation-interface.git"
45
+ # doxygen_source_folder: open-simulation-interface
46
47
nav:
48
- modules/specification/nav_introduction.adoc
0 commit comments