-
Notifications
You must be signed in to change notification settings - Fork 182
/
Copy path_config.yml
53 lines (48 loc) · 988 Bytes
/
_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
name: WebAssembly
include: [.github]
exclude:
[
README.md,
LICENSE,
Gemfile,
Gemfile.lock,
design/LICENSE,
design/Contributing.md,
design/README.md,
design/tools,
design/JS.md,
design/BinaryEncoding.md,
design/TextFormat.md,
design/Semantics.md,
design/Nondeterminism.md,
design/Rationale.md,
design/MVP.md,
design/Modules.md,
design/FutureFeatures.md,
design/FeatureTest.md,
design/JITLibrary.md,
design/DynamicLinking.md,
design/CAndC++.md,
docs,
vendor,
]
destination: docs
permalink: pretty
defaults:
- scope:
path: 'design'
values:
layout: 'doc'
type: 'doc'
- scope:
path: 'design/CodeOfConduct.md'
values:
layout: 'community'
type: 'community'
permalink: '/community/code-of-conduct/'
- scope:
path: 'design/Events.md'
values:
layout: 'community'
type: 'community'
permalink: '/community/events/'