forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
57 lines (44 loc) · 1.67 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
# Site settings
encoding: "utf-8"
title: Magento 2 Developer Documentation
email: mailto:[email protected]
description: > # this means to ignore newlines until "baseurl:"
Magento 2 Developer Guide.
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"
# 2.0.0 variables
gdeurl: "/guides/v2.0/"
githuburl: "https://github.com/magento/devdocs/tree/2.0/guides/v2.0/"
mage2000url: "https://github.com/magento/magento2/blob/2.0/"
# 1.x variables
m1xgdeurl: "/guides/m1x/"
m1xgithuburl: "https://github.com/magento/devdocs/tree/2.0/guides/m1x/"
# 2.1.0 variables
gdeurl21: "/guides/v2.1/"
githuburl21: "https://github.com/magento/devdocs/tree/2.1/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/2.2/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/2.3/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"
# toc_baseurl: "https://github.corp.ebay.com/pages/Magento/devdocs_internal"
# Build settings
markdown: kramdown
highlighter: pygments
incremental: true
gems:
- 'jekyll-redirect-from'
- 'jekyll-last-modified-at'
exclude: ['scss','bin','node_modules','vendor']