forked from amit2080799/mapsindoors.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
129 lines (122 loc) · 2.38 KB
/
_config.yml
File metadata and controls
129 lines (122 loc) · 2.38 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
title: MapsIndoors Documentation
email: support@mapsindoors.com
description: >- # this means to ignore newlines until "baseurl:"
The documentation site for the MapsIndoors SDKs for iOS, Android and Web, as well as the Integration API and MapsIndoors CMS.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mapsindoors.github.io" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
exclude:
- README.md
- vendor
- Gemfile
- Gemfile.lock
- package.json
kramdown:
# This is needed for the Table of Contents to work in Kramdown
parse_block_html: true
# This is to ensure the permalinks below are displayed as /slug/, not /slug/index.html (e.g. https://mapsindoors.com/docs/ios/v3/set-up-your-enviroment).
permalink: pretty
collections_dir: collections
collections:
ios:
output: true
permalink: :collection/:path/
cms:
output: true
permalink: :collection/:path/
android:
output: true
permalink: :collection/:path/
api:
output: true
permalink: :collection/:path/
web:
output: true
permalink: :collection/:path/
defaults:
-
scope:
path: "" # targets all files in the collection
values:
layout: default
published: false
-
scope:
path: "_cms"
values:
platform: CMS
-
scope:
path: "_ios"
values:
platform: iOS
-
scope:
path: "_ios/v2"
values:
version: v2
-
scope:
path: "_ios/v2/tutorials"
values:
version: v2
layout: tutorial
-
scope:
path: "_ios/v3"
values:
version: v3
layout: tutorial
-
scope:
path: "_android"
values:
platform: Android
-
scope:
path: "_android/v2"
values:
version: v2
-
scope:
path: "_android/v2/tutorials"
values:
layout: tutorial
-
scope:
path: "_android/v3"
values:
version: v3
-
scope:
path: "_android/v3/tutorials"
values:
layout: tutorial
-
scope:
path: "_api"
values:
platform: API
-
scope:
path: "_api/v1"
values:
version: v1
layout: tutorial
-
scope:
path: "_web"
values:
platform: Web
-
scope:
path: "_web/v2"
values:
version: v2
-
scope:
path: "_web/v3"
values:
version: v3
layout: tutorial