forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
92 lines (68 loc) · 2.17 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
# Site settings
encoding: "utf-8"
title: Magento 2 Developer Documentation
email: mailto:DL-Magento-Doc-Feedback@magento.com
description: > # this means to ignore newlines until "baseurl:"
Magento 2 Developer Documentation.
baseurl: "/"
# url: "https://github.com/magento/devdocs" # the base hostname & protocol for your site
# twitter_username: magento
# github_username: magento
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Version Switcher. Version numbers should be STRING
version: "2.1"
versions:
-
name: "2.0"
url: guides/v2.0/
-
name: "2.1"
url: guides/v2.1/
# GitHub variables
github: "https://github.com/magento/devdocs/tree/develop/guides/"
# 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/develop/"
# 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/"
# 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/"
defaults:
-
scope:
path: ""
type: videos
values:
layout: video
guide_version: "2.1"
# toc_baseurl: "https://github.corp.ebay.com/pages/Magento/devdocs_internal"
# Build settings
markdown: kramdown
highlighter: pygments
kramdown:
toc_levels: 2..3
incremental: false
gems:
- jekyll-redirect-from
exclude: ['scss', 'bin', 'node_modules', 'vendor', '.git', '.idea', 'guides/v2.2']