forked from werf/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config_en.yml
102 lines (97 loc) · 2.23 KB
/
_config_en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
company_name: Flant
company_url: https://flant.ru
url: https://werf.io
site_lang: en
issuelink: "https://github.com/werf/website/issues/new"
site_description: Consistent delivery tool. Git as a single source of truth. Build, deploy to Kubernetes, stay in sync.
data_dir: _data/en
includes_dir: _includes/en
cache_dir: ".jekyll-cache-en"
exclude:
- Gemfile
- Gemfile.lock
- examples
- pages_ru
- werf.yaml
- ".werf"
- backend
- ".jekyll-cache-ru"
- ".jekyll-cache-en"
include:
- pages_en
- ssi
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "page"
lang: en
multilang: true
sitemap_include: true
editme_button: true
search: true
topnav: topnav
- scope:
path: "pages_en/guides"
type: "pages"
values:
sidebar: guide
multilang: true
layout: "guides-page"
toc: true
chapter_production_disclaimer: true
chapter_initial_prepare_cluster: true
chapter_initial_prepare_repo: true
- scope:
path: "pages_en/guides/*/*.md"
type: "pages"
values:
chapter_production_disclaimer: false
chapter_initial_prepare_cluster: false
chapter_initial_prepare_repo: false
- scope:
path: "pages_en/guides/*/100_basic"
type: "pages"
values:
chapter_production_disclaimer: false
multilang: true
- scope:
path: "pages_en/guides/nodejs"
type: "pages"
values:
framework_id: nodejs
framework_name: "Node.js"
- scope:
path: "pages_en/guides/java_springboot"
type: "pages"
values:
framework_id: java_springboot
framework_name: "Spring Boot"
- scope:
path: "pages_en/guides/django"
type: "pages"
values:
framework_id: django
framework_name: Django
- scope:
path: "pages_en/guides/golang"
type: "pages"
values:
framework_id: golang
framework_name: Go
- scope:
path: "pages_en/guides/rails"
type: "pages"
values:
framework_id: rails
framework_name: Rails
- scope:
path: "pages_en/guides/laravel"
type: "pages"
values:
framework_id: laravel
framework_name: Laravel
breadcrumbs:
home_text: Guides
home_url: /guides.html