1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 11:42:00 +02:00

Built site for AMR@2.1.1.9093: ef79d22

This commit is contained in:
github-actions
2024-10-06 20:53:43 +00:00
parent c26c85c21a
commit ee18760cfa
80 changed files with 241 additions and 167 deletions

View File

@ -46,7 +46,10 @@ $(document).ready(function() {
}
// rename 'Package index' to 'Manual' (weird design choice to pick 'Package index')
if ($(".template-reference-index").length > 0) {
$(".template-reference-index .page-header h1").text("Manual");
document.title = document.title.replace("Package index", "Manual");
}
// remove leading newline in code examples on changelog
if ($("body .template-news").length > 0) {