forked from PrestaShop/prestashop-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
51 lines (47 loc) · 1.37 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
baseURL: "https://build.prestashop.com/prestashop-specs/"
languageCode: "en-us"
defaultContentLanguage: "en"
title: "PrestaShop Specs"
canonifyURLs: true
relativeURLs: true
uglyURLs: true
theme: "ps-docs-theme"
enableGitInfo: true
enableRobotsTXT: true
#googleAnalytics: "UA-2753771-44"
params:
editURL: "https://github.com/PrestaShop/prestashop-specs/edit/master/content/"
ghRepoURL: "https://github.com/PrestaShop/prestashop-specs/"
ghCommitURL: "https://github.com/PrestaShop/prestashop-specs/commit/"
howToContributeURL: "https://devdocs.prestashop.com/1.7/contribute/documentation/how/"
description: "Specifications of the PrestaShop project"
author: "PrestaShop"
showVisitedLinks: false
disableInlineCopyToClipBoard: true
projectUrls:
gitHub: "https://github.com/PrestaShop/PrestaShop/"
reportBug: "https://github.com/PrestaShop/PrestaShop/issues"
slack: "https://www.prestashop-project.org/slack/readme/"
coverImage: "img/social-cover.jpg"
logoTitle: "PrestaShop Specs"
# For search functionality
outputs:
home: ["HTML", "RSS", "JSON"]
markup:
highlight:
codeFences: true
guessSyntax: true
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
style: github
tabWidth: 4
goldmark:
renderer:
unsafe: true
tableOfContents:
endLevel: 4
ordered: false
startLevel: 1