From b8f4a04eefeeb6526cb4f8a76267666d12a7cba7 Mon Sep 17 00:00:00 2001 From: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:11:30 +0100 Subject: [PATCH 1/9] Update site.yml Signed-off-by: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> --- site.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site.yml b/site.yml index 4d64687..d3904c5 100644 --- a/site.yml +++ b/site.yml @@ -11,19 +11,19 @@ urls: # Activate this once the first release version goes live!!! content: edit_url: ~ sources: - - url: https://github.com/OpenSimulationInterface/osi-documentation.git # retrieve content from remote + - url: https://github.com/philipwindecker/osi-documentation.git # retrieve content from remote # - url: ./osi-documentation # retrieve content locally branches: [master] # osi-documentation # branches: HEAD # build current HEAD tags: [v*,"!v1*", "!v3.5.0"] start_path: .antora - - url: https://github.com/OpenSimulationInterface/open-simulation-interface.git # retrieve content from remote + - url: https://github.com/philipwindecker/open-simulation-interface.git # retrieve content from remote # - url: ./open-simulation-interface# retrieve content locally branches: [master] # open-simulation-interface # branches: HEAD # build current HEAD tags: [v*,"!v2*", "!v3.0*", "!v3.1*", "!v3.2*", "!v3.3*", "!v3.4*", "!v3.5.0"] start_path: .antora - - url: https://github.com/OpenSimulationInterface/osi-sensor-model-packaging.git # retrieve content from remote + - url: https://github.com/philipwindecker/osi-sensor-model-packaging.git # retrieve content from remote # - url: ./osi-sensor-model-packaging # retrieve content locally branches: [master] # osi-sensor-model-packaging # branches: HEAD # build current HEAD @@ -102,4 +102,4 @@ antora: local_to_global_references: true doxygen: true - # end::antora[] \ No newline at end of file + # end::antora[] From d13911d4125b91b8644a044cbd06fa5a9a442a41 Mon Sep 17 00:00:00 2001 From: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> Date: Tue, 10 Jan 2023 14:10:43 +0100 Subject: [PATCH 2/9] Update site.yml Signed-off-by: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> --- site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site.yml b/site.yml index d3904c5..805f3ca 100644 --- a/site.yml +++ b/site.yml @@ -4,9 +4,9 @@ site: url: https://opensimulationinterface.github.io/osi-documentation/ start_page: asamosi::index.adoc # Replace "latest" with the last released version, e.g. 1.0.0 -urls: # Activate this once the first release version goes live!!! - latest_version_segment_strategy: redirect:to - latest_version_segment: latest +# urls: # Activate this once the first release version goes live!!! +# latest_version_segment_strategy: redirect:to +# latest_version_segment: latest content: edit_url: ~ From 01b058e6648cdae2b162e48f84236c7f347ec2f3 Mon Sep 17 00:00:00 2001 From: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> Date: Tue, 10 Jan 2023 14:13:48 +0100 Subject: [PATCH 3/9] Update site.yml Signed-off-by: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> --- site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site.yml b/site.yml index 805f3ca..d3904c5 100644 --- a/site.yml +++ b/site.yml @@ -4,9 +4,9 @@ site: url: https://opensimulationinterface.github.io/osi-documentation/ start_page: asamosi::index.adoc # Replace "latest" with the last released version, e.g. 1.0.0 -# urls: # Activate this once the first release version goes live!!! -# latest_version_segment_strategy: redirect:to -# latest_version_segment: latest +urls: # Activate this once the first release version goes live!!! + latest_version_segment_strategy: redirect:to + latest_version_segment: latest content: edit_url: ~ From aa350f9c37674f979e4e52dd7bf7ff3064f4024d Mon Sep 17 00:00:00 2001 From: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> Date: Wed, 11 Jan 2023 11:07:55 +0100 Subject: [PATCH 4/9] Update site.yml Test without master branch Signed-off-by: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> --- site.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/site.yml b/site.yml index d3904c5..6915930 100644 --- a/site.yml +++ b/site.yml @@ -13,19 +13,16 @@ content: sources: - url: https://github.com/philipwindecker/osi-documentation.git # retrieve content from remote # - url: ./osi-documentation # retrieve content locally - branches: [master] # osi-documentation # branches: HEAD # build current HEAD tags: [v*,"!v1*", "!v3.5.0"] start_path: .antora - url: https://github.com/philipwindecker/open-simulation-interface.git # retrieve content from remote # - url: ./open-simulation-interface# retrieve content locally - branches: [master] # open-simulation-interface # branches: HEAD # build current HEAD tags: [v*,"!v2*", "!v3.0*", "!v3.1*", "!v3.2*", "!v3.3*", "!v3.4*", "!v3.5.0"] start_path: .antora - url: https://github.com/philipwindecker/osi-sensor-model-packaging.git # retrieve content from remote # - url: ./osi-sensor-model-packaging # retrieve content locally - branches: [master] # osi-sensor-model-packaging # branches: HEAD # build current HEAD tags: [v*,"!v0*", "!v1.0*", "!v1.1*", "!v1.2*", "!v1.3.0"] start_path: .antora From 658920b865c5fe0dae852539dd6e36abf6dcdc03 Mon Sep 17 00:00:00 2001 From: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:22:11 +0100 Subject: [PATCH 5/9] Update site.yml Signed-off-by: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 6915930..ea170ae 100644 --- a/site.yml +++ b/site.yml @@ -97,6 +97,6 @@ antora: alternate_xref_style: 'full' loft: true local_to_global_references: true - doxygen: true + # doxygen: true # end::antora[] From 16083ca74a7c897194995a84657640f6e1b1fadc Mon Sep 17 00:00:00 2001 From: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:43:28 +0100 Subject: [PATCH 6/9] Update site.yml Signed-off-by: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index ea170ae..5fef88e 100644 --- a/site.yml +++ b/site.yml @@ -24,7 +24,7 @@ content: - url: https://github.com/philipwindecker/osi-sensor-model-packaging.git # retrieve content from remote # - url: ./osi-sensor-model-packaging # retrieve content locally # branches: HEAD # build current HEAD - tags: [v*,"!v0*", "!v1.0*", "!v1.1*", "!v1.2*", "!v1.3.0"] + tags: [v*-antora,"!v0*", "!v1.0*", "!v1.1*", "!v1.2*", "!v1.3.0"] start_path: .antora - url: https://code.asam.net/common/style-resources.git branches: master From 2db5c612aa3fbb051e7f3b5db20c6d87aa78052c Mon Sep 17 00:00:00 2001 From: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:39:00 +0100 Subject: [PATCH 7/9] Update site.yml Signed-off-by: Philip Windecker <95633467+philipwindecker@users.noreply.github.com> --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 5fef88e..244db98 100644 --- a/site.yml +++ b/site.yml @@ -24,7 +24,7 @@ content: - url: https://github.com/philipwindecker/osi-sensor-model-packaging.git # retrieve content from remote # - url: ./osi-sensor-model-packaging # retrieve content locally # branches: HEAD # build current HEAD - tags: [v*-antora,"!v0*", "!v1.0*", "!v1.1*", "!v1.2*", "!v1.3.0"] + tags: [v*-antora, x-antora-v*] start_path: .antora - url: https://code.asam.net/common/style-resources.git branches: master From bbc8a8cce5a74b951e49805828d338372380dd15 Mon Sep 17 00:00:00 2001 From: Philip Windecker Date: Mon, 27 Mar 2023 12:33:51 +0200 Subject: [PATCH 8/9] Updated site.yml Signed-off-by: Philip Windecker --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 13e4ca8..92cdc6a 100644 --- a/site.yml +++ b/site.yml @@ -24,7 +24,7 @@ content: start_path: .antora - url: https://github.com/philipwindecker/osi-sensor-model-packaging.git # retrieve content from remote # - url: ./osi-sensor-model-packaging # retrieve content locally - # branches: HEAD # build current HEAD + branches: [master] # osi-sensor-model-packaging tags: [v*-antora, x-antora-v*] start_path: .antora - url: https://code.asam.net/common/style-resources.git From 24599959446c48d3cb728ae627f7d9ac1894cc15 Mon Sep 17 00:00:00 2001 From: Philip Windecker Date: Mon, 27 Mar 2023 12:34:53 +0200 Subject: [PATCH 9/9] Fixed missed workaround Signed-off-by: Philip Windecker --- site.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 92cdc6a..37d35c9 100644 --- a/site.yml +++ b/site.yml @@ -14,6 +14,7 @@ content: - url: https://github.com/OpenSimulationInterface/osi-documentation.git # retrieve content from remote # - url: ./osi-documentation # retrieve content locally branches: [master] # osi-documentation + # branches: HEAD # build current HEAD tags: [v*,"!v1*", "!v3.5.0"] start_path: .antora - url: https://github.com/OpenSimulationInterface/open-simulation-interface.git # retrieve content from remote @@ -22,9 +23,10 @@ content: # branches: HEAD # build current HEAD tags: [v*,"!v2*", "!v3.0*", "!v3.1*", "!v3.2*", "!v3.3*", "!v3.4*", "!v3.5.0"] start_path: .antora - - url: https://github.com/philipwindecker/osi-sensor-model-packaging.git # retrieve content from remote + - url: https://github.com/OpenSimulationInterface/osi-sensor-model-packaging.git # retrieve content from remote # - url: ./osi-sensor-model-packaging # retrieve content locally branches: [master] # osi-sensor-model-packaging + # branches: HEAD # build current HEAD tags: [v*-antora, x-antora-v*] start_path: .antora - url: https://code.asam.net/common/style-resources.git