name: Kubernetes
title: Kubernetes
description: Production-Grade Container Orchestration
markdown: kramdown
kramdown:
  input: GFM
  html_to_native: true
  hard_wrap: false
  syntax_highlighter: rouge
incremental: true

safe: false
lsi: false

defaults:
  -
    scope:
      path: ""
    values:
      fullversion: "v1.6.0"
      version: "v1.6"
      githubbranch: "master"
      docsbranch: "master"
  -
    scope:
      path: "docs"
    values:
      layout: docwithnav
      showedit: true

permalink: pretty

gems:
  - jekyll-redirect-from
  - jekyll-feed
  - jekyll-sitemap
  - jekyll-seo-tag
  - jekyll-include-cache

# SEO
logo: /images/favicon.png
twitter:
  username: kubernetesio

# Tables of contents, stored in the _data folder, that control the sidebar nav
tocs:
  - docs-home
  - guides
  - tutorials
  - tasks
  - concepts
  - reference
  - tools
  - samples
  - support