{{ $sections := slice "docs" "blog" "training" "partners" "community" "case-studies" }} {{ range $sections }} {{ with site.GetPage "section" . }}
  • {{ .Title }}
  • {{ 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" }} {{ T "community_stack_overflow_name" }} {{ T "community_youtube_name" }} {{ T "community_forum_name" }} {{ T "community_events_calendar" }}