forked from Stellantis/stellantis.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
82 lines (69 loc) · 2.17 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
# name of the software
title: Stellantis for Developers
name: Stellantis for Developers
description: Stellantis for Developers is the dedicated platform for application developers working with Stellantis's connected vehicles API and SDKs.
baseurl: "" # the subpath of the site, e.g. /blog
url: "https://developer.groupe-psa.io" # the base hostname & protocol for the site, e.g. http://example.com
# github links
gitHubURL: "https://github.com/GroupePSA/groupepsa.github.io/tree/master/"
gitHubSpecB2B: "https://github.com/GroupePSA/groupepsa.github.io/blob/master/assets/openapi/api-b2b-webhook-template.yaml"
gitHubSpecB2C: "https://github.com/GroupePSA/groupepsa.github.io/blob/master/assets/openapi/psacc.yaml"
# doc versionning
doc-version: "10.1.0"
# WEB API BaseURI - theses var have to be renamed without prod/preprod (because we display only one at once)
webapiB2C: "https://api.groupe-psa.com/connectedcar/v4"
cvsOAuth2: "https://idpcvs.{brand.tld}/am/oauth2/access_token"
virtualKeyToken: "https://api.groupe-psa.com/connectedcar/v3"
webapiB2B: "https://api-cert.groupe-psa.com/connectedcar/{version}"
webapiB2Bv3: "https://api-cert.groupe-psa.com/connectedcar/v3"
webapiB2Bv2: "https://api-cert.groupe-psa.com/connectedcar/v2"
collections:
webportal-nac-reference:
output: true
permalink: /webportal/v1/api-reference/:name
webportal-ivi-public-reference:
output: true
permalink: /webportal/v2/api-reference/:name
mobile-sdk-public-reference:
output: false
permalink: /mobile-sdk/references/:name
mobile-sdk-reference:
output: true
permalink: /mobile-sdk/references/:name
exclude:
- webapi/content/
- mobile-sdk/content/
- "node_modules/"
- "*.gemspec"
- "*.gem"
- "Gemfile"
- "Gemfile.lock"
- "package.json"
- "package-lock.json"
- "script/"
- "schema/"
- "LICENSE.txt"
- "lib/"
- "bin/"
- "README.md"
- "Rakefile"
plugins:
- jekyll-redirect-from
links:
header:
footer:
ui:
header:
color1: "#080331"
color2: "#673051"
social:
analytics:
# Build settings
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
# highlighter: rouge
permalink: pretty
# Enable or disable the site search
search_enabled: true