From a0ba253de4509e9f07498f958fa4bd7d212e9151 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 2 Jul 2025 11:34:46 +0200 Subject: [PATCH] Add a link in docs.rs menu to the build queue --- templates/header/topbar_end.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/header/topbar_end.html b/templates/header/topbar_end.html index d7bea1dbc..96cf7b202 100644 --- a/templates/header/topbar_end.html +++ b/templates/header/topbar_end.html @@ -20,6 +20,11 @@ text="Privacy policy", target="_blank" ) %} + {% call macros::menu_link( + href="/releases/queue", + text="Build queue", + target="", + ) %}