forked from f3d-app/f3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
310 lines (273 loc) · 5.69 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-optional-front-matter
- jekyll-relative-links
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-titles-from-headings
relative_links:
enabled: true
collections: true
include:
- README.md
- LICENSE.md
- _licenses.md
- CONTRIBUTING.md
exclude:
- CMakeLists.txt
- codecov.yml
- application
- cmake
- examples
- java
- library
- plugins
- python
- testing
- winshellext
title: F3D
tagline: Fast and minimalist 3D viewer
description: F3D - Fast and minimalist 3D viewer
url: https://f3d.app/
logo: /resources/logotype.svg
color_scheme: dark
# Set default front matter values
defaults:
-
scope:
path: ""
values:
image: # Set a opengraph image from the gallery for all pages
path: https://user-images.githubusercontent.com/3129530/201317344-092db03d-8616-45b9-b606-30d22cda2eff.png
height: 1200
width: 630
description: "F3D - Fast and minimalist 3D viewer"
has_toc: false
-
scope:
path: "README.md"
values:
title: Home
nav_order: 0
permalink: /
layout: default
-
scope:
path: "doc/*"
values:
layout: default
-
scope:
path: "doc/GALLERY.md"
values:
nav_order: 1
# user doc
-
scope:
path: "doc/user/README_USER.md"
values:
nav_order: 2
has_children: true
-
scope:
path: "doc/user/USAGE.md"
values:
parent: User Documentation
nav_order: 0
-
scope:
path: "doc/user/INSTALLATION.md"
values:
parent: User Documentation
nav_order: 1
-
scope:
path: "doc/user/OPTIONS.md"
values:
title: Options
parent: User Documentation
nav_order: 2
-
scope:
path: "doc/user/INTERACTIONS.md"
values:
parent: User Documentation
nav_order: 3
-
scope:
path: "doc/user/CONFIGURATION_FILE.md"
values:
parent: User Documentation
nav_order: 4
-
scope:
path: "doc/user/COLOR_MAPS.md"
values:
parent: User Documentation
nav_order: 5
-
scope:
path: "doc/user/DESKTOP_INTEGRATION.md"
values:
parent: User Documentation
nav_order: 6
-
scope:
path: "doc/user/LIMITATIONS_AND_TROUBLESHOOTING.md"
values:
title: Limitations and Troubleshooting
parent: User Documentation
nav_order: 7
# libf3d doc
-
scope:
path: "doc/libf3d/README_LIBF3D.md"
values:
nav_order: 3
has_children: true
-
scope:
path: "doc/libf3d/OVERVIEW.md"
values:
title: Overview
parent: libf3d Documentation
nav_order: 0
-
scope:
path: "doc/libf3d/CLASSES.md"
values:
parent: libf3d Documentation
nav_order: 1
-
scope:
path: "doc/libf3d/OPTIONS.md"
values:
title: Options
parent: libf3d Documentation
nav_order: 2
-
scope:
path: "doc/libf3d/BINDINGS.md"
values:
parent: libf3d Documentation
nav_order: 3
-
scope:
path: "doc/libf3d/PLUGINS.md"
values:
parent: libf3d Documentation
nav_order: 4
# dev doc
-
scope:
path: "doc/dev/README_DEV.md"
values:
nav_order: 4
has_children: true
-
scope:
path: "doc/dev/GETTING_STARTED.md"
values:
title: Getting Started
parent: Developer Documentation
nav_order: 0
-
scope:
path: "doc/dev/BUILD.md"
values:
title: Build
parent: Developer Documentation
nav_order: 1
-
scope:
path: "doc/dev/TESTING.md"
values:
parent: Developer Documentation
nav_order: 2
-
scope:
path: "CONTRIBUTING.md"
values:
title: Contribute
parent: Developer Documentation
nav_order: 3
-
scope:
path: "doc/dev/GENERATE.md"
values:
title: Generate
parent: Developer Documentation
nav_order: 4
-
scope:
path: "doc/dev/CODING_STYLE.md"
values:
title: Coding style
parent: Developer Documentation
nav_order: 5
-
scope:
path: "doc/dev/ROADMAPS_AND_RELEASES.md"
values:
title: Roadmaps and release cycle
parent: Developer Documentation
nav_order: 6
-
scope:
path: "doc/dev/GOVERNANCE.md"
values:
title: Governance
parent: Developer Documentation
nav_order: 7
-
scope:
path: "doc/dev/MAINTAINERS.md"
values:
title: Maintainers
parent: Developer Documentation
nav_order: 8
-
scope:
path: "CODE_OF_CONDUCT.md"
values:
title: Code of conduct
parent: Developer Documentation
nav_order: 9
# Licenses doc
# _licenses.md uses front matter
-
scope:
path: "LICENSE.md"
values:
title: License
parent: Licenses
nav_order: 0
layout: default
-
scope:
path: "doc/THIRD_PARTY_LICENSES.md"
values:
title: Third Party Licenses
parent: Licenses
nav_order: 1
-
scope:
path: "doc/CHANGELOG.md"
values:
nav_order: 6
# Aux links for the upper right navigation
aux_links:
"<img src=\"https://user-images.githubusercontent.com/3129530/197903476-11d9c41d-73b0-461f-93e8-c8c00c680e6e.png\" width=\"30px\">":
- "//github.com/f3d-app/f3d"
# Makes Aux links open in a new tab.
aux_links_new_tab: true
# External navigation links
# TODO: Create a dedicated javascript page instead: #481
nav_external_links:
- title: Download F3D
url: https://f3d.app/doc/user/INSTALLATION.html
- title: GitHub repository
url: https://github.com/f3d-app/f3d
# Google Analytics Tracking
ga_tracking: G-ZCWEYB9KVG
ga_tracking_anonymize_ip: true