forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
141 lines (116 loc) · 3.05 KB
/
_config.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Site settings
encoding: "utf-8"
title: Magento 2 Developer Documentation
logo: DevDocs
email: mailto:[email protected]
description: > # this means to ignore newlines until "baseurl:"
Magento 2 Developer Documentation.
baseurl: ""
url: "https://devdocs.magento.com" # the base hostname & protocol for your site
# twitter_username: magento
# github_username: magento
theme: devdocs
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Version Switcher. Version numbers should be STRING
version: "2.2"
versions:
-
name: "2.0"
url: /guides/v2.0/
-
name: "2.1"
url: /guides/v2.1/
-
name: "2.2"
url: /guides/v2.2/
-
name: "2.3"
url: /guides/v2.3/
# GitHub variables
github_link: true
feedback_link: true
# 2.0.0 variables
gdeurl: "/guides/v2.0/"
githuburl: "https://github.com/magento/devdocs/tree/develop/guides/v2.0/"
mage2000url: "https://github.com/magento/magento2/blob/2.0/"
# 1.x variables
m1xgdeurl: "/guides/m1x/"
m1xgithuburl: "https://github.com/magento/devdocs/blob/develop/"
# 2.1.0 variables
gdeurl21: "/guides/v2.1/"
githuburl21: "https://github.com/magento/devdocs/tree/develop/guides/v2.1/"
mage2100url: "https://github.com/magento/magento2/blob/2.1/"
# 2.2.0 variables
gdeurl22: "/guides/v2.2/"
githuburl22: "https://github.com/magento/devdocs/tree/develop/guides/v2.2/"
mage2200url: "https://github.com/magento/magento2/blob/2.2/"
# 2.3.0 variables
gdeurl23: "/guides/v2.3/"
githuburl23: "https://github.com/magento/devdocs/tree/develop/guides/v2.3/"
mage2300url: "https://github.com/magento/magento2/blob/2.3-develop/"
# Other variables
namem2fedg: "Magento 2 Frontend Developer's Guide"
namem2devgde: "Magento 2 Developer's Guide"
namem2apiref: "Magento 2 API Reference"
namem2install: "Magento 2 Installation Guide"
collections:
videos:
output: true
permalink: "/videos/:path/"
plugins:
- jekyll-redirect-from
- jekyll-titles-from-headings
defaults:
-
scope:
path: ""
values:
layout: default
github_repo: "https://github.com/magento/devdocs/"
github_files: "https://github.com/magento/devdocs/blob/master/"
-
scope:
path: "guides/m1x"
values:
layout: null
-
scope:
type: videos
values:
layout: video
-
scope:
path: "mftf/2.2"
values:
group: magento-functional-testing-framework-guide
functional_areas:
- Test
-
scope:
path: "mftf/2.3"
values:
group: magento-functional-testing-framework-guide-2_3
functional_areas:
- Test
titles_from_headings:
enabled: true
strip_title: true
collections: false
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
toc_levels: 2..3
incremental: false
livereload: true
algolia:
application_id: 'E642SEDTHL'
index_name: 'devdocs'
api_key: 'd2d0f33ab73e291ef8d88d8b565e754c'
files_to_exclude:
- guides/m1x/**/*.html
- guides/m1x/**/*.md
- swagger
google:
analytics: 'UA-66243208-1'
exclude: ['scss', 'bin', 'node_modules', 'vendor', '.git', '.idea', 'Rakefile' ]