website/_config.yml

62 lines
990 B
YAML
Raw Normal View History

2016-02-09 02:28:54 +00:00
name: Kubernetes
title: Kubernetes
2017-05-27 20:05:17 +00:00
url: https://kubernetes.io
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:
2017-06-27 23:34:04 +00:00
fullversion: "v1.7.0"
version: "v1.7"
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-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-include-cache
# disabled gems
# - jekyll-redirect-from
2017-08-04 22:59:07 +00:00
include: [_redirects,_headers]
# SEO
logo: /images/favicon.png
twitter:
username: kubernetesio
# empty array for tabs
emptyArray: []
# Tables of contents, stored in the _data folder, that control the sidebar nav
tocs:
- docs-home
2017-04-07 20:46:56 +00:00
- setup
- tasks
- tutorials
- concepts
- reference
- samples
- search