website/_config.yml

55 lines
861 B
YAML
Raw Normal View History

2016-02-09 02:28:54 +00:00
name: Kubernetes
title: Kubernetes
description: Production-Grade Container Orchestration
2016-02-09 02:28:54 +00:00
markdown: kramdown
kramdown:
input: GFM
html_to_native: true
hard_wrap: false
2016-02-17 00:58:04 +00:00
syntax_highlighter: rouge
incremental: true
2016-02-09 02:28:54 +00:00
safe: false
lsi: false
defaults:
2016-02-09 02:53:05 +00:00
-
scope:
2016-03-17 22:30:28 +00:00
path: ""
2016-02-09 02:53:05 +00:00
values:
version: "v1.5.1"
2016-03-23 01:38:32 +00:00
githubbranch: "master"
docsbranch: "master"
2016-03-17 22:30:28 +00:00
-
scope:
path: "docs"
values:
layout: docwithnav
showedit: true
2016-02-24 23:44:42 +00:00
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