This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
102 lines (85 loc) · 2.31 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
90
91
92
93
94
95
96
97
98
99
100
101
102
title: Adobe Commerce Documentation Theme
description: Templates, styles and scripts for Adobe Commerce Documentation portals.
logo: Docs Theme
baseurl: ""
permalink: pretty
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
version: 8
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/"
github_link: true
feedback_link: true
# 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"
github_link: true
feedback_link: true
github_files: https://github.com/commerce-docs/devdocs-theme/blob/
github_repo: https://github.com/commerce-docs/devdocs-theme/
-
scope:
path: "video"
type: videos
values:
layout: video
guide_version: "2.3"
algolia:
application_id: 'E642SEDTHL'
index_name: 'devdocs'
# search-only API key allows to search data immediately.
# It is safe to use in production front-end code.
# Used at src/_includes/layout/header-scripts.html
# For more details, refer to: https://www.algolia.com/doc/guides/security/api-keys/#search-only-api-key
search_only_key: 'd2d0f33ab73e291ef8d88d8b565e754c' #gitleaks:allow
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
app_switcher:
apps:
- label: Developer
children:
- label: Commerce Developer Guide
url: https://devdocs.magento.com/
- label: PWA Studio
url: https://developer.adobe.com/commerce/pwa-studio/
- label: Order Management
url: https://omsdocs.magento.com/
- label: Merchant
children:
- label: Commerce User Guide
url: https://docs.magento.com/user-guide/
- label: Order Management
url: https://omsdocs.magento.com/userguides/
- label: Commerce Reporting
url: https://experienceleague.adobe.com/docs/commerce-business-intelligence/mbi/getting-started.html