Skip to content
Snippets Groups Projects
Select Git revision
  • 37c9ab337ec53ebce9f43d6d84ab78800f80384c
  • develop default protected
  • feature/module-gpiod
  • 0.5.6
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.1
  • 0.4.0
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.2.8
  • 0.2.7
  • 0.2.6
  • 0.2.5
  • 0.2.4
  • 0.2.3
  • 0.2.2
  • 0.2.1
23 results

gpiod.py

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")
    })();