From d08107df7995b740eb82367fe2c82e2c5b404e4d Mon Sep 17 00:00:00 2001 From: jcayouette Date: Thu, 11 Sep 2025 10:59:21 +0200 Subject: [PATCH 1/3] testing new SUSE shared header --- Makefile.en | 2 +- branding/default-ui/mlm/partials/toolbar.hbs | 12 --- .../mlm/susecom-2025/css/site-extra.css | 51 +++++++++- .../mlm/susecom-2025/js/language-switcher.js | 0 .../mlm/susecom-2025/layouts/404.hbs | 11 +++ .../mlm/susecom-2025/layouts/default.hbs | 11 +++ .../mlm/susecom-2025/partials/body.hbs | 5 + .../mlm/susecom-2025/partials/breadcrumbs.hbs | 13 +++ .../susecom-2025/partials/footer-scripts.hbs | 2 +- .../mlm/susecom-2025/partials/head-meta.hbs | 8 +- .../mlm/susecom-2025/partials/head.hbs | 7 ++ .../susecom-2025/partials/header-content.hbs | 92 +------------------ .../susecom-2025/partials/header-scripts.hbs | 3 + .../mlm/susecom-2025/partials/toolbar.hbs | 28 ++++++ 14 files changed, 138 insertions(+), 107 deletions(-) create mode 100644 branding/supplemental-ui/mlm/susecom-2025/js/language-switcher.js create mode 100644 branding/supplemental-ui/mlm/susecom-2025/layouts/404.hbs create mode 100644 branding/supplemental-ui/mlm/susecom-2025/layouts/default.hbs create mode 100644 branding/supplemental-ui/mlm/susecom-2025/partials/body.hbs create mode 100644 branding/supplemental-ui/mlm/susecom-2025/partials/breadcrumbs.hbs create mode 100644 branding/supplemental-ui/mlm/susecom-2025/partials/head.hbs create mode 100644 branding/supplemental-ui/mlm/susecom-2025/partials/header-scripts.hbs create mode 100644 branding/supplemental-ui/mlm/susecom-2025/partials/toolbar.hbs diff --git a/Makefile.en b/Makefile.en index 2fc9e17369b..b6da354d718 100644 --- a/Makefile.en +++ b/Makefile.en @@ -48,7 +48,7 @@ prepare-antora-mlm-en: copy-branding-en set-html-language-selector-mlm-en cd $(current_dir) .PHONY: antora-mlm-en -antora-mlm-en: configure-mlm-branding-dsc-en prepare-antora-mlm-en pdf-all-mlm-en pdf-tar-mlm-en +antora-mlm-en: configure-mlm-branding-dsc-en prepare-antora-mlm-en p#df-all-mlm-en pdf-tar-mlm-en $(call antora-mlm-function,translations/en,en) diff --git a/branding/default-ui/mlm/partials/toolbar.hbs b/branding/default-ui/mlm/partials/toolbar.hbs index 969e37dcc18..1aee8279a22 100644 --- a/branding/default-ui/mlm/partials/toolbar.hbs +++ b/branding/default-ui/mlm/partials/toolbar.hbs @@ -1,17 +1,5 @@ - - + diff --git a/branding/supplemental-ui/mlm/susecom-2025/partials/header-scripts.hbs b/branding/supplemental-ui/mlm/susecom-2025/partials/header-scripts.hbs new file mode 100644 index 00000000000..457d497a63d --- /dev/null +++ b/branding/supplemental-ui/mlm/susecom-2025/partials/header-scripts.hbs @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/branding/supplemental-ui/mlm/susecom-2025/partials/toolbar.hbs b/branding/supplemental-ui/mlm/susecom-2025/partials/toolbar.hbs new file mode 100644 index 00000000000..875662594bf --- /dev/null +++ b/branding/supplemental-ui/mlm/susecom-2025/partials/toolbar.hbs @@ -0,0 +1,28 @@ + \ No newline at end of file From 777d73904bc513786c1ff7fc7dc0d082fe549f36 Mon Sep 17 00:00:00 2001 From: jcayouette Date: Thu, 11 Sep 2025 11:02:38 +0200 Subject: [PATCH 2/3] update --- Makefile.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.en b/Makefile.en index b6da354d718..2fc9e17369b 100644 --- a/Makefile.en +++ b/Makefile.en @@ -48,7 +48,7 @@ prepare-antora-mlm-en: copy-branding-en set-html-language-selector-mlm-en cd $(current_dir) .PHONY: antora-mlm-en -antora-mlm-en: configure-mlm-branding-dsc-en prepare-antora-mlm-en p#df-all-mlm-en pdf-tar-mlm-en +antora-mlm-en: configure-mlm-branding-dsc-en prepare-antora-mlm-en pdf-all-mlm-en pdf-tar-mlm-en $(call antora-mlm-function,translations/en,en) From b11faafda9b28a5e40b32b9581397284df41cb05 Mon Sep 17 00:00:00 2001 From: jcayouette Date: Tue, 23 Sep 2025 15:43:25 +0200 Subject: [PATCH 3/3] update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85af7938654..596fd12e316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Shared header enablement for documentation.suse.com - Documented to use the same CA password during migrating from 4.3 in Installation and Upgrade Guide (bsc#1247296) - Added note about onboarding CentOS 7 clients with repositories