{{ $sections := slice "docs/home" "blog" "partners" "community" "case-studies" }} {{ range $sections }} {{ with $.Site.GetPage "section" . }}
  • {{ .LinkTitle }}
  • {{ end }} {{ end }} {{/* Link directly to documentation etc., if possible. */}} {{ $langPage := cond (gt (len .Translations) 0) . .Site.Home }}
  • {{ $langPage.Language.LanguageName }}
      {{ range $langPage.Translations }}
    • {{ .Language.LanguageName }}
    • {{ end }}
  • {{ .Site.Params.version }}
      {{ range .Site.Params.versions }}
    • {{ .version }}
    • {{ end }}
{{ with .Site.GetPage "section" "docs/tutorials/kubernetes-basics" }} {{ .LinkTitle }} {{ end }}
{{ range .Site.Menus.main }}

{{ .Title }}

{{ .Post }}
{{ end }}
{{ T "main_github_invite" }}
{{ T "main_github_view_on" }}
{{ T "main_community_explore" }}
{{ T "community_twitter_name" }} {{ T "community_github_name" }} {{ T "community_slack_name" }} Slack {{ T "community_stack_overflow_name" }} {{ T "community_forum_name" }} {{ T "community_events_calendar" }}