Skip to content
Snippets Groups Projects
Select Git revision
  • 1cf77b448381116fc8c5958ac25fc4be98296c7f
  • master default
  • feat/info-xml-backends
  • fix/shareapi-l10n
  • fix/missing-RemoteException-class
  • backport/46504/stable28
  • backport/46504/stable29
  • automated/noid/stable29-update-psalm-baseline
  • automated/noid/stable28-update-psalm-baseline
  • feat/46438/provide-feedback-edit-locally
  • fix-getimagesize
  • stable27
  • stable28
  • stable29
  • query-builder-connection
  • feature/request-803
  • autosharding
  • fix/noid/test-samba-with-self-hosted
  • fix/bring-back-forbidden-names
  • fix/htaccess
  • fix/use-filename-validator
  • v28.0.8rc1
  • v29.0.4rc1
  • v27.1.11
  • v28.0.7
  • v29.0.3
  • v28.0.7rc4
  • v29.0.3rc4
  • v29.0.3rc3
  • v28.0.7rc3
  • v27.1.11rc3
  • v27.1.11rc2
  • v28.0.7rc2
  • v29.0.3rc2
  • v27.1.11rc1
  • v28.0.7rc1
  • v29.0.3rc1
  • v29.0.2
  • v27.1.10
  • v29.0.2rc2
  • v29.0.2rc1
41 results

SwiftFactory.php

Blame
  • external-links.js 498 B
    (function () {
      function createExternalLink(name, link) {
        const nav = document.getElementsByClassName("chapter")
        let li = document.createElement("li")
        let a = document.createElement("a")
        a.href = link
        a.append(name)
        li.classList = "chapter-item expanded"
        li.append(a)
        nav[0].append(li)
      }
    
      createExternalLink("Blog", "https://shivering-isles.com")
      createExternalLink("Repository", "https://git.shivering-isles.com/shivering-isles/infrastructure-gitops")
    })();