forked from PrestaShop/open-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
33 lines (30 loc) · 649 Bytes
/
Copy pathconfig.yml
File metadata and controls
33 lines (30 loc) · 649 Bytes
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
baseURL: "https://www.prestashop-project.org/"
languageCode: "en-us"
defaultContentLanguage: "en"
title: "PrestaShop Project - Open Source e-Commerce platform"
theme: "ps-org-theme"
enableGitInfo: true
enableRobotsTXT: true
params:
devdocs: "https://devdocs.prestashop.com/"
markup:
highlight:
codeFences: true
guessSyntax: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
style: github
tabWidth: 4
goldmark:
renderer:
unsafe: true
parser:
attribute:
block: true
tableOfContents:
endLevel: 4
ordered: false
startLevel: 1