Built site for gh-pages

This commit is contained in:
Quarto GHA Workflow Runner
2025-04-10 05:36:39 +00:00
parent c4f651c697
commit d9bb8f5267
174 changed files with 513 additions and 512 deletions

View File

@@ -519,7 +519,7 @@ window.document.addEventListener("DOMContentLoaded", function (event) {
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp("https:\/\/axolotl-ai-cloud\.github\.io\/axolotl\/");
var filterRegex = new RegExp("https:\/\/docs\.axolotl\.ai");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}