-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfirst-feedback-guidebook.json
63 lines (63 loc) · 1.67 KB
/
first-feedback-guidebook.json
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
{
"bookname": "first-feedback-guidebook",
"booktitle": "これでできる! はじめてのOSSフィードバックガイド ~ #駆け出しエンジニアと繋がりたい と言ってた私が野生のつよいエンジニアとつながるのに必要だったこと~",
"aut": ["OSS Gate", "Piro / 結城洋志"],
"language": "ja",
"toc": true,
"rights": "©2020 2021 OSS Gate",
"colophon": true,
"history": [["2020-02-29", "2020-02-29", "2020-04-06", "2021-10-26", "2021-11-09"]],
%PRINTING%
"hiddenfolio": "nikko-pc",
"serial_pagination": true,
"pbl": "OSS Gate",
"contact": "OSS Gate (https://oss-gate.github.io/)",
"toclevel": 2,
"secnolevel": 2,
"review_version": 4.0,
"texstyle": [
"reviewmacro",
"em-bold"
],
"texdocumentclass": [
"review-jsbook",
"%TEXT_DOCUMENT_CLASS%"
],
"sty_templates": {
"url": "https://github.com/TechBooster/ReVIEW-Template/archive/2cde584d33e8a6f5e6cf647e62fb6b3123ce4dfa.zip",
"dir": "ReVIEW-Template-2cde584d33e8a6f5e6cf647e62fb6b3123ce4dfa/articles/sty/"
},
"templates": ["images"],
"stylesheet": ["style.css"],
%COVER%
"catalog": {
"PREDEF": [
"introduction.md"
],
"CHAPS": [
{"section1.re": [
"motivation.md",
"oss.md",
"what.md",
"where.md"
]},
{"section2.re": [
"how.md",
"english.md",
"hesitation.md",
"pullrequest.md",
"examples.md"
]},
{"section3.re": [
"do-not-intimidate.md",
"merge.md",
"business.md",
"support.md",
"licenses.md"
]}
],
"POSTDEF": [
"outroduction.md"
]
}
}