-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (43 loc) · 854 Bytes
/
_config.yml
File metadata and controls
53 lines (43 loc) · 854 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# name of the software
title: Stellantis API portal
name: Stellantis API portal
description: Converged API specifications for the multi generation Stellantis vehicle family .
baseurl: "/mph05/ApiSpec" # the subpath of the site, e.g. /blog
# doc versionning
doc-version: "1.0.0"
exclude:
- webapi/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: false