Skip to content

Commit 0da4fb1

Browse files
committed
EDKII ModuleWriteGuide: Update to 0.71 for GitBook conversion
* Add GitBook conversion to Revision History * Remove fiont size 22 from book.json * Update color of h5 in all CSS files * Update color.jpg with correct TianoCore logo Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D. Kinney <[email protected]>
1 parent 8732d63 commit 0da4fb1

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{% endif %}
4747

4848

49-
### Acknowledgements
49+
### Acknowledgments
5050

5151
Redistribution and use in source (original document form) and 'compiled'
5252
forms (converted to PDF, epub, HTML and other formats) with or without
@@ -85,4 +85,4 @@ Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
8585
| | PI_SPECIFICATION_VERSION/UEFI_SPECIFICATION_VERSI ON in module's INF | |
8686
| | Add UEFI_HII_RESOURCE_SECTION usage in INF's [Defines] section | |
8787
| | Add a limitation of dynamic PCD usage | |
88-
88+
| 0.71 | Convert to GitBook | September 2018 |

book.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
"variables" : {
33
"draft" : "yes",
44
"title" : "EDK II Module Writer's Guide",
5-
"version" : "Revision 0.7"
5+
"version" : "Revision 0.71"
66
},
77

88
"plugins": ["puml"],
9-
"pluginsConfig": {},
10-
"pdf":{
11-
"fontSize" :22
12-
}
9+
"pluginsConfig": {}
1310
}

cover.jpg

-84.3 KB
Loading

styles/epub.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ h4 {
2222
}
2323

2424
h5 {
25+
color: #0860A8;
2526
font-weight: bold;
2627
font-size: 90%;
2728
}

styles/mobi.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ h4 {
2424
}
2525

2626
h5 {
27+
color: #0860A8;
2728
font-weight: bold;
2829
font-size: 130%;
2930
}

styles/pdf.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ h4 {
2222
}
2323

2424
h5 {
25+
color: #0860A8;
2526
font-weight: bold;
2627
font-size: 90%;
2728
}

styles/website.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ h4 {
2222
}
2323

2424
h5 {
25+
color: #0860A8;
2526
font-weight: bold;
2627
font-size: 90%;
2728
}

0 commit comments

Comments
 (0)