From 8167d0c21fe091bdbc12d2d4fa1e0c6924f99afc Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Fri, 20 Sep 2024 18:48:05 +0200 Subject: [PATCH] Adapt to the new frame structure --- .../antora/deployment/NativeImageBuildRunner.java | 10 ++++++++++ docs/modules/ROOT/pages/index.adoc | 2 ++ 2 files changed, 12 insertions(+) diff --git a/deployment/src/main/java/io/quarkiverse/antora/deployment/NativeImageBuildRunner.java b/deployment/src/main/java/io/quarkiverse/antora/deployment/NativeImageBuildRunner.java index 00b4442..46b6546 100644 --- a/deployment/src/main/java/io/quarkiverse/antora/deployment/NativeImageBuildRunner.java +++ b/deployment/src/main/java/io/quarkiverse/antora/deployment/NativeImageBuildRunner.java @@ -277,14 +277,20 @@ public String toString() { static class AntoraSource { String url; + String local; String worktree; String refname; + String reftype; String startPath; public String getUrl() { return url; } + public String getLocal() { + return local; + } + public String getWorktree() { return worktree; } @@ -293,6 +299,10 @@ public String getRefname() { return refname; } + public String getReftype() { + return reftype; + } + public String getStartPath() { return startPath; } diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 36d70c8..48ae0b1 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -75,8 +75,10 @@ INFO [io.qua.dep.dev.RuntimeUpdatesProcessor] ... Live reload total time: 1.151 Then the page should get loaded with the new title "I love Antora". +[[test-warnings]] image::live-edit.png[optional attribute,optional attribute] +[[test-warnings]] Once you are done with editing, hit `Q` or `CRTL+C` to exit the dev mode. == Configuration