{{- /**/ -}} {{- if ne .Site.Params.ui.navbar_logo false -}} {{ with resources.Get "icons/logo.svg" -}} {{ ( . | minify).Content | safeHTML -}} {{ end -}} {{ end -}} {{- /**/ -}} {{- .Site.Title -}} {{- /**/ -}}
    {{ $p := . -}} {{ range .Site.Menus.main -}}
  • {{ $active := or ($p.IsMenuCurrent "main" .) ($p.HasMenuCurrent "main" .) -}} {{ $href := "" -}} {{ with .Page -}} {{ $active = or $active ( $.IsDescendant .) -}} {{ $href = .RelPermalink -}} {{ else -}} {{ $href = .URL | relLangURL -}} {{ end -}} {{- .Pre -}} {{ .Name }} {{- .Post -}}
  • {{ end -}}
Twitter link Slack link Github link

© 2024 The Tetragon Authors. All rights reserved

The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page. Linux is a registered trademark of Linus Torvalds. Privacy Policy and Terms of Use.