forked from commerce-docs/devdocs-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (56 loc) · 1.12 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
title: Magento Documentation Theme
description: Templates, styles and scripts for all Magento Documentation portals.
logo: DocsTheme
baseurl: ""
permalink: pretty
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter_opts:
css_class: 'highlighter'
span:
line_numbers: false
block:
line_numbers: true
environment: develop
collections:
videos:
output: true
permalink: "/videos/:path/"
# This will force "default" layout for all of the pages, if not specified
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
lang: "en"
-
scope:
path: ""
type: videos
values:
layout: video
guide_version: "2.1"
algolia:
application_id: 'E642SEDTHL'
index_name: 'devdocs'
api_key: 'd2d0f33ab73e291ef8d88d8b565e754c'
lazy_update: true
excluded_files:
- vagrant
- common
- js
- i
- schemas
exclude:
- Gemfile
- Gemfile.lock
- package.json
- vagrant.sh
- README.md
- node_modules
- vendor
- .git
- .idea