-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
110 lines (110 loc) · 2.28 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
103
104
105
106
107
108
109
110
title: "openRAP"
description: "openRAP is an open source software initiative to develop a modular & scalable localised CDN platform."
keywords: "openRAP, offline CDN, Open source software"
email: "[email protected]"
mobile: "+91 93123111111"
environment: production
permalink: /:categories/:SubCategories/:title/
facebook: "https://www.facebook.com/"
twitter: "https://twitter.com/"
linkedin: "https://www.linkedin.com/"
github: "https://github.com/"
safe: false
showSearch: true
compress_html:
clippings: all
comments: all
endings: all
blanklines: true
profile: false
exclude:
- .gitignore
- README.md
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- gulpfile.js
- tslint
- .stylelintrc
- node_modules
- htmlhint.conf
- assets/scss
defaults:
-
scope:
path: "docs"
values:
layout: "docs-detail"
showSidebar: "false"
allowSearch: "false"
categoryOrder: 99
-
scope:
path: "docs/developer"
values:
categories:
- 'You are Developer'
categoriesDesc: 'You develpers description'
CategoryOrder: 1
-
scope:
path: "docs/facilitator"
values:
categories:
- 'You are Facilitator'
categoriesDesc: 'You facilitators description'
CategoryOrder: 2
-
scope:
path: "docs/developer/subcategory-1"
values:
SubCategories:
# - 'Sub Category 1'
Developer's Guide To Write Plugins
SubCategoryOrder: 1
-
scope:
path: "docs/developer/subcategory-2"
values:
SubCategories:
# - 'Sub Category 2'
Telemetry Service and SDK
SubCategoryOrder: 2
-
scope:
path: "docs/facilitator/subcategory-3"
values:
SubCategories:
# - 'Sub Category 3'
Upgrade The Device
SubCategoryOrder: 1
-
scope:
path: "docs/facilitator/subcategory-4"
values:
SubCategories:
# - 'Sub Category 4'
Upload ecar Files
SubCategoryOrder: 2
# -
# scope:
# path: "docs/facilitator/subcategory-5"
# values:
# SubCategories:
# - 'Sub Category 5'
# SubCategoryOrder: 3
# -
# scope:
# path: "docs/facilitator/subcategory-6"
# values:
# SubCategories:
# - 'Sub Category 6'
# SubCategoryOrder: 3
# -
# scope:
# path: "docs/facilitator/subcategory-7"
# values:
# SubCategories:
# - 'Sub Category 7'
# SubCategoryOrder: 3