This repository was archived by the owner on Oct 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
80 lines (73 loc) · 1.73 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
name: IFC tech
title: IFC tech site
# url: http://ifc-tech.org
description: Interchange model for construction related industries
markdown: kramdown
kramdown:
input: GFM
html_to_native: true
hard_wrap: false
syntax_highlighter: rouge
incremental: true
safe: false
lsi: false
defaults:
-
scope:
path: ""
values:
fullversion: "IFC4.1.0.3"
version: "IFC4.1.0.3"
aka: "IFC4X1_FINAL"
githubbranch: "IFC4.1.0.3"
docsbranch: "release-4.1.0.3"
versions:
- fullversion: "IFC4.1.0.3"
version: "IFC4.1.0.3"
aka: "IFC4X1_FINAL"
githubbranch: "IFC4.1.0.3"
docsbranch: "release-4.1.0.3"
url: https://ifc-tech.org/docs/
- fullversion: "IFC4.0.2.0"
version: "IFC4.0.2.0"
aka: "IFC4_ADD2"
githubbranch: "IFC4.0.2.0"
docsbranch: "release-4.0.2.0"
url: https://ifc4-0-2-0.ifc-tech.org/docs/
- fullversion: "IFC2.3.1.0"
version: "IFC2.3.1.0"
aka: "IFC2X3_FINAL_TC1"
githubbranch: "IFC2.3.1.0"
docsbranch: "release-2.3.1.0"
url: https://ifc2-3-1-0.ifc-tech.org/docs/
deprecated: false
currentUrl: https://ifc-tech.org/docs/
-
scope:
path: "docs"
values:
layout: docwithnav
showedit: true
permalink: pretty
gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-include-cache
# disabled gems
# - jekyll-redirect-from
# SEO
logo: /images/rose.png
twitter:
username: buildingSMART
# Tables of contents, stored in the _data folder, that control the sidebar nav
tocs:
- docs-home
- guides
- tutorials
- concepts
- reference
- tools
- samples
- support
url: http://localhost:4000