forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.devdocs.yml
32 lines (28 loc) · 1.11 KB
/
_config.devdocs.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
# Site settings
encoding: "utf-8"
title: Magento 2 Developer Documentation
email: mailto:[email protected]
twitter_url: https://twitter.com/MagentoDevDocs
description: > # this means to ignore newlines until "baseurl:"
Magento 2 Developer Guide.
baseurl: "/"
description: Magento 2 Developer's Guide
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
gdeurl: "/guides/v2.0/"
githuburl: "http://github.com/magento/devdocs/blob/develop/guides/v2.0/"
namem2fedg: "Magento 2 Frontend Developer's Guide"
namem2devgde: "Magento 2 Developer's Guide"
namem2apiref: "Magento 2 API Reference"
namem2install: "Magento 2 Installation Guide"
mage2000url: "https://github.com/magento/magento2/blob/develop/"
# toc_baseurl: "http://devdocs.magento.com"
m1xgdeurl: "/guides/m1x/"
m1xgithuburl: "http://github.com/magento/devdocs/blob/develop/guides/m1x/"
# Use the following to create redirects for topics that have moved or
# been renamed. Resource: https://github.com/jekyll/jekyll-redirect-from
# For examples, see almost any topic in this project
gems:
- jekyll-redirect-from
# Build settings
markdown: kramdown
highlighter: pygments