1 Star 1 Fork 0

Haiwera / magento-devdocs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
_config.yml 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
Haiwera 提交于 2018-05-22 16:25 . init project
# Site settings
encoding: "utf-8"
title: Magento 2 Developer Documentation
logo: DevDocs
email: mailto:DL-Magento-Doc-Feedback@magento.com
description: > # this means to ignore newlines until "baseurl:"
Magento 2 Developer Documentation.
baseurl: ""
magentourl: "http://devdocs.magento.com"
# url: "https://github.com/magento/devdocs" # 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 Pre-release"
url: /guides/v2.3/
# GitHub variables
github_repo: "https://github.com/magento/devdocs/"
github: "https://github.com/magento/devdocs/tree/develop/guides/"
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前端开发者指引"
namem2devgde: "Magento 2后端开发者指引"
namem2apiref: "Magento 2API手册"
namem2install: "Magento 2安装手册"
collections:
videos:
output: true
permalink: "/videos/:path/"
plugins:
- jekyll-redirect-from
defaults:
-
scope:
path: ""
values:
layout: default
guide_version: "2.2"
-
scope:
path: "guides/m1x"
values:
layout: null
-
scope:
type: videos
values:
layout: video
# toc_baseurl: "https://github.corp.ebay.com/pages/Magento/devdocs_internal"
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
toc_levels: 2..3
incremental: false
algolia:
application_id: 'E642SEDTHL'
index_name: 'devdocs'
api_key: 'd2d0f33ab73e291ef8d88d8b565e754c'
lazy_update: false
files_to_exclude:
- guides/m1x/**/*.html
- guides/m1x/**/*.md
- swagger
google:
analytics: 'UA-66243208-1'
exclude: ['scss', 'bin', 'node_modules', 'vendor', '.git', '.idea', 'Rakefile' ]
1
https://gitee.com/Haiwera/magento-devdocs.git
git@gitee.com:Haiwera/magento-devdocs.git
Haiwera
magento-devdocs
magento-devdocs
master

搜索帮助