From a7a76a3d4b0c81f01b04bf4f9c118daf51f3eded Mon Sep 17 00:00:00 2001 From: nik_garakapati Date: Tue, 4 Aug 2026 00:49:07 +0530 Subject: [PATCH] Fix navbar logo vertical alignment with site title. Overlay the header partials so the logo link uses navbar-item and brand items are flex-centered. Co-authored-by: Cursor --- antora-playbook.yml | 3 +- supplemental-ui/partials/header-content.hbs | 118 ++++++++++++++++++++ supplemental-ui/partials/header-scripts.hbs | 9 ++ 3 files changed, 129 insertions(+), 1 deletion(-) create mode 100644 supplemental-ui/partials/header-content.hbs create mode 100644 supplemental-ui/partials/header-scripts.hbs diff --git a/antora-playbook.yml b/antora-playbook.yml index b021658c..07f52a95 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -14,4 +14,5 @@ output: ui: bundle: url: https://github.com/tigergraph/antora-ui/blob/main/build/ui-bundle.zip?raw=true - snapshot: true \ No newline at end of file + snapshot: true + supplemental_files: ./supplemental-ui \ No newline at end of file diff --git a/supplemental-ui/partials/header-content.hbs b/supplemental-ui/partials/header-content.hbs new file mode 100644 index 00000000..783d1b95 --- /dev/null +++ b/supplemental-ui/partials/header-content.hbs @@ -0,0 +1,118 @@ +
+ +
diff --git a/supplemental-ui/partials/header-scripts.hbs b/supplemental-ui/partials/header-scripts.hbs new file mode 100644 index 00000000..30ed1165 --- /dev/null +++ b/supplemental-ui/partials/header-scripts.hbs @@ -0,0 +1,9 @@ +