From b366f69bf2a4344f8b382d6d8e2967ec54bdd646 Mon Sep 17 00:00:00 2001 From: Birajit Saikia Date: Mon, 9 Jun 2025 03:41:19 +0530 Subject: [PATCH 1/3] feat: correction of navbar links supplement part --- ui/src/partials/header-content.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/partials/header-content.hbs b/ui/src/partials/header-content.hbs index 6fd53e6d..97761c13 100644 --- a/ui/src/partials/header-content.hbs +++ b/ui/src/partials/header-content.hbs @@ -1,4 +1,5 @@ \ No newline at end of file + docVersionsUrl="/doc-versions.txt" + currentDocVersion="2.504.x" + showSearchBox="true" + style="position: fixed; top: 0; width: 100vw; z-index: 100;" +> From 55b7e1ae900fb370ac67692f19c61e1e4a5b4935 Mon Sep 17 00:00:00 2001 From: biru-codeastromer Date: Sun, 19 Oct 2025 19:17:46 +0530 Subject: [PATCH 3/3] new approach --- doc-versions.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc-versions.txt diff --git a/doc-versions.txt b/doc-versions.txt new file mode 100644 index 00000000..926d2fe4 --- /dev/null +++ b/doc-versions.txt @@ -0,0 +1,6 @@ +# Jenkins Documentation Versions +# Format: version|label|url (url is optional, defaults to /version/) + +2.504.x|Stable|/2.504.x/ +2.516.x|Latest|/2.516.x/ +main|Development|/main/ \ No newline at end of file